| | |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <a-form-item label="设备编码"> |
| | | <a-form-item label="统一编码"> |
| | | <a-input |
| | | placeholder="请输入设备编码" |
| | | placeholder="请输入统一编码" |
| | | v-model="queryParam.equipmentNum" |
| | | ></a-input> |
| | | </a-form-item> |
| | |
| | | <a-menu-item |
| | | key="2" |
| | | @click="handleAddPre(false)" |
| | | ><a-icon type="copy" />参照保修故障单</a-menu-item> |
| | | ><a-icon type="copy" />参照故障报修单</a-menu-item> |
| | | </a-menu> |
| | | <a-button |
| | | type="primary" |
| | | icon="plus" |
| | | >新增</a-button> |
| | | </a-dropdown> |
| | | </a-dropdown> |
| | | <a-button |
| | | type="primary" |
| | | icon="plus" |
| | |
| | | dataIndex: 'num' |
| | | }, |
| | | { |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | align: "center", |
| | | dataIndex: 'equipmentNum' |
| | | }, |
| | |
| | | }, |
| | | { |
| | | /*新增字段需要修改*/ |
| | | title: '委外单位', |
| | | title: '外委单位', |
| | | align: "center", |
| | | dataIndex: 'outsourcingUnitName' |
| | | }, |