|
@@ -166,11 +166,6 @@ export function getProfitSharingClaim (data) {
|
|
|
return http.post('/customer/performance/page', data)
|
|
|
}
|
|
|
|
|
|
-// 员工分润认领 列表
|
|
|
-export function getCustomerProfitSharingClaim (data) {
|
|
|
- return http.post('/customer/performance/customer/page', data)
|
|
|
-}
|
|
|
-
|
|
|
// 客户分润认领 提交
|
|
|
export function getCustomerProfitSharingClaimAdd (data) {
|
|
|
return http.post('/customer/performance/add/claim', data)
|
|
@@ -181,6 +176,11 @@ export function getCustomerProfitSharingClaimDeptAdd (data) {
|
|
|
return http.post('/customer/performance/major/dept/add/claim', data)
|
|
|
}
|
|
|
|
|
|
+// 员工分润认领 列表
|
|
|
+export function getCustomerProfitSharingClaim (data) {
|
|
|
+ return http.post('/customer/performance/customer/page', data)
|
|
|
+}
|
|
|
+
|
|
|
// 客户分润认领 员工分润认领 提交
|
|
|
export function getCustomerProfitSharingClaimStaffAdd (data) {
|
|
|
return http.post('/customer/performance/employee/add/claim', data)
|