| | |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <a-input-search |
| | | <a-input-search |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请选择专业保养方案'" |
| | | enter-button |
| | |
| | | @click="handleOk()" |
| | | type="primary" |
| | | :loading="confirmLoading" |
| | | :disabled="disableSubmit || confirmLoading" |
| | | >确定</a-button> |
| | | </template> |
| | | <specialty-maintenance-plan-list |
| | |
| | | this.model = Object.assign({}, record); |
| | | this.visible = true; |
| | | that.$nextTick(() => { |
| | | that.form.setFieldsValue(pick(that.model, 'num','specialtyMaintenancePlanNum','assignMode','assignModeName','teamId','teamName', 'specialtyMaintenancePlanId', 'planStartTime')); |
| | | that.form.setFieldsValue(pick(that.model, 'num', 'specialtyMaintenancePlanNum', 'assignMode', 'assignModeName', 'teamId', 'teamName', 'specialtyMaintenancePlanId', 'planStartTime')); |
| | | }); |
| | | if (record.id) { |
| | | this.codeDisable = true; |