| | |
| | | |
| | | <#input id="quantityIssued" name="*兑换地点:" type="text" value="${item.exchangeArea}" readonly="true" /> |
| | | |
| | | @if(item.useScope == 2){ |
| | | @if(item.useScope == 3){ |
| | | <table class="table table-bordered" style="width: 70%;margin-left: 228px;" > |
| | | <thead> |
| | | <tr> |
| | |
| | | </table> |
| | | @} |
| | | |
| | | @if(item.useScope == 3){ |
| | | @if(item.useScope == 2){ |
| | | <table class="table table-bordered" style="width: 70%;margin-left: 228px;" > |
| | | <thead> |
| | | <tr> |
| | | <td>所在省市</td> |
| | | <td>所属账号</td> |
| | | <td>门店名称</td> |
| | | <td>所在省</td> |
| | | <td>所在市</td> |
| | | </tr> |
| | | </thead> |
| | | @for(c in city){ |
| | | <tr> |
| | | <td>${c.num1}</td> |
| | | <td>${c.num2}</td> |
| | | </tr> |
| | | @} |
| | | </table> |
| | | @} |