Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
83a81d3a
Commit
83a81d3a
authored
Apr 07, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户类型优化,自编号修改为订单编号
parent
340f8f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
commission-requestFunds.vue
src/views/ecw/financial/commission-requestFunds.vue
+4
-4
No files found.
src/views/ecw/financial/commission-requestFunds.vue
View file @
83a81d3a
...
@@ -127,8 +127,8 @@
...
@@ -127,8 +127,8 @@
<
el
-
descriptions
-
item
:
label
=
"
$t('账户类型')
"
>
<
el
-
descriptions
-
item
:
label
=
"
$t('账户类型')
"
>
<
el
-
form
-
item
label
-
width
=
"
0
"
>
<
el
-
form
-
item
label
-
width
=
"
0
"
>
<
el
-
select
v
-
model
=
"
form.customerAccountType
"
>
<
el
-
select
v
-
model
=
"
form.customerAccountType
"
>
<
el
-
option
value
=
"
0
"
label
=
"
停用
"
><
/el-option
>
<
el
-
option
:
value
=
"
1
"
label
=
"
公账
"
><
/el-option
>
<
el
-
option
value
=
"
1
"
label
=
"
正常
"
><
/el-option
>
<
el
-
option
:
value
=
"
2
"
label
=
"
私帐
"
><
/el-option
>
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-descriptions-item
>
<
/el-descriptions-item
>
...
@@ -193,7 +193,7 @@
...
@@ -193,7 +193,7 @@
>
>
<
/el-col
>
<
/el-col
>
<
el
-
table
v
-
loading
=
"
loadings
"
:
data
=
"
list
"
border
:
show
-
summary
=
"
!!list.length
"
:
summary
-
method
=
"
getSummaries
"
>
<
el
-
table
v
-
loading
=
"
loadings
"
:
data
=
"
list
"
border
:
show
-
summary
=
"
!!list.length
"
:
summary
-
method
=
"
getSummaries
"
>
<
el
-
table
-
column
:
label
=
"
$t('
自编号')
"
align
=
"
center
"
prop
=
"
payable
No
"
/>
<
el
-
table
-
column
:
label
=
"
$t('
订单编号')
"
align
=
"
center
"
prop
=
"
order
No
"
/>
<
el
-
table
-
column
:
label
=
"
$t('佣金类型')
"
align
=
"
center
"
prop
=
"
feeType
"
>
<
el
-
table
-
column
:
label
=
"
$t('佣金类型')
"
align
=
"
center
"
prop
=
"
feeType
"
>
<
template
v
-
slot
=
"
{row
}
"
>
<
template
v
-
slot
=
"
{row
}
"
>
<
dict
-
tag
<
dict
-
tag
...
@@ -701,7 +701,7 @@ export default {
...
@@ -701,7 +701,7 @@ export default {
console
.
log
(
val
,
'
valbank
'
)
console
.
log
(
val
,
'
valbank
'
)
let
{
accountName
,
bankAccount
,
bankAddress
,
bankName
,
bankCode
,
accountType
}
=
val
let
{
accountName
,
bankAccount
,
bankAddress
,
bankName
,
bankCode
,
accountType
}
=
val
// this.form.customerAccountType = baType; //账户类型
// this.form.customerAccountType = baType; //账户类型
this
.
$set
(
this
.
form
,
'
customerAccountType
'
,
accountType
)
this
.
$set
(
this
.
form
,
'
customerAccountType
'
,
Number
(
accountType
)
)
// this.form.customerBank = baBankName; //客户银行
// this.form.customerBank = baBankName; //客户银行
this
.
$set
(
this
.
form
,
'
customerBank
'
,
bankName
)
this
.
$set
(
this
.
form
,
'
customerBank
'
,
bankName
)
// this.form.customerBankAccount = baAccountNum; // 客户银行账号
// this.form.customerBankAccount = baAccountNum; // 客户银行账号
...
...
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