yyb
2025-10-20 b404b9c8ad1082d03e947c3cffacc2b3cef3587a
pages/wareHouse/nuclearScale/index.vue
@@ -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;
      }