From cdaa6b433a2ce3fbb727a9661015e6f76683529f Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 13 六月 2025 14:35:56 +0800 Subject: [PATCH] 1.采购退货单优化 2.采购退料单拆分 3.采购入库优化 --- H5/Js/Scbl.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/H5/Js/Scbl.js b/H5/Js/Scbl.js index cbfdb80..926b55b 100644 --- a/H5/Js/Scbl.js +++ b/H5/Js/Scbl.js @@ -78,7 +78,7 @@ GetMesItemBlDetailByBillNo() { var that = this; that.isLoading = true; - that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', { + that.AxiosHttp("post", 'MesItemBl/GetMesItemWWBlDetailByBillNo', { billNo: that.billNo, type: selectType }, false) @@ -109,7 +109,11 @@ }); }, getBarcode() { - + // 娣诲姞闃叉姈鍒ゆ柇 + if (this.isLoading) { + return; + } + //this.barcode = value; var that = this; -- Gitblit v1.9.3