Browse Source

reactor:批量审核延期;

zhangchong 3 months ago
parent
commit
48ca9433a7
2 changed files with 480 additions and 609 deletions
  1. 11 0
      src/api/business/delay.ts
  2. 469 609
      src/views/business/delay/components/Delay-audit-batch.vue

+ 11 - 0
src/api/business/delay.ts

@@ -85,4 +85,15 @@ export const delayModify = (data: object) => {
         method: 'post',
         data
     });
+}
+/**
+ * @description 延期批量审批
+ * @param {object} data
+ */
+export const delayBatchApprove = (data: object) => {
+    return request({
+        url: `/api/v1/Order/delay/batch_audit`,
+        method: 'post',
+        data
+    });
 }

File diff suppressed because it is too large
+ 469 - 609
src/views/business/delay/components/Delay-audit-batch.vue


Some files were not shown because too many files changed in this diff