From 815513aea3dbfda3c397f2de70dfd97d444fbb60 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Wed, 18 Jun 2025 15:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=B5=84=E4=BA=A7=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E7=AB=AF=E6=B2=A1=E6=9C=89=E9=BB=98=E8=AE=A4=E7=BB=84?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/renwuType/webType1.vue | 50 +++++++++++-------- src/views/components/renwuType/webType2DW.vue | 50 +++++++++++-------- 2 files changed, 60 insertions(+), 40 deletions(-) diff --git a/src/views/components/renwuType/webType1.vue b/src/views/components/renwuType/webType1.vue index 43f059f..49ebbdc 100644 --- a/src/views/components/renwuType/webType1.vue +++ b/src/views/components/renwuType/webType1.vue @@ -4601,7 +4601,7 @@ @@ -4623,7 +4623,7 @@ + > @@ -5164,6 +5165,7 @@ export default { ruleForm: { sjzcList: [ { + grxxsjl: 0, sjzcSjkmc: "", sjzcSjklx: "", }, @@ -5391,10 +5393,18 @@ export default { } return url; }, + changeSfsjgrxx(index) { + if (this.ruleForm.sjzcList[index].sfsjgrxx != 1) { + this.ruleForm.sjzcList[index].grxxsjl = 0; + } else { + this.ruleForm.sjzcList[index].grxxsjl = ""; + } + }, addSjzcList() { this.ruleForm.sjzcList.push({ sjzcSjkmc: "", sjzcSjklx: "", + grxxsjl: 0, }); }, removeSjzcList(index) { diff --git a/src/views/components/renwuType/webType2DW.vue b/src/views/components/renwuType/webType2DW.vue index 013bc0f..df9a9f0 100644 --- a/src/views/components/renwuType/webType2DW.vue +++ b/src/views/components/renwuType/webType2DW.vue @@ -4716,7 +4716,7 @@ @@ -4738,7 +4738,7 @@ + > @@ -5277,6 +5278,7 @@ export default { ruleForm: { sjzcList: [ { + grxxsjl: 0, sjzcSjkmc: "", sjzcSjklx: "", }, @@ -5517,10 +5519,18 @@ export default { } return url; }, + changeSfsjgrxx(index) { + if (this.ruleForm.sjzcList[index].sfsjgrxx != 1) { + this.ruleForm.sjzcList[index].grxxsjl = 0; + } else { + this.ruleForm.sjzcList[index].grxxsjl = ""; + } + }, addSjzcList() { this.ruleForm.sjzcList.push({ sjzcSjkmc: "", sjzcSjklx: "", + grxxsjl: 0, }); }, removeSjzcList(index) {