|
|
@@ -126,12 +126,14 @@
|
|
|
<div class="block">
|
|
|
<table class="block table table-default table-striped table-hover">
|
|
|
<thead>
|
|
|
- <th width="40" style="padding:8px 0;font-size: 16px">行号</th>
|
|
|
+ <th width="150" style="font-size: 16px">采购单号</th>
|
|
|
+ <th width="150" style="font-size: 16px">验收单</th>
|
|
|
+ <!--<th width="40" style="padding:8px 0;font-size: 16px">行号</th>-->
|
|
|
<th width="150" style="font-size: 16px">商品</th>
|
|
|
- <th width="100" style="font-size: 16px">采购单号</th>
|
|
|
- <th style="font-size: 16px">采购序号</th>
|
|
|
- <th width="100" style="font-size: 16px">验收单</th>
|
|
|
- <th style="font-size: 16px">验收单序号</th>
|
|
|
+
|
|
|
+ <!--<th style="font-size: 16px">采购序号</th>-->
|
|
|
+
|
|
|
+ <!--<th style="font-size: 16px">验收单序号</th>-->
|
|
|
<th style="font-size: 16px">单价</th>
|
|
|
<!--<th width="80">单据类型</th>-->
|
|
|
<th style="font-size: 16px">税率</th>
|
|
|
@@ -140,15 +142,17 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="item in order.items track by item.id">
|
|
|
- <td ng-bind="item.number" style="padding:8px 0;"></td>
|
|
|
+ <td ng-bind="item.inoutno"></td>
|
|
|
+ <td ng-bind="item.orderCode"></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.orderCode"></td>
|
|
|
- <td style="text-align: center" ng-bind="item.orderDetno"></td>
|
|
|
- <td ng-bind="item.inoutno"></td>
|
|
|
- <td style="text-align: center" ng-bind="item.inoutnodetno"></td>
|
|
|
+
|
|
|
+ <!--<td style="text-align: center" ng-bind="item.orderDetno"></td>-->
|
|
|
+
|
|
|
+ <!--<td style="text-align: center" ng-bind="item.inoutnodetno"></td>-->
|
|
|
|
|
|
<!--<td ng-bind="item.orderClass"></td>-->
|
|
|
<td ng-bind="isUser?'-':item.price"></td>
|
|
|
@@ -157,9 +161,6 @@
|
|
|
<td style="text-align: center" ng-bind="isUser?'-':(item.amount | number:2)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
- <td></td>
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
<td></td>
|