| | |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='工单状态'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.repairStatus_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='设备编号'> |
| | | <lx-search-equipment-select disabled v-model='tableRowRecord.equipmentId'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='维修负责人'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.repairer'/> |
| | | <a-form-model-item label='安装位置'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.installationPosition_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='报修人'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.reporter_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='报修人电话'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.reporterPhone_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='维修人'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.repairer_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='维修人电话'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.repairerPhone_dictText'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='threeColSpan'> |
| | | <a-form-model-item label='故障简称'> |
| | | <a-input :readOnly='inputReadOnly' v-model='tableRowRecord.faultName'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="24"> |
| | | <a-form-model-item label='故障描述' :labelCol='labelColLong' :wrapperCol='wrapperColLong'> |
| | | <a-textarea :readOnly='inputReadOnly' v-model='tableRowRecord.faultDescription'/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <a-col :span='threeColSpan*3'> |
| | | <a-form-model-item label='报修图片' :labelCol='labelColLong' :wrapperCol='wrapperColLong'> |