Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
clearable
|
clearable
|
||||||
|
filterable
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
|||||||
@@ -3024,7 +3024,13 @@
|
|||||||
this.$refs['relatedTermsSelect'].handleSubmit(() => {
|
this.$refs['relatedTermsSelect'].handleSubmit(() => {
|
||||||
this.selectSarStandItems()
|
this.selectSarStandItems()
|
||||||
this.btnLoading = false
|
this.btnLoading = false
|
||||||
|
this.$message({
|
||||||
|
message: '关联成功',
|
||||||
|
type: 'success'
|
||||||
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
closeRelatedTermsDrawer() {
|
closeRelatedTermsDrawer() {
|
||||||
this.$refs['relatedTermsDrawer'].closeDrawer()
|
this.$refs['relatedTermsDrawer'].closeDrawer()
|
||||||
|
|||||||
@@ -1071,7 +1071,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.more {
|
.more {
|
||||||
width: 100%;
|
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
/deep/ .el-input__inner {
|
/deep/ .el-input__inner {
|
||||||
width: 155px;
|
width: 155px;
|
||||||
|
|||||||
@@ -659,7 +659,8 @@
|
|||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
></custom-textarea>
|
></custom-textarea>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="field.attrType === 'SEL_OPTION'">
|
<!-- 起草单位-->
|
||||||
|
<template v-else-if="field.attrType === 'SEL_OPTION' || field.attrType === 'SEL_OPTS' ">
|
||||||
<template>
|
<template>
|
||||||
<custom-select
|
<custom-select
|
||||||
:key="field.attrField"
|
:key="field.attrField"
|
||||||
@@ -4842,7 +4843,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ' || item.attrField === 'BYYBJ' || item.attrField === 'CBBH') {
|
if (item.attrField === 'DTBJH' || item.attrField === 'YYBJ' || item.attrField === 'BYYBJ' || item.attrField === 'CBBH') {
|
||||||
rule.push({validator: this.verify.validateStandardItem, trigger: 'blur'})
|
// rule.push({validator: this.verify.validateStandardItem, trigger: 'blur'})
|
||||||
}
|
}
|
||||||
if (rule.length > 0) {
|
if (rule.length > 0) {
|
||||||
rules[item.attrField] = rule
|
rules[item.attrField] = rule
|
||||||
|
|||||||
Reference in New Issue
Block a user