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
fff4d922
Commit
fff4d922
authored
Oct 26, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户密码权限
parent
fbf068e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
index.vue
src/components/FinancialModule/PlatformAccount/index.vue
+23
-10
No files found.
src/components/FinancialModule/PlatformAccount/index.vue
View file @
fff4d922
...
...
@@ -261,16 +261,19 @@
<el-input
v-model=
"addMsg.PlatformNo"
maxlength=
"20"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"平台密码:"
prop=
"PlatFormPwd"
>
<el-input
v-model=
"addMsg.PlatFormPwd"
class
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"平台网址:"
prop=
"PlatFormUrl"
>
<el-input
v-model=
"addMsg.PlatFormUrl"
class
></el-input>
</el-form-item>
</el-col>
<template
v-if=
"isLookPlatformAccountPwd"
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"平台密码:"
prop=
"PlatFormPwd"
>
<el-input
v-model=
"addMsg.PlatFormPwd"
class
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"平台网址:"
prop=
"PlatFormUrl"
>
<el-input
v-model=
"addMsg.PlatFormUrl"
class
></el-input>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"保证金单号:"
prop=
"FinanceNo"
>
<el-input
v-model=
"addMsg.FinanceNo"
maxlength=
"50"
></el-input>
...
...
@@ -588,6 +591,7 @@
props
:[
'pagesTitle'
],
data
()
{
return
{
isLookPlatformAccountPwd
:
false
,
//账户密码权限
isExamine
:
false
,
columns
:
[],
remoteLoading
:
false
,
...
...
@@ -1321,6 +1325,14 @@
this
.
addMsg
.
SettlementType
=
this
.
addMsg
.
SettlementType
.
toString
()
this
.
addMsg
.
BindBankID
=
this
.
addMsg
.
BindBankID
==
-
1
?
null
:
this
.
addMsg
.
BindBankID
this
.
remoteQueryBankMethod
(
this
.
addMsg
.
BindBankName
)
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
if
(
userInfo
.
EmployeeId
==
this
.
addMsg
.
CreateBy
||
ActionMenuCode
.
indexOf
(
'isManageFinance'
)
!=
-
1
){
this
.
isLookPlatformAccountPwd
=
true
}
else
{
this
.
isLookPlatformAccountPwd
=
false
}
}
else
{
this
.
tips
(
res
.
data
.
message
,
"error"
);
}
...
...
@@ -1660,6 +1672,7 @@
this
.
getLineList
()
this
.
msg
.
pageSize
=
this
.
calcPageSize
(
40
);
let
userInfo
=
this
.
getLocalStorage
();
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
var
branchId
=
userInfo
.
RB_Branch_id
;
this
.
addMsg
.
BranchIdS
=
branchId
;
...
...
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