|
|
@@ -169,10 +169,10 @@
|
|
|
<button type="button" class="btn btn-select"
|
|
|
ng-class="{'btn-selected':active=='all'}" ng-click="setActive('all')">全部</button>
|
|
|
</div>
|
|
|
- <div class="btn-group">
|
|
|
+ <!-- <div class="btn-group">
|
|
|
<button type="button" class="btn btn-select"
|
|
|
ng-class="{'btn-selected':active=='todo'}" ng-click="setActive('todo')">待审核</button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<!-- <div class="col-xs-1 pull-right" style="padding-top: 5px;">
|
|
|
共<span class="text-num">{{total}}</span>
|
|
|
@@ -273,7 +273,7 @@
|
|
|
<th width="313">订单信息</th>
|
|
|
<th width="237">我方回款信息</th>
|
|
|
<th width="237">终端供应商付款信息</th>
|
|
|
- <th width="143">业务状态</th>
|
|
|
+ <!-- <th width="143">业务状态</th> -->
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -295,9 +295,9 @@
|
|
|
<div>最新付款日期:<span ng-bind="order.deliverydate| date: 'yyyy-MM-dd'"></span></div>
|
|
|
<div>累计付款金额:<span ng-bind="order.usdpayment"></span></div>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <!-- <img alt="" src="static/img/deputyOrder/pay_ok.png"> -->
|
|
|
- </td>
|
|
|
+ <!-- <td>
|
|
|
+ <img alt="" src="static/img/deputyOrder/pay_ok.png">
|
|
|
+ </td> -->
|
|
|
<td class="text-center">
|
|
|
<span ng-if="order.print" class="label ng-scope operates-status" style="margin-right: 5px;background-color: #5D6C79">已打印</span>
|
|
|
<span ng-if="!order.print" class="label ng-scope operates-status" style="margin-right: 5px;background-color: #CA3955">未打印</span>
|