yyb
9 小时以前 5f2221fbba40d0218e33f73489b3cdf61fa567de
pages/wareHouse/nuclearScale/index.vue
@@ -358,7 +358,11 @@
              "客户不一致:" + res.data + " || " + that.form.customerName1,
            showCancel: true,
            success: function (res) {
              that.ScanCodeRecord.unshift(ScanCodeRecordList);
              if (res.confirm) {
                that.ScanCodeRecord.unshift(ScanCodeRecordList);
              } else if (res.cancel) {
                return;
              }
            },
          });
        } else {
@@ -394,10 +398,11 @@
        });
      }
      // 使用正确的字段名suppliedQuantity,而不是voltage
      const magnetic =(
      const magnetic = (
        Number(this.modalList.verificationWeight) -
        Number(this.modalList.forkliftWeight) -
        grossWeightSum).toFixed(1);
        grossWeightSum
      ).toFixed(1);
      this.form.verificationWeight = this.modalList.verificationWeight;
      this.form.forkliftWeight = this.modalList.forkliftWeight;
      switch (this.form.productType) {
@@ -408,7 +413,11 @@
              title: "提示",
              content: "磅差:" + magnetic + ",是否确认提交?",
              success: function (res) {
                if (res.confirm) {
                  that.allSubmit();
                } else if (res.cancel) {
                  return;
                }
              },
            });
          } else {