|
@@ -19,7 +19,7 @@
|
|
<view class="picker" wx:else>{{startDate}}</view>
|
|
<view class="picker" wx:else>{{startDate}}</view>
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- ~
|
|
|
|
|
|
+ 至
|
|
<picker mode="date" value="{{endDate}}" bindchange="bindEndDateChange" start="2022-01-01">
|
|
<picker mode="date" value="{{endDate}}" bindchange="bindEndDateChange" start="2022-01-01">
|
|
<view class="search-date flex-row">
|
|
<view class="search-date flex-row">
|
|
<view class="picker" wx:if="{{endDate == null || endDate == ''}}">分账时间止期</view>
|
|
<view class="picker" wx:if="{{endDate == null || endDate == ''}}">分账时间止期</view>
|