yyb
19 小时以前 0c9f714c32e4bc9e8eaf972d860d2d9f2a1e6763
pages/wareHouse/nuclearScale/index.vue
@@ -354,7 +354,8 @@
          // 扫描报工单二维码
          uni.showModal({
            title: "提示",
            content: "客户不一致:" + res.data + " || " + that.form.customerName1,
            content:
              "客户不一致:" + res.data + " || " + that.form.customerName1,
            showCancel: true,
            success: function (res) {
                that.ScanCodeRecord.unshift(ScanCodeRecordList);
@@ -402,7 +403,13 @@
      switch (this.form.productType) {
        case "DT01":
          if (magnetic >= -3 && magnetic <= 3) {
            uni.showModal({
              title: "提示",
              content: "磅差:" + magnetic + ",是否确认提交?",
              success: function (res) {
            this.allSubmit();
              },
            });
          } else {
            this.$u.toast("磅差:" + magnetic + ",请车间核查");
          }