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 @@