From 6a84b9b93897276fc3ecc59ff75ef01df0ff25b7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 22 四月 2024 17:31:07 +0800 Subject: [PATCH] 11 --- src/api/project/tallage.js | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/api/project/tallage.js b/src/api/project/tallage.js index 7cd97c1..a0a413f 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', @@ -24,6 +24,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 +43,7 @@ // 鏂板涓撳璐圭敤绠楃◣鐢宠涓� export function addFundtax(data) { return request({ - url: '/project/fundtax/add', + url: '/project/fundtax/addFundTax', method: 'post', data: data }) @@ -49,6 +57,14 @@ data: data }) } +// 淇敼涓撳璐圭敤绠楃◣鐢宠鏄庣粏鍏宠仈 +export function CalculationDetail(data) { + return request({ + url: '/project/fund/editFundTaxId', + method: 'post', + data: data + }) +} // 鍒犻櫎涓撳璐圭敤绠楃◣鐢宠涓� export function delFundtax(id) { @@ -57,6 +73,12 @@ method: 'get' }) } +export function dyFundtax(id) { + return request({ + url: '/project/fund/exportFeeSum/' + id, + method: 'get' + }) +} // 瀵煎嚭涓撳璐圭敤绠楃◣鐢宠涓� export function exportFundtax(query) { -- Gitblit v1.9.3