|
@ -161,7 +161,7 @@ |
|
|
phone: '', |
|
|
phone: '', |
|
|
|
|
|
|
|
|
minSeldDate: new Date().Format('yyyy-MM-dd'), |
|
|
minSeldDate: new Date().Format('yyyy-MM-dd'), |
|
|
maxSeldDate: new Date((new Date()).getFullYear(), (new Date()).getMonth() + 1, 0).Format('yyyy-MM-dd'), |
|
|
maxSeldDate: new Date((new Date().getTime()+60*24*60*60*1000)).Format('yyyy-MM-dd'), |
|
|
calendarParam: { |
|
|
calendarParam: { |
|
|
stratDate:'',endDate: '', selected: [] |
|
|
stratDate:'',endDate: '', selected: [] |
|
|
}, |
|
|
}, |
|
|