南骏 池
2025-02-15 a1272018d3c8d0b5a520ab53588518122f6b5bf6
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);