From c2486044121750d274d40aac2e65b47d4c25b5c9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 22 四月 2024 18:08:15 +0800
Subject: [PATCH] 11

---
 src/api/project/tallage.js |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/src/api/project/tallage.js b/src/api/project/tallage.js
index 7cd97c1..3bfd01a 100644
--- a/src/api/project/tallage.js
+++ b/src/api/project/tallage.js
@@ -2,7 +2,7 @@
 
 
 // 鑾峰彇鍗曟嵁鏈�澶ч『搴�
-export function getMaxFundTaxId(query) {
+export function getMaxFundTaxId() {
     return request({
       url: '/project/fundtax/getMaxFundTaxId',
       method: 'get',
@@ -13,6 +13,7 @@
     return request({
       url: '/project/fundtax/batchFundTax',
       method: 'post',
+      timeout: 15000000,
       data: query
     })
   }
@@ -24,6 +25,14 @@
     params: query
     })
   }
+   // 鏍规嵁鏉冮檺鏌ヨ瀹℃牳鍒楄〃
+export function ExpertfeeListnb(query) {
+  return request({
+    url: '/project/fund/getExpertfeeList',
+  method: 'post',
+  data: query
+  })
+}
   // 鏌ヨ涓撳璐圭敤绠楃◣鐢宠涓昏缁�
 export function getFundtax(id) {
   return request({
@@ -35,7 +44,7 @@
 // 鏂板涓撳璐圭敤绠楃◣鐢宠涓�
 export function addFundtax(data) {
   return request({
-    url: '/project/fundtax/add',
+    url: '/project/fundtax/addFundTax',
     method: 'post',
     data: data
   })
@@ -49,6 +58,14 @@
     data: data
   })
 }
+// 淇敼涓撳璐圭敤绠楃◣鐢宠鏄庣粏鍏宠仈
+export function CalculationDetail(data) {
+  return request({
+    url: '/project/fund/editFundTaxId',
+    method: 'post',
+    data: data
+  })
+}
 
 // 鍒犻櫎涓撳璐圭敤绠楃◣鐢宠涓�
 export function delFundtax(id) {
@@ -57,6 +74,12 @@
     method: 'get'
   })
 }
+export function dyFundtax(id) {
+  return request({
+    url: '/project/fund/exportFeeSum/' + id,
+    method: 'get'
+  })
+}
 
 // 瀵煎嚭涓撳璐圭敤绠楃◣鐢宠涓�
 export function exportFundtax(query) {

--
Gitblit v1.9.3