From 1ae808895b09947b4a94607034e8ec776e1c8208 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Mon, 1 Jul 2019 09:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Inventory/CreatePickingList/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/Inventory/CreatePickingList/index.vue b/src/views/Inventory/CreatePickingList/index.vue index aa822434..a337cfdd 100644 --- a/src/views/Inventory/CreatePickingList/index.vue +++ b/src/views/Inventory/CreatePickingList/index.vue @@ -221,10 +221,11 @@ {{ scope.row.领料单备注 }} - + @@ -233,9 +234,9 @@ 已确认 - + @@ -642,6 +643,7 @@ export default { }, // 查看领料单明细 clickList(row) { + console.log(row) row ? this.pickingListNum = row.领料单流水号 : this.pickingListNum row ? this.pickingListNumberShow = row.领料单编号 : this.pickingListNumberShow searchListDetail(this.pickingListNum).then(res => {