| | |
| | | <template> |
| | | <a-card |
| | | title="周期性保养标准" |
| | | title="二级保养标准" |
| | | :bordered='false' |
| | | > |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | :md='8' |
| | | :sm='24' |
| | | > |
| | | <a-form-item label='设备名称'> |
| | | <a-form-item label='统一编号'> |
| | | <a-input |
| | | placeholder='请输入设备名称' |
| | | v-model='queryParam.name' |
| | | placeholder='请输入统一编号' |
| | | v-model='queryParam.equipmentNum' |
| | | ></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | |
| | | <a-button |
| | | type="primary" |
| | | icon="import" |
| | | v-has="'dailyMaintenanceStandard:import'" |
| | | >导入</a-button> |
| | | </a-upload> |
| | | </div> |
| | |
| | | // dataIndex: 'specificEquipment', |
| | | // }, |
| | | { |
| | | title: '审核结果', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceStandardUda1', |
| | | }, |
| | | { |
| | | title: '审核意见', |
| | | align: 'center', |
| | | dataIndex: 'auditFeedback', |
| | | }, |
| | | { |
| | | title: '审批结果', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceStandardUda2', |
| | | }, |
| | | { |
| | | title: '审批意见', |
| | |
| | | total: 0 |
| | | }, |
| | | maintenanceStandardId: '-1', |
| | | queryParam: { type: 'daily' } |
| | | queryParam: { type: 'daily', maintenanceType: '2' } |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | |
| | | searchReset() { |
| | | this.maintenanceStandardId = '-1' |
| | | this.queryParam = { type: 'daily' } |
| | | this.queryParam = { type: 'daily', maintenanceType: '2' } |
| | | this.loadData(1); |
| | | }, |
| | | } |