Browse Source

【B2B对账单详情】+【对账单界面展示】+【增加相关采购订单以及序号】+【增加相关采购订单以及序号】

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2925 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
shenj 10 years ago
parent
commit
fd2d35200e
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/main/webapp/resources/tpl/index/fa/apCheck_detail.html

+ 5 - 3
src/main/webapp/resources/tpl/index/fa/apCheck_detail.html

@@ -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>