From fdbaf392415fe3727098a79c800436e7a1bd89bf Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 14 八月 2025 17:36:54 +0800 Subject: [PATCH] 领料模块 --- H5/Js/Scll.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/H5/Js/Scll.js b/H5/Js/Scll.js index 94a8b49..18334ca 100644 --- a/H5/Js/Scll.js +++ b/H5/Js/Scll.js @@ -43,7 +43,9 @@ }, false) .then(function (res) { var json = res; + if (json.status == 0) { + console.log(json) that.ItemDetail = json.data.tbBillList; that.modeInfo.planNo = json.data.tbBillList.planNo; that.$refs.barcode.focus(); @@ -164,7 +166,7 @@ that.$notify({ type: 'success', message: json.message }); that.$playSound('success'); - that.sendMessage(json.data.tbBillList); + //that.sendMessage(json.data.tbBillList); that.$refs.barcode.focus(); that.getModel(); -- Gitblit v1.9.3