yyb
13 小时以前 a7231fe7bad424604cd698cffc9cbf3c345b4d08
pages/wareHouse/nuclearScale/index.vue
@@ -355,6 +355,9 @@
        if (that.form.productType == "TG01") {
          that.$refs.saveForm.open(ScanCodeRecordList);
        } else {
          if (that.form.workshop == "ZF01") {
            that.$refs.saveForm.open(ScanCodeRecordList);
          }
          that.queryCustomName(codeInfo, ScanCodeRecordList);
        }
      }
@@ -476,7 +479,8 @@
          };
        })
        .catch((err) => {
          uni.hideLoading();
          console.log("err", err);
          // uni.hideLoading();
          uni.showModal({
            title: "提示",
            content: err.message || "网络异常,请重试",
@@ -507,7 +511,7 @@
          // this.ScanCodeRecord.unshift(Obj);
          this.$refs.saveForm.cancel();
        })
        .catch(() => {
        .catch((err) => {
          uni.hideLoading();
          this.$refs.saveForm.cancel();
          uni.showModal({