|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8" v-show="false"> |
|
|
|
|
<a-form-item label="ID" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-form-item label="归口部门" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-input v-decorator="['putUnder']" placeholder="" style="width: 100%"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
@ -507,6 +507,7 @@
|
|
|
|
|
btndisabled: false, |
|
|
|
|
isShowInput: '', |
|
|
|
|
assignees: '', |
|
|
|
|
assigneesText: '', |
|
|
|
|
// 表单校验 |
|
|
|
|
validatorRules: { |
|
|
|
|
// 'blur'是鼠标失去焦点的时候会触发验证 |
|
|
|
@ -679,6 +680,7 @@
|
|
|
|
|
this.hiegs = false |
|
|
|
|
// this.fetchData(); |
|
|
|
|
// this.fetchDataRake() |
|
|
|
|
this.assigneesText = val; |
|
|
|
|
this.fetchMerchandiseNews(); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -836,7 +838,9 @@
|
|
|
|
|
supplierId: item.supplierId, |
|
|
|
|
descriptionId: item.descriptionId |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.form.setFieldsValue({ |
|
|
|
|
putUnder: item.materialDepart, |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -935,6 +939,9 @@
|
|
|
|
|
descriptionId: value, |
|
|
|
|
id:id |
|
|
|
|
} |
|
|
|
|
if(!!this.assigneesText){ |
|
|
|
|
par.materialType = this.assigneesText; |
|
|
|
|
} |
|
|
|
|
this.bigIdMerchandiseNews = [] |
|
|
|
|
this.bigIdMerchandiseNewsList = [] |
|
|
|
|
let qc = [] |
|
|
|
|