| | |
| | | type="vertical" |
| | | /> |
| | | <a |
| | | v-show="record.status === '5' && record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | v-show="record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | @click="handleStoveDetection(record)" |
| | | v-has="'daily3MaintenanceOrder:StoveCategory'" |
| | | >炉类检测</a> |
| | | <!-- v-show="record.status === '5' && record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" --> |
| | | <a-divider |
| | | v-show="record.status === '5'&& record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | v-show=" record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | type="vertical" |
| | | /> |
| | | <a |
| | | v-show="record.status === '5' && record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | v-show=" record.isNotStoveCategoryFlag == true && (record.stoveExemptStatus == '0' ||record.stoveExemptStatus == '1' ||record.stoveExemptStatus == '2')" |
| | | @click="handleStoveReport(record)" |
| | | v-has="'daily3MaintenanceOrder:StoveCategoryReport'" |
| | | >炉类报告</a> |
| | |
| | | }, |
| | | methods: { |
| | | searchQuery() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId, maintenanceType: '3' }; |
| | | // this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2',useId: this.useId, maintenanceType: '3' }; |
| | | this.queryParam.type = "daily"; |
| | | this.queryParam.delFlag = '0'; |
| | | this.queryParam.versionStatus = '2'; |
| | | this.queryParam.useId = this.useId; |
| | | this.queryParam.maintenanceType = '3'; |
| | | this.loadData(1); |
| | | }, |
| | | searchReset() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId, maintenanceType: '3' }; |
| | | this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2', useId: this.useId, maintenanceType: '3' }; |
| | | this.loadData(1) |
| | | }, |
| | | list(useId) { |
| | |
| | | :sm="8" |
| | | > |
| | | <a-form-item label="统一编码"> |
| | | <j-input |
| | | <a-input |
| | | placeholder="请输入统一编码检索" |
| | | v-model="queryParam.num" |
| | | ></j-input> |
| | | ></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | |
| | | :sm="8" |
| | | > |
| | | <a-form-item label="设备名称"> |
| | | <j-input |
| | | <a-input |
| | | placeholder="请输入设备名称检索" |
| | | v-model="queryParam.name" |
| | | ></j-input> |
| | | ></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | |
| | | }, |
| | | methods: { |
| | | searchQuery() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId, maintenanceType: '2' }; |
| | | // this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2', useId: this.useId, maintenanceType: '2' }; |
| | | this.queryParam.type = "daily"; |
| | | this.queryParam.delFlag = '0'; |
| | | this.queryParam.versionStatus = '2'; |
| | | this.queryParam.useId = this.useId; |
| | | this.queryParam.maintenanceType = '2'; |
| | | this.loadData(1); |
| | | }, |
| | | searchReset() { |
| | | this.queryParam = { type: "daily", delFlag: '0', useId: this.useId, maintenanceType: '2' }; |
| | | this.queryParam = { type: "daily", delFlag: '0', versionStatus: '2', useId: this.useId, maintenanceType: '2' }; |
| | | this.loadData(1) |
| | | }, |
| | | list(useId) { |