|
@@ -119,7 +119,8 @@
|
|
|
<th>税率</th>
|
|
<th>税率</th>
|
|
|
<th>对账数量</th>
|
|
<th>对账数量</th>
|
|
|
<th>对账金额</th>
|
|
<th>对账金额</th>
|
|
|
- <th>应付供应商编号</th>
|
|
|
|
|
|
|
+ <th>采购单号</th>
|
|
|
|
|
+ <th>采购序号</th>
|
|
|
<th>应付供应商名称</th>
|
|
<th>应付供应商名称</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
@@ -134,8 +135,9 @@
|
|
|
<td ng-bind="item.taxrate"></td>
|
|
<td ng-bind="item.taxrate"></td>
|
|
|
<td ng-bind="item.checkQty"></td>
|
|
<td ng-bind="item.checkQty"></td>
|
|
|
<td ng-bind="item.amount | number:2"></td>
|
|
<td ng-bind="item.amount | number:2"></td>
|
|
|
- <td ng-bind="item.receiveCode"></td>
|
|
|
|
|
- <td ng-bind="item.receiveName">YU128932-3</td>
|
|
|
|
|
|
|
+ <td ng-bind="item.orderCode"></td>
|
|
|
|
|
+ <td ng-bind="item.orderDetno"></td>
|
|
|
|
|
+ <td ng-bind="item.receiveName"></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|