From e5e3e1a5bc8aa300c580126703bb6067221dee96 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 15 六月 2023 10:09:08 +0800
Subject: [PATCH] 主要修改了个税计算

---
 src/api/project/funddetail.js |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/src/api/project/funddetail.js b/src/api/project/funddetail.js
index 99ee9b9..3dc3d75 100644
--- a/src/api/project/funddetail.js
+++ b/src/api/project/funddetail.js
@@ -111,4 +111,49 @@
   })
 }
 
+// 鏍规嵁浜哄憳缂栧彿銆佹椂闂磋寖鍥磋幏鍙栬垂鐢ㄦ槑缁�
+export function getDataBybeneficiaryNo(data) {
+  return request({
+    url: '/project/funddetail/getDataBybeneficiaryNo',
+    method: 'post',
+    data: data
+  })
+}
+
+// 鏍规嵁浜哄憳缂栧彿銆佺◣鍓嶉噾棰漒鐢虫姤鏃堕棿鑾峰彇涓◣閲戦
+export function getTaxByBeneFiciaryNo(data) {
+  return request({
+    url: '/project/funddetail/getTaxByBeneFiciaryNo',
+    method: 'post',
+    data: data
+  })
+}
+
+// 鏍规嵁浜哄憳缂栧彿銆佹椂闂磋寖鍥磋幏鍙栫◣鍓嶉噾棰�
+export function getTaxBeforeByBeneFiciaryNo(params) {
+  return request({
+    url: '/project/funddetail/getTaxBeforeByBeneFiciaryNo',
+    method: 'post',
+    data: params
+  })
+}
+
+// 鏍规嵁浜哄憳缂栧彿銆佹椂闂磋寖鍥磋幏鍙栦釜绋庨噾棰�
+export function getTaxationByBeneFiciaryNo(data) {
+  return request({
+    url: '/project/funddetail/getTaxationByBeneFiciaryNo',
+    method: 'post',
+    data: data
+  })
+}
+// 鏍规嵁浜哄憳缂栧彿銆佹椂闂磋寖鍥淬�佹湰娆$◣鍚庨噾棰濓紝鑾峰彇鏈绋庡墠閲戦銆佷釜绋庨噾棰�
+export function getTaxBeforeByAfterMoney(data) {
+  return request({
+    url: '/project/funddetail/getTaxBeforeByAfterMoney',
+    method: 'post',
+    data: data
+  })
+}
+
+
 

--
Gitblit v1.9.3