| | |
| | | <a-col :span="24"> |
| | | <a-form-model-item label="设备组编号" :labelCol="labelColLong" :wrapperCol="wrapperColLong" |
| | | prop="equipmentIds"> |
| | | <a-input-search v-model="model.equipmentIds" :disabled="!model.productionId" @search="deviceSearch" |
| | | <a-input-search v-model="model.equipmentIds" readOnly :disabled="!model.productionId" @search="deviceSearch" |
| | | enter-button :placeholder='!model.productionId?"请选择车间":"请选择设备组编号"'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | |
| | | ], |
| | | equipmentIds: [ |
| | | { |
| | | required: true, message: '请选择设备编号!' |
| | | required: true, message: '请选择设备编号!',trigger:'change' |
| | | } |
| | | ] |
| | | }, |