| | |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="12"> |
| | | <a-form-item |
| | | label="保养部位" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <a-input |
| | | allow-clear |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请输入保养部位'" |
| | | v-decorator="['location', validatorRules.location ]" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24"> |
| | | <a-col :span="24"> |
| | |
| | | this.visible = true; |
| | | this.disableSubmit = false; |
| | | this.$nextTick(() => { |
| | | this.form.setFieldsValue(pick(this.model, 'maintenanceProjectCategoryNumName', 'maintenanceRequire', 'num', 'name', 'maintenanceMethod', 'maintenanceTool', 'maintenanceSpecialtyId', 'standard', 'workingHourQuota', 'remark')) |
| | | this.form.setFieldsValue(pick(this.model, 'maintenanceProjectCategoryNumName', 'maintenanceRequire', 'num', 'name', 'maintenanceMethod', 'maintenanceTool', 'maintenanceSpecialtyId', 'standard', 'workingHourQuota', 'location', 'remark')) |
| | | }); |
| | | if (record.id) { |
| | | this.codeDisable = true; |
| | |
| | | dataIndex: 'maintenanceTool', |
| | | }, |
| | | { |
| | | title: '保养部位', |
| | | align: "center", |
| | | dataIndex: 'location', |
| | | }, |
| | | { |
| | | title: '创建人', |
| | | align: "center", |
| | | dataIndex: 'createBy', |