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
dce2aa4d
Commit
dce2aa4d
authored
Feb 24, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6ae41dfa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+11
-1
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+11
-1
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
dce2aa4d
...
...
@@ -126,10 +126,19 @@
<span>
<em>
提成状态
</em>
<el-select
class=
"w150"
v-model=
"queryMsg.QSendCommissionState"
filterable
@
change=
"get
LinePlace
List()"
>
@
change=
"get
Control
List()"
>
<el-option
v-for=
"item in QSendCommissionStateList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.LineID"
></el-option>
</el-select>
<a
style=
"margin-left: 5px;margin-right: 5px;"
>
只看审核驳回
</a>
<el-switch
v-model=
"queryMsg.QOutGroupAuditReject"
active-text=
""
inactive-text=
""
active-color=
"#409eff"
inactive-color=
"#dcdfe6"
active-value=
"1"
inactive-value=
"0"
@
change=
"resetPageIndex(),getControlList()"
/>
</span>
</li>
<li>
...
...
@@ -1258,6 +1267,7 @@
},
//查询参数
queryMsg
:
{
QOutGroupAuditReject
:
0
,
//只查看审核驳回 1
QSendCommissionState
:
0
,
//提成状态 0不限, 1已发放, 2未发放
//出团公司集合
OutBranchIds
:
[],
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
dce2aa4d
...
...
@@ -98,10 +98,19 @@
<span>
<em>
提成状态
</em>
<el-select
class=
"w150"
v-model=
"queryMsg.QSendCommissionState"
filterable
@
change=
"get
LinePlace
List()"
>
@
change=
"get
Control
List()"
>
<el-option
v-for=
"item in QSendCommissionStateList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.LineID"
></el-option>
</el-select>
<a
style=
"margin-left: 5px;margin-right: 5px;"
>
只看审核驳回
</a>
<el-switch
v-model=
"queryMsg.QOutGroupAuditReject"
active-text=
""
inactive-text=
""
active-color=
"#409eff"
inactive-color=
"#dcdfe6"
active-value=
"1"
inactive-value=
"0"
@
change=
"resetPageIndex(),getControlList()"
/>
</span>
</li>
<li>
...
...
@@ -828,6 +837,7 @@
},
//查询参数
queryMsg
:
{
QOutGroupAuditReject
:
0
,
//只查看审核驳回 1
QSendCommissionState
:
0
,
//提成状态 0不限, 1已发放, 2未发放
//出团公司集合
OutBranchIds
:
[],
...
...
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