diff --git a/src/views/Inventory/InboundCard/index.vue b/src/views/Inventory/InboundCard/index.vue index b0e28de9..7d1e941d 100644 --- a/src/views/Inventory/InboundCard/index.vue +++ b/src/views/Inventory/InboundCard/index.vue @@ -322,7 +322,7 @@
-
+

采 购 入 库 单


@@ -379,13 +379,13 @@
- - - - - - + + + + + + @@ -399,7 +399,7 @@ - + @@ -417,8 +417,8 @@
存货编码
{{ index + 1 }} {{ list.名称 }}{{ list.规格 }}{{ list.规格 + list.型号 }} {{ list.零件图号 }} {{ list.数量 }} {{ list.本币单价 }}
- 制单人:{{ '李鑫' }} - 审核人:{{ '李鑫' }} + 制单人: + 审核人:
@@ -1011,6 +1011,7 @@ export default { this.inbondCard[13] = row.备注 this.DetailNumber = row.采购入库单流水号 searchInboundCardDetail(this.DetailNumber).then(response => { + console.log(this.tableData4) this.tableData4 = response.data return this.tableData4 }).then(data => {