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
e1e7e4e3
Commit
e1e7e4e3
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8d9138cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+4
-2
No files found.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
e1e7e4e3
...
...
@@ -939,7 +939,7 @@
<
template
v-if=
"IsHaveAuth"
>
<input
type=
"button"
:value=
"$t('Operation.Op_visaPrice')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"goUrlVisa"
/>
<input
type=
"button"
:value=
"$t('objFill.tuanduizr')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"TDZR"
/>
<
!--
<input
type=
"button"
:value=
"$t('pub.addBtn')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail(3)"
/>
--
>
<
input
v-if=
"groupId!=2"
type=
"button"
:value=
"$t('pub.addBtn')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail(3)"
/
>
<span
style=
"float:right"
>
{{
$t
(
'objFill.zhuyi'
)
}}
:
{{
$t
(
'objFill.feiqianzfcbzd'
)
}}
</span>
</
template
>
</div>
...
...
@@ -2243,7 +2243,8 @@
},
dataDocList
:
[],
EditBtn
:
false
,
ActionMenuCode
:
''
ActionMenuCode
:
''
,
groupId
:
2
};
},
methods
:
{
...
...
@@ -3019,6 +3020,7 @@
this
.
IsHaveAuth
=
false
;
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
groupId
=
userInfo
.
RB_Group_id
;
let
ActionMenuCode
=
this
.
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
// 查看团队收支明细权限
if
(
ActionMenuCode
.
indexOf
(
'isIncomeExpenditure'
)
!=
-
1
)
{
...
...
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