Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
罗超
SuperMan
Commits
08435889
Commit
08435889
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
71a87e04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+6
-6
No files found.
src/components/FinancialModule/PlatformAccount.vue
View file @
08435889
...
@@ -351,14 +351,14 @@
...
@@ -351,14 +351,14 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
v-if=
"addMsg.SettlementType.indexOf('2')!=-1"
>
<el-col
:span=
"4"
:gutter=
"35"
v-if=
"addMsg.SettlementType
&&addMsg.SettlementType
.indexOf('2')!=-1"
>
<el-form-item
:label=
"$t('fnc.ptsxufei')"
prop=
"CommissionPeople"
>
<el-form-item
:label=
"$t('fnc.ptsxufei')"
prop=
"CommissionPeople"
>
<el-input
v-model=
"addMsg.CommissionPeople"
maxlength=
"20"
>
<el-input
v-model=
"addMsg.CommissionPeople"
maxlength=
"20"
>
<template
slot=
"append"
>
/人
</
template
>
<template
slot=
"append"
>
/人
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
v-if=
"addMsg.SettlementType.indexOf('1')!=-1"
>
<el-col
:span=
"4"
:gutter=
"35"
v-if=
"addMsg.SettlementType
&&addMsg.SettlementType
.indexOf('1')!=-1"
>
<el-form-item
:label=
"$t('fnc.ptsxufei')"
prop=
"Commission"
>
<el-form-item
:label=
"$t('fnc.ptsxufei')"
prop=
"Commission"
>
<el-input
v-model=
"addMsg.Commission"
maxlength=
"20"
>
<el-input
v-model=
"addMsg.Commission"
maxlength=
"20"
>
<
template
slot=
"append"
>
%
</
template
>
<
template
slot=
"append"
>
%
</
template
>
...
@@ -467,7 +467,7 @@
...
@@ -467,7 +467,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"LineId"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属线路"
prop=
"LineId"
>
<el-form-item
label=
"所属线路"
prop=
"LineId"
>
<el-select
filterable
multiple
v-model=
"LineId"
collapse-tags
<el-select
filterable
multiple
v-model=
"LineId"
collapse-tags
@
change=
"getLineId"
>
@
change=
"getLineId"
>
...
@@ -627,7 +627,7 @@
...
@@ -627,7 +627,7 @@
BranchIdS
:
0
,
BranchIdS
:
0
,
OutCharge
:
0
,
OutCharge
:
0
,
InCharge
:
0
,
InCharge
:
0
,
Line
Id
:
'-1'
,
Line
List
:
'-1'
,
RiskLowerLimitMoney
:
""
,
RiskLowerLimitMoney
:
""
,
SettlementType
:
'1'
,
SettlementType
:
'1'
,
Royalty
:
0
,
Royalty
:
0
,
...
@@ -809,7 +809,7 @@
...
@@ -809,7 +809,7 @@
methods
:
{
methods
:
{
getLineId
(){
getLineId
(){
let
data
=
this
.
LineId
.
join
(
','
)
let
data
=
this
.
LineId
.
join
(
','
)
this
.
addMsg
.
Line
Id
=
data
this
.
addMsg
.
Line
List
=
data
if
(
this
.
LineId
.
length
>
1
&&
data
.
indexOf
(
'-1'
)
!=-
1
){
if
(
this
.
LineId
.
length
>
1
&&
data
.
indexOf
(
'-1'
)
!=-
1
){
this
.
LineId
.
forEach
((
x
,
index
)
=>
{
this
.
LineId
.
forEach
((
x
,
index
)
=>
{
if
(
x
==
'-1'
){
if
(
x
==
'-1'
){
...
@@ -1270,7 +1270,7 @@
...
@@ -1270,7 +1270,7 @@
this
.
remoteMethod
(
data
.
InemName
);
this
.
remoteMethod
(
data
.
InemName
);
this
.
remoteMethod2
(
data
.
OutemName
);
this
.
remoteMethod2
(
data
.
OutemName
);
this
.
addMsg
=
data
;
this
.
addMsg
=
data
;
this
.
LineId
=
this
.
addMsg
.
Line
Id
.
slice
(
','
)
this
.
LineId
=
this
.
addMsg
.
Line
List
.
slice
(
','
)
this
.
SettlementType
=
this
.
addMsg
.
SettlementType
.
slice
(
','
)
this
.
SettlementType
=
this
.
addMsg
.
SettlementType
.
slice
(
','
)
Vue
.
set
(
this
.
addMsg
,
'ContractStartDateInfo'
,
[])
Vue
.
set
(
this
.
addMsg
,
'ContractStartDateInfo'
,
[])
...
...
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