mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化交费明细
This commit is contained in:
parent
c175025c87
commit
a69cfd6620
@ -91,7 +91,7 @@
|
|||||||
$that.reportPayFeeDetailInfo.conditions.endTime = _value;
|
$that.reportPayFeeDetailInfo.conditions.endTime = _value;
|
||||||
let start = Date.parse(new Date($that.reportPayFeeDetailInfo.conditions.startTime))
|
let start = Date.parse(new Date($that.reportPayFeeDetailInfo.conditions.startTime))
|
||||||
let end = Date.parse(new Date($that.reportPayFeeDetailInfo.conditions.endTime))
|
let end = Date.parse(new Date($that.reportPayFeeDetailInfo.conditions.endTime))
|
||||||
if (start - end >= 0) {
|
if (start - end > 0) {
|
||||||
vc.toast("结束时间必须大于开始时间")
|
vc.toast("结束时间必须大于开始时间")
|
||||||
$that.reportPayFeeDetailInfo.conditions.endTime = '';
|
$that.reportPayFeeDetailInfo.conditions.endTime = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user