|
|
|
@ -40,10 +40,10 @@
|
|
|
|
|
<van-cell title="选择开始时间" is-link value="{{ sStartTime }}" bind:click="onDisplayStart" />
|
|
|
|
|
<van-cell title="选择结束时间" is-link value="{{ sEndTime }}" bind:click="onDisplayEnd" />
|
|
|
|
|
<van-popup show="{{ show1 }}" position="bottom">
|
|
|
|
|
<van-datetime-picker type="datetime" value="{{d1}}" bind:confirm="onConfirm" bind:cancel="onCancel" />
|
|
|
|
|
<van-datetime-picker type="datetime" value="{{d1}}" bind:confirm="onConfirm" min-date="{{d1}}" max-date="{{d2}}" bind:cancel="onCancel" />
|
|
|
|
|
</van-popup>
|
|
|
|
|
<van-popup show="{{ show2 }}" position="bottom">
|
|
|
|
|
<van-datetime-picker type="datetime" value="{{d2}}" bind:confirm="onConfirm1" bind:cancel="onCancel1" />
|
|
|
|
|
<van-datetime-picker type="datetime" value="{{d2}}" bind:confirm="onConfirm1" min-date="{{d1}}" max-date="{{d2}}" bind:cancel="onCancel1" />
|
|
|
|
|
</van-popup>
|
|
|
|
|
</view>
|
|
|
|
|
</van-dropdown-item>
|
|
|
|
|