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/Cgyt.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/H5/Js/Cgyt.js b/H5/Js/Cgyt.js index b39bf6f..97b7319 100644 --- a/H5/Js/Cgyt.js +++ b/H5/Js/Cgyt.js @@ -101,6 +101,7 @@ that.ytdh = res1.data.tbBillList.ytdh; that.ItemDetail = res1.data.ytItem; that.tableData = res1.data.ytBarInfo; + that.formData.barcode = ""; } else { that.$toast.fail(res1.message); -- Gitblit v1.9.3