From 409c7f4171e4c5689eda68bb1e52ae7ae2905c8d Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 13 二月 2025 13:43:37 +0800 Subject: [PATCH] 1.成品入库初步 2.其他入库优化 --- H5/Js/Qtrk.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/H5/Js/Qtrk.js b/H5/Js/Qtrk.js index 6b5f934..e095587 100644 --- a/H5/Js/Qtrk.js +++ b/H5/Js/Qtrk.js @@ -172,11 +172,12 @@ var json = res; if (json.status == 0) { - that.itemNo = json.data.tbBillList.form.itemNo; - that.num = json.data.tbBillList.form.num; + that.itemNo = json.data.form.itemNo; + that.num = json.data.form.num; that.barcode = null; - that.ItemBlDetail = json.data.tbBillList.item + that.ItemBlDetail = json.data.items; that.$notify({ type: 'success', message: '鎵弿鎴愬姛' }); + //that.GetMesItemBlDetailByBillNo() } else { that.$toast.fail(json.message); -- Gitblit v1.9.3