소스 검색

报告作废调整

lizhenhao 2 년 전
부모
커밋
2b562717cf
2개의 변경된 파일1018개의 추가작업 그리고 69개의 파일을 삭제
  1. 7 0
      src/api/cw/reportCancellApply/ReportCancellApplyService.js
  2. 1011 69
      src/views/modules/cw/reportCancellApply/ReportCancellApplyTaskForm.vue

+ 7 - 0
src/api/cw/reportCancellApply/ReportCancellApplyService.js

@@ -43,4 +43,11 @@ export default class ReportCancellApplyService {
       params: {ids: ids}
     })
   }
+  queryByNo (no) {
+    return request({
+      url: '/cwProjectReportCancell/queryByNo',
+      method: 'get',
+      params: {no: no}
+    })
+  }
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1011 - 69
src/views/modules/cw/reportCancellApply/ReportCancellApplyTaskForm.vue