Commit db00b5b4 authored by zhengke's avatar zhengke

增加月份查询

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