|
|
@ -146,7 +146,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 选择时间
|
|
|
|
// 选择时间
|
|
|
|
handleChange() {
|
|
|
|
handleChange() {
|
|
|
|
this.setCtime2(this.form);
|
|
|
|
|
|
|
|
if (this.form.sTimeType != 4) {
|
|
|
|
if (this.form.sTimeType != 4) {
|
|
|
|
this.form.sStartTime = "";
|
|
|
|
this.form.sStartTime = "";
|
|
|
|
this.form.sEndTime = "";
|
|
|
|
this.form.sEndTime = "";
|
|
|
@ -154,6 +153,7 @@ export default {
|
|
|
|
this.selTime = null;
|
|
|
|
this.selTime = null;
|
|
|
|
this.reload();
|
|
|
|
this.reload();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
this.setCtime2(this.form);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//选择开始时间/结束时间
|
|
|
|
//选择开始时间/结束时间
|
|
|
|
calendarPriceRangeChange(date) {
|
|
|
|
calendarPriceRangeChange(date) {
|
|
|
|