| | |
| | | <a-row :gutter="24"> |
| | | <a-col :span="24"> |
| | | <a-form-item label="类型" :labelCol="labelColLong" :wrapperCol="wrapperColLong"> |
| | | <a-input :disabled="disableSubmit" placeholder="请输入类型" |
| | | :triggerChange="true" |
| | | v-decorator="['noplanType', validatorRules.noplanType]"/> |
| | | <j-dict-select-tag :readOnly="disableSubmit" placeholder="请选择类型" |
| | | :triggerChange="true" dictCode="mdc_noplan_type" |
| | | v-decorator="['noplanType', validatorRules.noplanType]" allow-clear/> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | import pick from 'lodash.pick' |
| | | // import DeviceRepairListModel from './DeviceRepairListModel' |
| | | // import DeviceRepairEditListModel from './DeviceRepairEditListModel' |
| | | // import JDate from './JDate' |
| | | import { |
| | | getAction, |
| | | postAction, |