From 22906e3b0f3b3cf8527736715efbd97c1291acf6 Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期二, 16 九月 2025 11:00:31 +0800 Subject: [PATCH] 采购退料:添加库位隔离 --- H5/Js/Scll.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/H5/Js/Scll.js b/H5/Js/Scll.js index 04deddb..381055d 100644 --- a/H5/Js/Scll.js +++ b/H5/Js/Scll.js @@ -29,6 +29,7 @@ // 瀛樺偍閫変腑琛屾暟鎹璞� selItem: {} , ItemBarKw: [],//褰撳ぉ琛岀浉鍏虫潯鐮佸簱浣嶄俊鎭� + DaaInfo: {}, } }, mounted() { @@ -106,7 +107,9 @@ var json = res; if (json.status == 0) { that.ItemDetail = json.data.tbBillList; + that.DaaInfo = json.data.tbBillList.daaInfo; that.modeInfo.planNo = json.data.tbBillList.planNo; + that.modeInfo.startTime = json.data.tbBillList.startTime; that.$refs.barcode.focus(); // 閲嶇疆鎵�鏈夎鐨勯�変腑鐘舵�� that.currentIndex = -1; @@ -118,6 +121,7 @@ that.$refs.daa001.focus(); that.modeInfo.daa001 = ""; that.modeInfo.planNo = ""; + that.modeInfo.startTime = ""; that.ItemDetail = []; } that.isLoading = false; @@ -378,8 +382,8 @@ that.itemInfo = json.data.tbBillList; that.actions = json.data.tbBillList.map(item => { return { - name: item.daaInfo // 鎷兼帴瀛楁 - + name: item.daaInfo, // 鎷兼帴瀛楁 + subname: item.startTime }; }); } -- Gitblit v1.9.3