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
183fc3b1
Commit
183fc3b1
authored
Dec 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报名统计新增两个查询条件 是否使用优惠券是否使用幸福存折
parent
32669bba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+21
-3
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
183fc3b1
...
...
@@ -49,7 +49,7 @@
</li>
<li>
<span><em>
{{
$t
(
'hotel.hotel_OrderStates'
)
}}
</em></span>
<el-select
v-model=
'msg.OrderState'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-select
class=
'w200'
v-model=
'msg.OrderState'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'-1'
></el-option>
<el-option
v-for=
"item in ddztList"
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
...
...
@@ -57,7 +57,7 @@
</li>
<li>
<span><em>
{{
$t
(
'active.cl_orderType'
)
}}
</em></span>
<el-select
v-model=
'msg.IsOneDay'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-select
class=
'w200'
v-model=
'msg.IsOneDay'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'-1'
></el-option>
<el-option
:label=
"$t('salesModule.TourOrder')"
:value=
'0'
></el-option>
<el-option
:label=
"$t('salesModule.OneDayOrder')"
:value=
'1'
></el-option>
...
...
@@ -65,12 +65,28 @@
</li>
<li>
<span><em>
{{
$t
(
'salesModule.PaymentStatus'
)
}}
</em></span>
<el-select
v-model=
'msg.IsCollectMoney'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-select
class=
'w200'
v-model=
'msg.IsCollectMoney'
filterable
:placeholder=
"$t('pub.pleaseSel')"
style=
"width:180px"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
:label=
"$t('salesModule.Collect')"
:value=
'1'
></el-option>
<el-option
:label=
"$t('salesModule.NoCollect')"
:value=
'2'
></el-option>
</el-select>
</li>
<li><span><em>
优惠券
</em>
<el-select
class=
'w200'
v-model=
"msg.IsUseCoupon"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'0'
></el-option>
<el-option
label=
'是'
:value=
'1'
:key=
'1'
></el-option>
<el-option
label=
'否'
:value=
'2'
:key=
'2'
></el-option>
</el-select>
</span>
</li>
<li><span><em>
幸福存折
</em>
<el-select
class=
'w200'
v-model=
"msg.IsUseRedEnvelopeMoney "
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
'0'
></el-option>
<el-option
label=
'是'
:value=
'1'
:key=
'1'
></el-option>
<el-option
label=
'否'
:value=
'2'
:key=
'2'
></el-option>
</el-select>
</span>
</li>
<li><span><em>
{{
$t
(
'scen.sc_ftTime'
)
}}
</em>
<el-date-picker
v-model=
'msg.QStartDate'
@
change=
"dataDuiQ()"
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
...
...
@@ -490,6 +506,8 @@
BranchId
:
'-1'
,
IsOneDay
:
'-1'
,
IsCollectMoney
:
0
,
IsUseCoupon
:
'0'
,
IsUseRedEnvelopeMoney
:
'0'
},
employeeMsg
:
{
RB_Group_id
:
"0"
,
...
...
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