|
|
@@ -191,6 +191,11 @@
|
|
|
<!-- <a ng-click="print(order)" class="pull-right text-simple"><i
|
|
|
class="fa fa-print fa-fw"></i>打印</a> -->
|
|
|
</div>
|
|
|
+ <div class="btn-group btn-group-sm" style="float: right;font-size: 14px;cursor: pointer;text-align: right;height: 40px;line-height: 40px; margin-right: 20px;;color: #fff;" ui-sref="fa_apCheck">
|
|
|
+ <img src="static/img/vendor/images/backIcon.png" width="20"/>返回
|
|
|
+ <!--<b class="new-dot" ng-if="unread.cancelled > 0">{{unread.cancelled > 99 ? '99+' : unread.cancelled}}</b>-->
|
|
|
+
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="pane-body">
|
|
|
<div class="bottomB">
|
|
|
@@ -202,10 +207,10 @@
|
|
|
<span class="title">客户名称</span>
|
|
|
<div class="content" ng-bind="::data.custName"></div>
|
|
|
</div>
|
|
|
- <div class="col-xs-6">
|
|
|
- <span class="title">应付供应商</span>
|
|
|
- <div class="content" ng-bind="::data.items[0].receiveName"></div>
|
|
|
- </div>
|
|
|
+ <!--<div class="col-xs-6">-->
|
|
|
+ <!--<span class="title">应付供应商</span>-->
|
|
|
+ <!--<div class="content" ng-bind="::data.items[0].receiveName"></div>-->
|
|
|
+ <!--</div>-->
|
|
|
</div>
|
|
|
<div class="row row-sm item">
|
|
|
<div class="col-xs-6">
|
|
|
@@ -279,10 +284,10 @@
|
|
|
<tr class="header">
|
|
|
<th width="40">采购单号</th>
|
|
|
<th width="100">验收单</th>
|
|
|
- <th width="30" style="padding:8px 0;">行号</th>
|
|
|
+ <!--<th width="30" style="padding:8px 0;">行号</th>-->
|
|
|
<th width="120">商品</th>
|
|
|
- <th>采购序号</th>
|
|
|
- <th>验收单序号</th>
|
|
|
+ <!--<th>采购序号</th>-->
|
|
|
+ <!--<th>验收单序号</th>-->
|
|
|
<th>单价</th>
|
|
|
<!--<th width="80">单据类型</th>-->
|
|
|
<th>税率</th>
|
|
|
@@ -295,13 +300,13 @@
|
|
|
<tr>
|
|
|
<td ng-bind="item.orderCode"></td>
|
|
|
<td ng-bind="item.inoutno"></td>
|
|
|
- <td ng-bind="item.number" style="padding:8px 0;"></td>
|
|
|
+ <!--<td ng-bind="item.number" style="padding:8px 0;"></td>-->
|
|
|
<td style="max-width: 250px;" class="text-left">
|
|
|
<div>编号: <span ng-bind="item.prodCode"></span></div>
|
|
|
<div>规格: <span ng-bind="item.prodSpec"></span></div>
|
|
|
</td>
|
|
|
- <td ng-bind="item.orderDetno"></td>
|
|
|
- <td ng-bind="item.inoutnodetno"></td>
|
|
|
+ <!--<td ng-bind="item.orderDetno"></td>-->
|
|
|
+ <!--<td ng-bind="item.inoutnodetno"></td>-->
|
|
|
<!--<td ng-bind="item.orderClass"></td>-->
|
|
|
<td ng-bind="isUser?'-':item.price"></td>
|
|
|
<td ng-bind="item.taxrate"></td>
|