pages/wareHouse/nuclearScale/index.vue
@@ -258,9 +258,9 @@ modalList: {}, showModal: false, productTypeMap: { 1: "导体", 2: "铜杆", 3: "导体2.6", DTO1: "导体", TG01: "铜杆", DT02: "导体2.6", }, ScanCodeRecord: [], background: { @@ -414,7 +414,7 @@ if (magnetic >= 0 && magnetic <= 3) { this.allSubmit(); } else { this.$u.toast("生产核查"); this.$u.toast('磅差:' + magnetic + ',请车间核查'); } break; case "DT02": @@ -422,7 +422,7 @@ // this.ScanCodeRecord.push(this.form); this.allSubmit(); } else { this.$u.toast("生产核查"); this.$u.toast('磅差:' + magnetic + ',请车间核查'); } break; }