Commit 3c9b1a9c authored by 黄奎's avatar 黄奎

页面修改

parent 32dade9f
......@@ -154,8 +154,8 @@
pageSize: 10,
//酒店选择数组
HotelChooseArray: [],
StartDate: this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")),
EndDate: this.getBeforeDate(-30, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))),
StartDate: '',
EndDate: '',
//只查询日本
Country: "0",
Province: 0,
......
......@@ -360,8 +360,9 @@
<div class="content-header" style="padding: 9px 10px;">
<span>新日期预定</span>
<div>
<!--:picker-options="beforeCheck"-->
<el-date-picker class="w150" v-model="newDate" type="date" value-format="yyyy-MM-dd" placeholder="请选择日期"
:picker-options="beforeCheck"></el-date-picker>
></el-date-picker>
</div>
</div>
<div class="content-Car content-picker-text">
......@@ -400,7 +401,7 @@
},
data() {
return {
newDate: this.getBeforeDate(-20, new Date().Format("yyyy-MM-dd")),
newDate: this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")),
orderId: 0,
order: {}, //下单信息
loading: false,
......
......@@ -10,7 +10,8 @@
<el-option :key="0" :value="0" :label="$t('pub.pleaseSel')"></el-option>
<el-option v-for="item in provinceList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option>
</el-select>
<el-select class="option" v-model="msg.City" filterable :placeholder="$t('hotel.hotel_city')" clearable @clear="msg.City=0">
<el-select class="option" v-model="msg.City" filterable :placeholder="$t('hotel.hotel_city')" clearable
@clear="msg.City=0">
<el-option :key="0" :value="0" :label="$t('pub.pleaseSel')"></el-option>
<el-option v-for="item in cityList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option>
</el-select>
......@@ -165,12 +166,12 @@
return {
total: 0,
msg: {
pageIndex: 1,
pageIndex: 1,
pageSize: 10,
//酒店选择数组
HotelChooseArray: [],
StartDate: this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")),
EndDate: this.getBeforeDate(-30, this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))),
StartDate: '',
EndDate: '',
//只查询日本
Country: "0",
Province: 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