@dongkboy 5 месяцев назад
Родитель
Сommit
e67a710ff6

+ 6 - 1
src/api/modules/finance.ts

@@ -48,7 +48,12 @@ const financeApi = (axiosInstance: ApiInstance) => ({
     getPlatformReceivableList: (data: any) => axiosInstance.post('/receivable/getPlatFormReceivableList', data),
     // 驾意导入
     importJyExcel: (data: any) => axiosInstance.post('/receivable/importJyExcel', data),
-
+    // 平台协议-模板导出
+    exportReceivable: (data: any) => axiosInstance.post('/receivable/exportTemplatePlatFormReceivable', data),
+    // 平台协议-应收导出
+    exportPlatformReceivable: (data: any) => axiosInstance.post('/receivable/exportPlatFormReceivable', data),
+    // 导入修改
+    importPlatformExcel: (data: any) => axiosInstance.post('/receivable/importPlatFormReceivable', data),
     // 应付账款-提现审核
     amountAuditingList: (data: any) => axiosInstance.post('/amountAuditing/auditList', data), // 提现列表
     amountAuditingIsLock: (data: string) => axiosInstance.get(`/amountAuditing/isLock?id=${data}`), // 判断领取按钮是否锁定

Разница между файлами не показана из-за своего большого размера
+ 473 - 587
src/views/platform/index.vue


+ 1 - 1
src/views/quoteConfig/agreement/agreementDetails.vue

@@ -202,7 +202,7 @@
       :RulesInfo="RulesInfo" @save="ruleFeeSave" @cancel="ruleFeeVisible = false" />
     <!-- 规则费用编辑组件 -->
     <ruleFeeDialogEdit :ruleFeeVisible="ruleFeeEditVisible" :headerTitle="ruleFeeHeaderTitle"
-      :agreementInfo="agreementInfo" :RulesInfo="RulesInfo" operationType="audit" :costitemEditInfo="costitemEditInfo" @save="ruleFeeEditSave"
+      :agreementInfo="agreementInfo" :RulesInfo="RulesInfo"  :costitemEditInfo="costitemEditInfo" @save="ruleFeeEditSave"
       @cancel="ruleFeeEditVisible = false" />
   </div>
 </template>

Некоторые файлы не были показаны из-за большого количества измененных файлов