Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-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
xingmin
yd-middle-front
Commits
624e35ba
Commit
624e35ba
authored
Jul 22, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into prod
parents
504d28a0
35509422
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
+21
-1
src/views/merchandise/components/comeInfo.vue
+21
-1
No files found.
src/views/merchandise/components/comeInfo.vue
View file @
624e35ba
...
...
@@ -53,7 +53,13 @@
:close-on-click-modal=
"false"
>
<!-- 表格数据 -->
<el-table
v-loading=
"settingLoading"
:data=
"settingList"
border
ref=
"settingTableRef"
height=
"75%"
>
<el-table
v-loading=
"settingLoading"
:data=
"settingList"
border
ref=
"settingTableRef"
height=
"75%"
>
<el-table-column
label=
"序号 "
width=
"55"
...
...
@@ -244,6 +250,7 @@
</
template
>
<
template
#
default=
"scope"
>
<el-select
@
change=
"selectChange(scope.row, 'reconciliationCompanyName')"
v-model=
"scope.row.reconciliationCompanyName"
filterable
remote
...
...
@@ -424,6 +431,16 @@ const { bx_currency_type, commission_cost_type, sys_no_yes, sys_status } = proxy
'sys_no_yes'
,
'sys_status'
)
const
selectChange
=
(
row
,
key
)
=>
{
if
(
key
==
'reconciliationCompanyName'
)
{
row
.
reconciliationCompany
=
searchOptions
.
value
[
'reconciliationCompanyName'
].
find
(
item
=>
item
.
value
==
row
.
reconciliationCompanyName
).
value
row
.
reconciliationCompanyName
=
searchOptions
.
value
[
'reconciliationCompanyName'
].
find
(
item
=>
item
.
value
==
row
.
reconciliationCompanyName
).
label
}
}
const
switchChange
=
row
=>
{
if
(
!
row
.
expectedCommissionRatioBizId
)
{
return
...
...
@@ -619,6 +636,9 @@ const handleAddCommission = row => {
if
(
!
row
.
unadd
)
{
settingList
.
value
.
push
(
obj
)
}
console
.
log
(
'===================================='
)
console
.
log
(
'新增'
,
settingList
.
value
)
console
.
log
(
'===================================='
)
}
const
closeSetting
=
()
=>
{
showCommisionSetting
.
value
=
false
...
...
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