From cd757b79217ba11868a4e771298194a362621afe Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期二, 09 九月 2025 18:04:36 +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