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
d38a7e4d
Commit
d38a7e4d
authored
Oct 26, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
58a249ef
035ff683
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
12 deletions
+24
-12
AuthCode.js
src/assets/utils/AuthCode.js
+1
-0
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+1
-1
index.vue
src/components/FinancialModule/PlatformAccount/index.vue
+22
-11
No files found.
src/assets/utils/AuthCode.js
View file @
d38a7e4d
...
...
@@ -31,5 +31,6 @@ var AuthCode = {
S_Travel_AirLoss
:
'S_Travel_AirLoss'
,
//设为损失
S_CheckAllOrder
:
's_CheckAllOrder'
,
//查看所有订单
F_EditDeleteGuest
:
"F_EditDeleteGuest"
,
//修改删除旅客和名单权限
LookPlatformAccountPwd
:
"LookPlatformAccountPwd"
,
//查看平台账户密码权限
};
export
default
AuthCode
;
\ No newline at end of file
src/components/FinancialModule/PlatformAccount.vue
View file @
d38a7e4d
...
...
@@ -9,7 +9,7 @@
components
:
{
PlatformAccount
},
data
()
{
return
{
pagesTitle
:
'
平台账户
'
,
pagesTitle
:
''
,
};
},
methods
:
{
...
...
src/components/FinancialModule/PlatformAccount/index.vue
View file @
d38a7e4d
...
...
@@ -59,7 +59,7 @@
@
click=
"resetPageIndex(),getList()"
>
-->
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
>
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false
,isLookPlatformAccountPwd=true
"
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"downMuban()"
:value=
"$t('visa.v_daochu')"
>
</li>
</ul>
...
...
@@ -261,7 +261,7 @@
<el-input
v-model=
"addMsg.PlatformNo"
maxlength=
"20"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35
"
>
<el-col
:span=
"4"
:gutter=
"35"
v-if=
"isLookPlatformAccountPwd
"
>
<el-form-item
label=
"平台密码:"
prop=
"PlatFormPwd"
>
<el-input
v-model=
"addMsg.PlatFormPwd"
class
></el-input>
</el-form-item>
...
...
@@ -271,6 +271,7 @@
<el-input
v-model=
"addMsg.PlatFormUrl"
class
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"保证金单号:"
prop=
"FinanceNo"
>
<el-input
v-model=
"addMsg.FinanceNo"
maxlength=
"50"
></el-input>
...
...
@@ -588,6 +589,7 @@
props
:[
'pagesTitle'
],
data
()
{
return
{
isLookPlatformAccountPwd
:
false
,
//账户密码权限
isExamine
:
false
,
columns
:
[],
remoteLoading
:
false
,
...
...
@@ -1321,6 +1323,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 +1670,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