|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<view class="bg-white" style="border-radius: 20rpx;padding: 24rpx 0rpx 8rpx 0rpx"> |
|
|
|
<view class="flex flex-justify" style="padding: 0rpx 28rpx 24rpx 28rpx"> |
|
|
|
<view class="text-black text-sg text-bold">收货统计</view> |
|
|
|
<view class="flex flex-center" bindtap="showSheet"> |
|
|
|
<view class="flex flex-center" bindtap="showSheet" style="padding: 2rpx 0rpx"> |
|
|
|
<view class="text-black text-sm" style="margin-right:8rpx">{{vdateString}}</view> |
|
|
|
<van-icon name="arrow-down" /> |
|
|
|
</view> |
|
|
|
@ -131,4 +131,4 @@ |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<!-- <van-action-sheet show="{{ show }}" actions="{{ actions }}" bind:close="onClose" bind:select="onSelect" z-index="22"/> --> |
|
|
|
<van-calendar show="{{ show }}" type="range" row-height="50" color="#008AFF" z-index="22" min-date="{{ minDate }}" max-date="{{ maxDate }}" default-date="{{ vdate }}" show-subtitle="{{ false }}" show-confirm="{{ false }}" bind:close="onClose" bind:confirm="onSelect"/> |
|
|
|
<van-calendar show="{{ show }}" type="range" row-height="50" color="#008AFF" z-index="22" min-date="{{ minDate }}" max-date="{{ maxDate }}" default-date="{{ vdate }}" top="{{ 1500 }}" show-subtitle="{{ false }}" show-confirm="{{ false }}" bind:close="onClose" bind:confirm="onSelect"/> |