| pages/wareHouse/nuclearScale/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | 
pages/wareHouse/nuclearScale/index.vue
@@ -403,11 +403,12 @@ switch (this.form.productType) { case "DT01": if (magnetic >= -3 && magnetic <= 3) { let that = this; uni.showModal({ title: "提示", content: "磅差:" + magnetic + ",是否确认提交?", success: function (res) { this.allSubmit(); that.allSubmit(); }, }); } else { @@ -425,6 +426,7 @@ } }, allSubmit() { console.log("进来了", this.ScanCodeRecord); this.ScanCodeRecord.forEach((item) => { item.batchNo = item.outBatchNo; });