From ca984aadc78f3dcc5e13bfa4900e61396034bbb5 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期二, 18 二月 2025 10:37:03 +0800 Subject: [PATCH] 1.其他入库触发事件方法调整。 2.采购入库触发事件方法调整。 3.采购退货界面优化。 4.生产退料优化 --- H5/Js/Scbg.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/H5/Js/Scbg.js b/H5/Js/Scbg.js index d85e8e6..1704dd3 100644 --- a/H5/Js/Scbg.js +++ b/H5/Js/Scbg.js @@ -119,7 +119,7 @@ var json = res; if (json.status == 0) { - let entity = json.data.tbBillList; + let entity = json.data.result; that.taskNo = entity.taskNo; //宸ュ崟鍙� that.itemNo = entity.itemNo; //鐗╂枡缂栧彿 that.planQty = entity.planQty; //璁″垝鏁伴噺 @@ -129,6 +129,7 @@ that.itemName = entity.itemName; //鐗╂枡鍚嶇О that.itemModel = entity.itemModel; //鐗╂枡鍨嬪彿 that.$notify({ type: 'success', message: '鎵弿鎴愬姛' }); + that.barcode = null; } else { that.$toast.fail(json.message); -- Gitblit v1.9.3