From 25d104f87cb3c24b273969826a32f2fe53d9186a Mon Sep 17 00:00:00 2001 From: chenjianan Date: Fri, 8 Mar 2019 13:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=85=A5=E5=BA=93=E5=8D=95bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Inventory/InboundCard/index.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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 => {