|
|
@@ -231,9 +231,6 @@
|
|
|
ng-class="{'btn-selected':active=='refused'}" ng-click="setActive('refused')">不同意</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <div class="col-xs-1 pull-right" style="padding-top: 5px;">
|
|
|
- 共<span class="text-num">{{total}}</span>
|
|
|
- </div>-->
|
|
|
</div>
|
|
|
<div class="deputy-btn col-xs-3">
|
|
|
|
|
|
@@ -312,7 +309,6 @@
|
|
|
<th width="313">订单信息</th>
|
|
|
<th width="237">我方回款信息</th>
|
|
|
<th width="237">终端供应商付款信息</th>
|
|
|
- <!-- <th width="143">业务状态</th> -->
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -352,16 +348,6 @@
|
|
|
<div>累计付款金额:<span ng-if="!isUser" ng-bind="order.usdpayment | number"></span><span ng-if="isUser">-</span></div>
|
|
|
</div>
|
|
|
<div class="col-md-2 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>
|
|
|
- <div class="operates">
|
|
|
- <a ng-click="print(order)" title="打印{{order.print? '(已打印)':'(未打印)'}}" ng-class="{'unPrinted' : !order.print, 'text-muted': order.print}">
|
|
|
- <i class="fa fa-print fa-lg"></i>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <!--<div>-->
|
|
|
- <!--<a ng-click="copyorder(order.id)" title="复制生成一张新的订单,除了采购单号和合同编号不同,其他信息基本相同">复制</a>-->
|
|
|
- <!--</div>-->
|
|
|
<div ng-if="order.entrystatus == '保存'">
|
|
|
<a ng-click="clear(order.id)" title="只有新增的在录入的单据可以删除">删除</a>
|
|
|
</div>
|