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
70737448
Commit
70737448
authored
Jun 25, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
薪资单--银行加name
parent
005a8c87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
src/api/salary/index.js
+1
-1
src/views/payslip/wordReferenceSalary.vue
+13
-3
No files found.
src/api/salary/index.js
View file @
70737448
...
@@ -123,7 +123,7 @@ export function electronicExport(data) {
...
@@ -123,7 +123,7 @@ export function electronicExport(data) {
return
request
({
return
request
({
url
:
'/csf/api/salary/salary/export'
,
url
:
'/csf/api/salary/salary/export'
,
method
:
'post'
,
method
:
'post'
,
data
:
data
,
data
:
data
})
})
}
}
...
...
src/views/payslip/wordReferenceSalary.vue
View file @
70737448
...
@@ -292,7 +292,11 @@ const salaryTableColumns = ref([
...
@@ -292,7 +292,11 @@ const salaryTableColumns = ref([
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
// 远程搜索配置
// 远程搜索配置
filterable
:
true
,
filterable
:
true
,
keywordField
:
'queryContent'
keywordField
:
'queryContent'
,
onChangeExtraFields
:
{
bank1Name
:
'bankName'
}
// debounceWait: 300
// debounceWait: 300
},
},
{
{
...
@@ -347,7 +351,10 @@ const salaryTableColumns = ref([
...
@@ -347,7 +351,10 @@ const salaryTableColumns = ref([
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
// 远程搜索配置
// 远程搜索配置
filterable
:
true
,
filterable
:
true
,
keywordField
:
'queryContent'
keywordField
:
'queryContent'
,
onChangeExtraFields
:
{
bank2Name
:
'bankName'
}
// debounceWait: 300
// debounceWait: 300
},
},
{
{
...
@@ -404,7 +411,10 @@ const bankTableColumns = ref([
...
@@ -404,7 +411,10 @@ const bankTableColumns = ref([
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
requestParams
:
{
pageNo
:
1
,
pageSize
:
20
},
// 固定参数
// 远程搜索配置
// 远程搜索配置
filterable
:
true
,
filterable
:
true
,
keywordField
:
'queryContent'
keywordField
:
'queryContent'
,
onChangeExtraFields
:
{
bankName
:
'bankName'
// 将选项原始对象的 broker 字段赋值给行数据的 brokerName
}
// debounceWait: 300
// debounceWait: 300
},
},
{
{
...
...
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