|
@@ -1047,6 +1047,10 @@ export default {
|
|
|
var factory = this.$refs.KFB.form.getFieldValue('factory_signature')
|
|
|
if(!type|| type==''){
|
|
|
this.$message.error('请选择业务类型')
|
|
|
+
|
|
|
+ // 边框变红
|
|
|
+ let div1 = document.getElementById('business_type')
|
|
|
+ div1.setAttribute('class', 'active')
|
|
|
addForm = 'yes'
|
|
|
}else if(!factory || factory==''){
|
|
|
sonTable.every(item=>{
|
|
@@ -1729,4 +1733,7 @@ function updateModel (object, childIndex) {
|
|
|
/deep/ textarea#presentation_condition {
|
|
|
height: 290px;
|
|
|
}
|
|
|
+/deep/ .active .ant-select-selection {
|
|
|
+ border: 1px solid red;
|
|
|
+}
|
|
|
</style>
|