Browse Source

报告作废调整

lizhenhao 2 years ago
parent
commit
2b562717cf

+ 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}
+    })
+  }
 }

File diff suppressed because it is too large
+ 1011 - 69
src/views/modules/cw/reportCancellApply/ReportCancellApplyTaskForm.vue