| pages/wareHouse/nuclearScale/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/wareHouse/nuclearScale/saveForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;