Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
572637df
Commit
572637df
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b5a5896e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
PlatformAccount.vue
src/pages/financial/PlatformAccount.vue
+9
-2
No files found.
src/pages/financial/PlatformAccount.vue
View file @
572637df
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
</el-col>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_BranchIdS"
>
<el-col
:span=
"4"
:gutter=
"35"
class=
"_BranchIdS"
>
<el-form-item
label=
"校区"
prop=
"BranchIdS"
>
<el-form-item
label=
"校区"
prop=
"BranchIdS"
>
<el-select
filterable
v-model=
"addMsg.BranchIdS"
collapse-tags
>
<el-select
filterable
v-model=
"addMsg.BranchIdS"
collapse-tags
>
<el-option
<el-option
v-for=
"item in CompanyList"
v-for=
"item in CompanyList"
:label=
"item.SName"
:label=
"item.SName"
...
@@ -531,6 +531,7 @@ export default {
...
@@ -531,6 +531,7 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
rowClick
(
rowIndex
,
rowData
,
column
){
rowClick
(
rowIndex
,
rowData
,
column
){
let
path
=
'PlatformAccDetail'
;
let
path
=
'PlatformAccDetail'
;
if
(
column
.
title
==
"账户余额"
){
if
(
column
.
title
==
"账户余额"
){
...
@@ -1053,10 +1054,16 @@ export default {
...
@@ -1053,10 +1054,16 @@ export default {
if
(
!
this
.
addMsg
.
RiskLimitMoney
)
{
if
(
!
this
.
addMsg
.
RiskLimitMoney
)
{
this
.
addMsg
.
RiskLimitMoney
=
0
;
this
.
addMsg
.
RiskLimitMoney
=
0
;
}
}
let
obj
=
{};
obj
=
this
.
CompanyList
.
find
(
item
=>
{
return
item
.
SId
===
this
.
addMsg
.
BranchIdS
;
//筛选出匹配数据
});
let
msg
=
{
let
msg
=
{
ID
:
0
,
ID
:
0
,
Type
:
2
,
Type
:
2
,
RB_Branch_Id
:
this
.
addMsg
.
BranchIdS
RB_Branch_Id
:
this
.
addMsg
.
BranchIdS
,
RB_BranchName
:
obj
.
SName
};
};
this
.
addMsg
.
BranchList
.
push
(
msg
);
this
.
addMsg
.
BranchList
.
push
(
msg
);
this
.
apipost
(
this
.
apipost
(
...
...
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