From 0d4d2c0f28eea2911dbc83e7b2ae4327c2eb6cc9 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期五, 01 八月 2025 16:45:42 +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