yyb
8 小时以前 d6ceb8dcb521b007319710728fe464b5e7019316
核磅录入导体提交
已修改1个文件
4 ■■■ 文件已修改
pages/wareHouse/nuclearScale/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/index.vue
@@ -403,11 +403,12 @@
      switch (this.form.productType) {
        case "DT01":
          if (magnetic >= -3 && magnetic <= 3) {
            let that = this;
            uni.showModal({
              title: "提示",
              content: "磅差:" + magnetic + ",是否确认提交?",
              success: function (res) {
                  this.allSubmit();
                  that.allSubmit();
              },
            });
          } else {
@@ -425,6 +426,7 @@
      }
    },
    allSubmit() {
      console.log("进来了", this.ScanCodeRecord);
      this.ScanCodeRecord.forEach((item) => {
        item.batchNo = item.outBatchNo;
      });