Commit db00b5b4 authored by zhengke's avatar zhengke

增加月份查询

parent c5dd3e67
......@@ -2,22 +2,15 @@
<div class="roomQuery">
<div class="query-box" style="border-bottom: none;">
<ul style="position:relative;">
<li>
<span>
<em>月份</em>
<!-- <el-date-picker v-model="msg.MonthStr" type="monthrange" range-separator="至" start-placeholder="开始月份"
end-placeholder="结束月份">
</el-date-picker> -->
<el-date-picker
v-model="msg.MonthStr"
type="monthrange"
range-separator="至"
start-placeholder="开始月份"
end-placeholder="结束月份">
v-model="msg.Month"
type="month"
placeholder="选择月">
</el-date-picker>
</span>
</span>
</li>
<li style="position:absolute;right:10px;top:0;">
<input type="button" class="normalBtn" value="查询" @click="getList();resetPageIndex()" />
......@@ -57,7 +50,6 @@
data() {
return {
loading: false,
total: 0,
msg: {
pageIndex: 1,
......@@ -80,7 +72,7 @@
TCNUM: '',
PriceStatus: 0,
CombinationNum: '',
MonthStr: "" //月份字符串
Month: "" //月份字符串
},
UserInfo: {},
//分公司类表
......
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