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
afc96384
Commit
afc96384
authored
Oct 24, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
928c9bc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
20 deletions
+17
-20
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+17
-20
No files found.
src/components/FinancialModule/PlatformAccount.vue
View file @
afc96384
...
...
@@ -657,7 +657,7 @@ export default {
PlatFormUrl
:
""
,
ContractStartDateStr
:
''
,
ContractEndDateStr
:
""
,
ContractStartDateInfo
:
""
,
ContractStartDateInfo
:
[]
,
FinanceNo
:
""
,
ContractUrl
:
""
,
SettlementDate
:
""
,
...
...
@@ -1195,6 +1195,14 @@ export default {
this
.
addMsg
.
HaveContract
=
this
.
addMsg
.
HaveContract
.
toString
()
this
.
addMsg
.
SettlementType
=
this
.
addMsg
.
SettlementType
.
toString
()
this
.
addMsg
.
BindBankID
=
this
.
addMsg
.
BindBankID
==-
1
?
null
:
this
.
addMsg
.
BindBankID
this
.
addMsg
.
ContractStartDateInfo
=
[];
if
(
this
.
addMsg
.
ContractEndDateStr
&&
this
.
addMsg
.
ContractEndDateStr
.
length
>
0
){
this
.
addMsg
.
ContractStartDateInfo
[
0
]
=
this
.
addMsg
.
ContractStartDateStr
;
}
if
(
this
.
addMsg
.
ContractEndDateStr
&&
this
.
addMsg
.
ContractEndDateStr
.
length
>
0
){
this
.
addMsg
.
ContractStartDateInfo
[
1
]
=
this
.
addMsg
.
ContractEndDateStr
;
}
console
.
log
(
"this.addMsg.ContractStartDateInfo11111"
,
this
.
addMsg
.
ContractStartDateInfo
);
this
.
remoteQueryBankMethod
(
this
.
addMsg
.
BindBankName
)
}
else
{
this
.
tips
(
res
.
data
.
message
,
"error"
);
...
...
@@ -1341,23 +1349,12 @@ export default {
RB_Branch_Id
:
this
.
addMsg
.
BranchIdS
};
this
.
addMsg
.
BranchList
.
push
(
msg
);
// this.addMsg.BranchIdS.forEach(x=>{
// if(x=='-1'){
// let msg = {
// ID:0,
// Type:1,
// RB_Branch_Id:0
// }
// this.addMsg.BranchList.push(msg);
// }else{
// let msg = {
// ID:0,
// Type:2,
// RB_Branch_Id:x
// }
// this.addMsg.BranchList.push(msg);
// }
// })
console
.
log
(
"this.ContractStartDateInfo"
,
this
.
addMsg
.
ContractStartDateInfo
);
if
(
this
.
addMsg
.
ContractStartDateInfo
&&
this
.
addMsg
.
ContractStartDateInfo
!=
null
){
this
.
addMsg
.
ContractStartDateStr
=
this
.
addMsg
.
ContractStartDateInfo
[
0
];
this
.
addMsg
.
ContractEndDateStr
=
this
.
addMsg
.
ContractStartDateInfo
[
1
];
}
console
.
log
(
" this.addMsg,"
,
this
.
addMsg
,);
this
.
apipost
(
"BankAccount_post_SetPlatform"
,
this
.
addMsg
,
...
...
@@ -1679,11 +1676,11 @@ export default {
overflow-x
:
auto
;
}
._edHeight
{
height
:
4
00px
;
height
:
5
00px
;
}
.edHeight
{
display
:
block
!important
;
height
:
3
00px
;
height
:
4
00px
;
}
.edHeight_t
{
display
:
block
!important
;
...
...
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