| | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="24/2"> |
| | | <a-form-item label="单据号" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-input |
| | | <a-input |
| | | allow-clear |
| | | placeholder="请输入单据号" |
| | | placeholder="请输入单据号" |
| | | v-decorator="['num', validatorRules.num]" |
| | | /> |
| | | </a-form-item> |
| | |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="24/2" > |
| | | <a-form-item label="委外单位" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-form-item label="外委单位" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请选择委外单位'" |
| | | :placeholder="disableSubmit?'':'请选择外委单位'" |
| | | :triggerChange="true" |
| | | dictCode="mom_base_supplier,name,id, del_flag='0'" |
| | | v-decorator="['outsourcingUnit', validatorRules.outsourcingUnit]" |
| | |
| | | |
| | | export default { |
| | | name: "RepairOrderModal", |
| | | components: { |
| | | components: { |
| | | JMultiSelectTag, |
| | | Tooltip, |
| | | FaultReportRepair, |
| | |
| | | equipmentList:[], |
| | | teamList:[], |
| | | userList:[], |
| | | |
| | | |
| | | } |
| | | }, |
| | | created () { |
| | |
| | | }, |
| | | handleOk () { |
| | | const that = this; |
| | | |
| | | |
| | | // 触发表单验证 |
| | | |
| | | |
| | | this.form.validateFields((err, values) => { |
| | | if (!err) { |
| | | that.confirmLoading = true; |