From 5f1a78b74feee6fa90088e362df501859e802548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Mon, 23 Oct 2023 15:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E4=BF=AE=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E5=87=86=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/OcrAddForm/index.vue | 7 + .../src/components/SplitBatForm/index.vue | 7 + .../components/Standardselection/index.vue | 175 ++++++++++++++---- .../src/components/libraryAddForm/index.vue | 2 +- .../splitting/modules/SplitAddForm.vue | 6 + .../virtualList/components/editModel.vue | 6 + .../components/addModelconformance.vue | 1 + .../components/addModelconformance.vue | 1 + .../moudles/addModel.vue | 1 + 9 files changed, 164 insertions(+), 42 deletions(-) diff --git a/jero-web/src/components/OcrAddForm/index.vue b/jero-web/src/components/OcrAddForm/index.vue index c49a84c67..f5ae9586b 100644 --- a/jero-web/src/components/OcrAddForm/index.vue +++ b/jero-web/src/components/OcrAddForm/index.vue @@ -215,6 +215,9 @@ @@ -283,6 +286,10 @@ this.getForm() }, methods: { + StandardselectionChange(value, id) { + this.formInline[value + '_id'] = id + this.formInline = { ...this.formInline } + }, sumber() { // console.log('vilidate',this.formInline) this.$refs.ruleForm1.validate(valid => { diff --git a/jero-web/src/components/SplitBatForm/index.vue b/jero-web/src/components/SplitBatForm/index.vue index acdf19cb9..04c428002 100644 --- a/jero-web/src/components/SplitBatForm/index.vue +++ b/jero-web/src/components/SplitBatForm/index.vue @@ -207,6 +207,9 @@ @@ -305,6 +308,10 @@ // console.log('idssss111',this.ids) }, methods: { + StandardselectionChange(value, id) { + this.formInline[value + '_id'] = id + this.formInline = { ...this.formInline } + }, sumber() { // console.log('vilidate',this.formInline) this.$refs.ruleForm1.validate(valid => { diff --git a/jero-web/src/components/Standardselection/index.vue b/jero-web/src/components/Standardselection/index.vue index d7edda414..941325af4 100644 --- a/jero-web/src/components/Standardselection/index.vue +++ b/jero-web/src/components/Standardselection/index.vue @@ -1,13 +1,27 @@