yyb
3 天以前 24190e4d563ba89f00db6985ec193de89a263d3e
pages/wareHouse/nuclearScale/index.vue
@@ -413,7 +413,7 @@
      this.form.forkliftWeight = this.modalList.forkliftWeight;
      switch (this.form.productType) {
        case "DT01":
          if (magnetic >= 0 && magnetic <= 3) {
          if (magnetic >= -3 && magnetic <= 3) {
            this.allSubmit();
          } else {
            this.$u.toast("磅差:" + magnetic + ",请车间核查");