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
2d58771c
Commit
2d58771c
authored
May 19, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化10
parent
b7691251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
src/views/financialCenter/financialBilling.vue
+0
-3
src/views/financialCenter/payables.vue
+10
-10
No files found.
src/views/financialCenter/financialBilling.vue
View file @
2d58771c
...
@@ -1051,9 +1051,6 @@ const addSpiltRecord = () => {
...
@@ -1051,9 +1051,6 @@ const addSpiltRecord = () => {
if
(
selectedRow
.
value
.
originalCurrency
&&
selectedRow
.
value
.
originalCurrency
==
'HKD'
)
{
if
(
selectedRow
.
value
.
originalCurrency
&&
selectedRow
.
value
.
originalCurrency
==
'HKD'
)
{
newRow
.
originalToHkdRate
=
'1'
newRow
.
originalToHkdRate
=
'1'
}
}
// if (selectedRow.value.payoutCurrency && selectedRow.value.payoutCurrency == 'HKD') {
// newRow.hkdToPayoutRate = '1'
// }
console
.
log
(
'===================================='
)
console
.
log
(
'===================================='
)
console
.
log
(
'newRow'
,
newRow
)
console
.
log
(
'newRow'
,
newRow
)
console
.
log
(
'===================================='
)
console
.
log
(
'===================================='
)
...
...
src/views/financialCenter/payables.vue
View file @
2d58771c
...
@@ -648,6 +648,16 @@ const searchFormRef = ref(null)
...
@@ -648,6 +648,16 @@ const searchFormRef = ref(null)
const
searchParams
=
ref
({})
const
searchParams
=
ref
({})
const
searchConfig
=
ref
([
const
searchConfig
=
ref
([
{
{
type
:
'input'
,
prop
:
'policyNo'
,
label
:
'保单号'
},
{
type
:
'input'
,
prop
:
'policyHolder'
,
label
:
'投保人'
},
{
type
:
'select'
,
type
:
'select'
,
prop
:
'brokerBizIdList'
,
prop
:
'brokerBizIdList'
,
label
:
'转介人'
,
label
:
'转介人'
,
...
@@ -664,16 +674,6 @@ const searchConfig = ref([
...
@@ -664,16 +674,6 @@ const searchConfig = ref([
}
}
},
},
{
{
type
:
'input'
,
prop
:
'policyNo'
,
label
:
'保单号'
},
{
type
:
'input'
,
prop
:
'policyHolder'
,
label
:
'投保人'
},
{
type
:
'monthrange'
,
type
:
'monthrange'
,
prop
:
'payoutDate'
,
prop
:
'payoutDate'
,
label
:
'出账月(估)'
,
label
:
'出账月(估)'
,
...
...
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