Browse Source

维修完善

guarantee-lsq 2 years ago
parent
commit
0b56f9d11b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/workplace/backlog/WorkplaceBacklog.vue

+ 2 - 1
src/views/workplace/backlog/WorkplaceBacklog.vue

@@ -275,7 +275,8 @@ export default {
         if (record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_APPLICATION') ||
           record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_DISPATCH') ||
           record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_BACK') ||
-          record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_RECEIVE')) {
+          record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_RECEIVE') ||
+          record.detailType === this.DictCache.getValueByCode(this.DictCache.TYPE.WORKPLACE_BACKLOG_DETAIL_TYPE, 'REPAIR_APPLICATION_STOP')) {
           fetchRepairApplicationForm({ id: record.otherId }).then(res => {
             this.visible = false
             const modal = this.$refs.detailRepairApplicationFormRepairModal