yyb
2025-10-20 b404b9c8ad1082d03e947c3cffacc2b3cef3587a
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;
      }
@@ -443,6 +443,10 @@
        .then((res) => {
          this.$u.toast("提交成功");
          this.ScanCodeRecord = [];
          this.modalList = {
            verificationWeight: "",
            forkliftWeight: "",
          };
        })
        .catch((err) => {
          uni.hideLoading();