yyb
16 小时以前 5b01f7c23749f410c705ec7b59d8b59e5b06c819
叉车重量校验问题,导体和导体2叉车盘重的默认显示
已修改2个文件
6 ■■■■ 文件已修改
pages/wareHouse/nuclearScale/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/saveForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/index.vue
@@ -504,6 +504,10 @@
    // 提交按钮
    submit() {
      if (this.form.productType != "TG01") {
        this.modalList = {
          verificationWeight: "",
          forkliftWeight: this.form.productType == "DT01" ? "" : 0,
        };
        this.showModal = true;
      } else {
        this.allSubmit();
pages/wareHouse/nuclearScale/saveForm.vue
@@ -145,7 +145,7 @@
        this.$refs.uModal.clearLoading(); // 清除加载状态
        return;
      }
      if (!this.form.forkliftWeight) {
      if (!String(this.form.forkliftWeight).trim()) {
        this.$u.toast("请输入叉车重量");
        this.$refs.uModal.clearLoading(); // 清除加载状态
        return;