From 8e4aa88d5b4b85d19cdaf49f14fca22540b7e3dd Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期一, 15 九月 2025 09:52:50 +0800 Subject: [PATCH] 其他出库加入库存限制 --- H5/Js/Scll.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/H5/Js/Scll.js b/H5/Js/Scll.js index 96b9b3c..381055d 100644 --- a/H5/Js/Scll.js +++ b/H5/Js/Scll.js @@ -29,6 +29,7 @@ // 瀛樺偍閫変腑琛屾暟鎹璞� selItem: {} , ItemBarKw: [],//褰撳ぉ琛岀浉鍏虫潯鐮佸簱浣嶄俊鎭� + DaaInfo: {}, } }, mounted() { @@ -106,6 +107,7 @@ 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(); -- Gitblit v1.9.3