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
6b329c8f
Commit
6b329c8f
authored
Jul 03, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加权限验证
parent
cf0287e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+14
-7
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
6b329c8f
...
...
@@ -515,14 +515,14 @@ tr._item_list td:last-child {
<el-col
:span=
"4"
>
<el-form-item
label=
"数据类别:"
>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
>
<el-option
value=
"-1"
label=
"不限"
></el-option>
<el-option
value=
"1"
label=
"团队营收"
></el-option>
<el-option
value=
"3"
label=
"单办签证"
></el-option>
<el-option
value=
"-1"
v-if=
"isShowType"
label=
"不限"
></el-option>
<el-option
value=
"1"
v-if=
"isShowType"
label=
"团队营收"
></el-option>
<el-option
value=
"3"
v-if=
"isShowType"
label=
"单办签证"
></el-option>
<el-option
value=
"2"
label=
"国际机票"
></el-option>
<el-option
value=
"4"
label=
"国内票务"
></el-option>
<el-option
value=
"5"
label=
"散卖机票"
></el-option>
<el-option
value=
"6"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"7"
label=
"老挝地接部专户"
></el-option>
<el-option
value=
"4"
v-if=
"isShowType"
label=
"国内票务"
></el-option>
<el-option
value=
"5"
v-if=
"isShowType"
label=
"散卖机票"
></el-option>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"7"
v-if=
"isShowType"
label=
"老挝地接部专户"
></el-option>
<el-option
value=
"8"
label=
"票务部专户"
></el-option>
</el-select>
</el-form-item>
...
...
@@ -820,6 +820,8 @@ export default {
showID
:
false
,
active
:
1
,
userId
:
0
,
//是否显示
isShowType
:
true
,
msg
:
{
Is_Open
:
-
1
,
pageIndex
:
1
,
...
...
@@ -1585,6 +1587,11 @@ export default {
if
(
this
.
msg
.
LineId
==-
4
){
this
.
msg
.
DataType
=
"3"
;
}
let
userInfo
=
this
.
getLocalStorage
();
if
((
","
+
userInfo
.
ActionMenuCode
+
","
).
indexOf
(
',F_Query_TicketTeamRevenueReport,'
)
>
0
){
this
.
isShowType
=
false
;
this
.
msg
.
DataType
=
'2'
;
}
},
components
:
{},
mounted
()
{
...
...
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