pages/wareHouse/nuclearScale/index.vue
@@ -414,7 +414,7 @@
          if (magnetic >= 0 && magnetic <= 3) {
            this.allSubmit();
          } else {
            this.$u.toast('磅差:' + magnetic + ',请车间核查');
            this.$u.toast("磅差:" + magnetic + ",请车间核查");
          }
          break;
        case "DT02":
@@ -422,7 +422,7 @@
            // this.ScanCodeRecord.push(this.form);
            this.allSubmit();
          } else {
            this.$u.toast('磅差:' + magnetic + ',请车间核查');
            this.$u.toast("磅差:" + magnetic + ",请车间核查");
          }
          break;
      }
@@ -443,10 +443,12 @@
        .then((res) => {
          this.$u.toast("提交成功");
          this.ScanCodeRecord = [];
          if (this.form.productTypeMap == "DT01") {
          this.modalList = {
            verificationWeight: "",
            forkliftWeight: "",
          };
          }
        })
        .catch((err) => {
          uni.hideLoading();
@@ -517,7 +519,8 @@
        return;
      }
       uni.navigateTo({
         url: "/pages/wareHouse/nuclearScale/nuclearscalerecord?verificationNo=" +
        url:
          "/pages/wareHouse/nuclearScale/nuclearscalerecord?verificationNo=" +
                  encodeURIComponent(JSON.stringify(this.form.verificationNo)),
       });
    },