You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.2 KiB
20 lines
1.2 KiB
<!--xtends//statics/index/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">采购报表</view>
|
|
</cu-custom>
|
|
|
|
<view class="bg-white flex flex-justify" style="height:80rpx;padding: 0rpx 32rpx" bindtap="showCalendar">
|
|
<view class="flex flex-center" bindtap="showCalendar">
|
|
<view style="height:24rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view>
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">出货信息</view>
|
|
</view>
|
|
<view class="flex flex-center" style="padding: 2rpx 0rpx">
|
|
<view class="text-black text-df" style="margin-right:8rpx">{{vdateString}}</view>
|
|
<van-icon name="{{show ? 'arrow-up' : 'arrow-down'}}" />
|
|
</view>
|
|
</view>
|
|
|
|
<van-table columns="{{columns}}" height="{{height}}" data="{{data}}"></van-table>
|
|
|
|
<van-calendar show="{{ show }}" type="range" row-height="50" color="#008AFF" z-index="22" min-date="{{ minDate }}" max-date="{{ maxDate }}" default-date="{{ vdate }}" title="日期范围选择" show-subtitle="{{ false }}" show-confirm="{{ false }}" bind:close="onClose" bind:confirm="onSelect"/>
|
|
<notification id="qn-notification"/>
|