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
974c072e
Commit
974c072e
authored
Jul 03, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0df721ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+14
-1
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
974c072e
...
...
@@ -504,7 +504,7 @@ tr._item_list td:last-child {
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"数据类别:"
>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
v-if=
"isShowGrounding==true"
>
<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>
...
...
@@ -522,6 +522,14 @@ tr._item_list td:last-child {
<el-option
value=
"14"
label=
"单机票收入"
></el-option>
<el-option
value=
"15"
v-if=
"isShowType"
label=
"手配费收入"
></el-option>
</el-select>
<el-select
v-model=
"msg.DataType"
:disabled=
"shujuType"
filterable
class=
"w150"
v-if=
"isShowGrounding==false"
>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"12"
v-if=
"isShowType"
label=
"日本地接部专户(人民币)"
></el-option>
<el-option
value=
"9"
v-if=
"isShowType"
label=
"酒店住宿"
></el-option>
<el-option
value=
"10"
v-if=
"isShowType"
label=
"景点门票"
></el-option>
<el-option
value=
"11"
v-if=
"isShowType"
label=
"餐厅美食"
></el-option>
<el-option
value=
"15"
v-if=
"isShowType"
label=
"手配费收入"
></el-option>
</el-select>
</el-form-item>
</el-col>
<template
v-if=
"heightQueryBox"
>
...
...
@@ -941,6 +949,7 @@ export default {
userId
:
0
,
//是否显示
isShowType
:
true
,
isShowGrounding
:
true
,
msg
:
{
Is_Open
:
-
1
,
pageIndex
:
1
,
...
...
@@ -1853,6 +1862,10 @@ export default {
this
.
isShowType
=
false
;
this
.
msg
.
DataType
=
'2'
;
}
if
((
","
+
userInfo
.
ActionMenuCode
+
","
).
indexOf
(
',F_Query_LocalTeamRevenueReport,'
)
!==-
1
){
this
.
isShowGrounding
=
false
;
this
.
msg
.
DataType
=
'6'
;
}
},
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