From 505c41b4fc4a391d1f5f1904e31764f9d8156099 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 5 Jan 2026 19:42:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=8A=BD=E7=A6=BBing]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPcakge.vue | 4 - src/components/Template/CustomTable.vue | 8 +- src/components/Template/DecimalInput.vue | 89 ++++++++++------------ .../comps/template/comps/sp/SWYPBQGZYZBB.vue | 2 +- .../comps/template/comps/sp/SWYPFXCBYPZB.vue | 2 +- .../comps/template/comps/sp/SWYPFXRYPZB.vue | 2 +- .../comps/template/mixins/templateMixin.js | 14 ++-- 7 files changed, 55 insertions(+), 66 deletions(-) diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index dcabe6c..c67a8fa 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -182,10 +182,6 @@ export default { return typeObj[type] || "" }, onInputNumberChange(key, val){ - if(val === 0){ - this.formFields[key] = null; - return; - } this.formFields[key] = val; }, updateFormData(key, value){ diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index ee5de5a..4465a80 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -44,7 +44,7 @@