Commit 8f4b313c authored by zhengke's avatar zhengke

no message

parent d9a314f0
......@@ -19,7 +19,7 @@
v-model="msg.OrderId"
placeholder="订单号"
clearable
@clear="getList"
@change="getList"
@keyup.enter.native="getList"
></el-input>
</el-col>
......@@ -33,7 +33,7 @@
v-model="msg.GuestName"
placeholder="客人姓名"
clearable
@clear="getList"
@change="getList"
@keyup.enter.native="getList"
></el-input>
</el-col>
......@@ -64,7 +64,7 @@
v-model="msg.StartCityName"
placeholder="出行概述"
clearable
@clear="getList"
@change="getList"
@keyup.enter.native="getList"
></el-input>
</el-col>
......@@ -154,6 +154,7 @@
size="mini"
style="width: 100%"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
type="date"
placeholder="开始日期"
>
......@@ -169,11 +170,28 @@
size="mini"
style="width: 100%"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
type="date"
placeholder="结束日期"
>
</el-date-picker>
</el-col>
<el-col :xs="8" :sm="7" :md="6" :lg="4" :xl="3">
<span class="font-size-12" style="padding-right: 10px"
>报名日期</span
>
<el-date-picker
v-model="msg.CreateTime"
@change="getList"
size="mini"
style="width: 100%"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
type="date"
placeholder="报名日期"
>
</el-date-picker>
</el-col>
</el-row>
</div>
</div>
......@@ -514,6 +532,7 @@ export default {
data() {
return {
commissionPopUpVisible:false,
parameters:{},
loading: false,
ticketingStatusList: [], // 出票状态
total: 0,
......@@ -532,6 +551,7 @@ export default {
Q_IsCollect: "0", //收款状态
StartTime: "",
EndTime: "",
CreateTime: ""
},
VisaList:[
{ Name: "不限", Id: "0" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment