| | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="12"> |
| | | <a-form-item |
| | | label="点检计划编码" |
| | | label="点检方案编码" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | > |
| | | <a-input |
| | | allow-clear |
| | | :disabled="disableSubmit" |
| | | :placeholder="disableSubmit?'':'请输入点检计划编码'" |
| | | :placeholder="disableSubmit?'':'请输入点检方案编码'" |
| | | v-decorator="['num', validatorRules.num ]" |
| | | /> |
| | | </a-form-item> |
| | |
| | | <a-input |
| | | :disabled=true |
| | | placeholder="请输入图片名称" |
| | | v-decorator="['name', {} ]" |
| | | v-decorator="['name', validatorRules.name ]" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | |
| | | for (let i = 0; i < this.dataSource.length; i++) { |
| | | ids.push(this.dataSource[i].specialtyInspectionStandardId); |
| | | } |
| | | debugger |
| | | let departId = dataDepartId.departId; |
| | | let inspectionCycleId = data.inspectionCycleId; |
| | | this.$refs.specialtyInspectionStandardModalForm.showModals(ids, departId, inspectionCycleId); |