|
@@ -101,31 +101,32 @@
|
|
|
<table class="block table table-default table-striped table-hover">
|
|
<table class="block table table-default table-striped table-hover">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr class="header">
|
|
<tr class="header">
|
|
|
- <th width="40" style="padding:8px 0;font-size: 16px">行号</th>
|
|
|
|
|
- <th width="150" style="font-size: 16px">商品</th>
|
|
|
|
|
- <th width="40" 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 width="40" style="font-size: 14px">采购单号</th>
|
|
|
|
|
+ <th width="100" style="font-size: 14px">验收单</th>
|
|
|
|
|
+ <th width="40" style="padding:8px 0;font-size: 14px">行号</th>
|
|
|
|
|
+ <th width="150" style="font-size: 14px">商品</th>
|
|
|
|
|
+ <th style="font-size: 14px">采购序号</th>
|
|
|
|
|
+
|
|
|
|
|
+ <th style="font-size: 14px">验收单序号</th>
|
|
|
|
|
+ <th style="font-size: 14px">单价</th>
|
|
|
<!--<th width="80">单据类型</th>-->
|
|
<!--<th width="80">单据类型</th>-->
|
|
|
- <th style="font-size: 16px">税率</th>
|
|
|
|
|
- <th style="font-size: 16px">对账数量</th>
|
|
|
|
|
- <th style="font-size: 16px">对账金额</th>
|
|
|
|
|
|
|
+ <th style="font-size: 14px">税率</th>
|
|
|
|
|
+ <th style="font-size: 14px">对账数量</th>
|
|
|
|
|
+ <th style="font-size: 14px">对账金额</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody ng-repeat="item in data.items" style="text-align: center;">
|
|
<tbody ng-repeat="item in data.items" style="text-align: center;">
|
|
|
<tr>
|
|
<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">
|
|
<td style="max-width: 250px;" class="text-left">
|
|
|
<div>编号: <span ng-bind="item.prodCode"></span></div>
|
|
<div>编号: <span ng-bind="item.prodCode"></span></div>
|
|
|
<div>规格: <span ng-bind="item.prodSpec"></span></div>
|
|
<div>规格: <span ng-bind="item.prodSpec"></span></div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td ng-bind="item.orderCode"></td>
|
|
|
|
|
<td ng-bind="item.orderDetno"></td>
|
|
<td ng-bind="item.orderDetno"></td>
|
|
|
- <td ng-bind="item.inoutno"></td>
|
|
|
|
|
- <td ng-bind="item.inoutnodetno"></td>
|
|
|
|
|
|
|
|
|
|
|
|
+ <td ng-bind="item.inoutnodetno"></td>
|
|
|
<!--<td ng-bind="item.orderClass"></td>-->
|
|
<!--<td ng-bind="item.orderClass"></td>-->
|
|
|
<td ng-bind="isUser?'-':item.price"></td>
|
|
<td ng-bind="isUser?'-':item.price"></td>
|
|
|
<td ng-bind="item.taxrate"></td>
|
|
<td ng-bind="item.taxrate"></td>
|