yyb
11 小时以前 48ea71d330920dac9c3ff84585a7ef0c413fce50
pages/wareHouse/nuclearScale/index.vue
@@ -394,10 +394,10 @@
        });
      }
      // 使用正确的字段名suppliedQuantity,而不是voltage
      const magnetic =
      const magnetic =(
        Number(this.modalList.verificationWeight) -
        Number(this.modalList.forkliftWeight) -
        grossWeightSum;
        grossWeightSum).toFixed(1);
      this.form.verificationWeight = this.modalList.verificationWeight;
      this.form.forkliftWeight = this.modalList.forkliftWeight;
      switch (this.form.productType) {
@@ -484,7 +484,12 @@
        .catch(() => {
          uni.hideLoading();
          this.$refs.saveForm.cancel();
          this.$u.toast("网络异常,请重试");
          uni.showModal({
            title: "提示",
            content: err.message || "网络异常,请重试",
            showCancel: true,
            success: function (res) {},
          });
        });
    },
    // 提交按钮