Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
af056850
Commit
af056850
authored
Oct 14, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接薪资接口,将没调通的接口注释掉
parent
f4cb66d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
6 deletions
+51
-6
src/api/financial/commission.js
+45
-0
src/views/financialCenter/financialBilling.vue
+2
-2
src/views/financialCenter/financialIncome.vue
+4
-4
src/views/financialCenter/financialSalary.vue
+0
-0
No files found.
src/api/financial/commission.js
View file @
af056850
...
@@ -118,5 +118,50 @@ export function getReconciliationCompanyList(data) {
...
@@ -118,5 +118,50 @@ export function getReconciliationCompanyList(data) {
})
})
}
}
// 删除出账
// /csf/api/fortune/delete
export
function
deletePolicyFortune
(
data
)
{
return
request
({
url
:
'/csf/api/fortune/delete/fortuneAccount'
,
method
:
'post'
,
data
:
data
})
}
// 修改出账信息
// /csf/api/fortune/update/fortuneAccount
export
function
updatePolicyFortuneAccount
(
data
)
{
return
request
({
url
:
'/csf/api/fortune/update/fortuneAccount'
,
method
:
'post'
,
data
:
data
})
}
// 新建出账
// /csf/api/fortune/add/fortuneAccount
export
function
addPolicyFortuneAccount
(
data
)
{
return
request
({
url
:
'/csf/api/fortune/add/fortuneAccount'
,
method
:
'post'
,
data
:
data
})
}
// 删除发佣
// /csf/api/fortune/delete/fortuneAccount
export
function
deletePolicyFortuneAccount
(
data
)
{
return
request
({
url
:
'/csf/api/fortune/delete'
,
method
:
'post'
,
data
:
data
})
}
src/views/financialCenter/financialBilling.vue
View file @
af056850
...
@@ -90,13 +90,13 @@
...
@@ -90,13 +90,13 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"remark"
label=
"备注"
min-width=
"150"
show-overflow-tooltip
/>
<el-table-column
prop=
"remark"
label=
"备注"
min-width=
"150"
show-overflow-tooltip
/>
<el-table-column
label=
"操作"
width=
"200"
fixed=
"right"
>
<
!-- <
el-table-column label="操作" width="200" fixed="right">
<template #default="{ row }">
<template #default="{ row }">
<el-button size="small" @click="handleEdit(row)">修改</el-button>
<el-button size="small" @click="handleEdit(row)">修改</el-button>
<el-button size="small" type="danger" @click="handleDelete(row)">删除</el-button>
<el-button size="small" type="danger" @click="handleDelete(row)">删除</el-button>
<el-button size="small" type="info" @click="handleView(row)">查看</el-button>
<el-button size="small" type="info" @click="handleView(row)">查看</el-button>
</template>
</template>
</el-table-column>
</el-table-column>
-->
</el-table>
</el-table>
<!-- 分页 -->
<!-- 分页 -->
...
...
src/views/financialCenter/financialIncome.vue
View file @
af056850
...
@@ -151,8 +151,8 @@
...
@@ -151,8 +151,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"当前期数"
prop=
"c
urrent
Period"
>
<el-form-item
label=
"当前期数"
prop=
"c
ommission
Period"
>
<el-input-number
v-model=
"editForm.c
urrent
Period"
:min=
"1"
/>
<el-input-number
v-model=
"editForm.c
ommission
Period"
:min=
"1"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -503,7 +503,7 @@ const handleEdit = (row) => {
...
@@ -503,7 +503,7 @@ const handleEdit = (row) => {
commissionBizId
:
row
.
commissionBizId
,
commissionBizId
:
row
.
commissionBizId
,
policyNo
:
row
.
policyNo
,
policyNo
:
row
.
policyNo
,
reconciliationCompany
:
row
.
reconciliationCompany
,
reconciliationCompany
:
row
.
reconciliationCompany
,
c
urrentPeriod
:
row
.
current
Period
||
1
,
c
ommissionPeriod
:
row
.
commission
Period
||
1
,
totalPeriod
:
row
.
totalPeriod
||
1
,
totalPeriod
:
row
.
totalPeriod
||
1
,
commissionName
:
row
.
commissionName
,
commissionName
:
row
.
commissionName
,
amount
:
row
.
amount
,
amount
:
row
.
amount
,
...
@@ -521,7 +521,7 @@ const submitEditForm = async () => {
...
@@ -521,7 +521,7 @@ const submitEditForm = async () => {
await
editFormRef
.
value
.
validate
()
await
editFormRef
.
value
.
validate
()
editLoading
.
value
=
true
editLoading
.
value
=
true
console
.
log
(
editForm
)
// 调用更新接口
// 调用更新接口
await
updatePolicyCommission
(
editForm
)
await
updatePolicyCommission
(
editForm
)
...
...
src/views/financialCenter/financialSalary.vue
View file @
af056850
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment