|
|
|
@ -1,7 +1,15 @@ |
|
|
|
<!--pages/specialOrderApplication/specialOrderApplication.wxml--> |
|
|
|
|
|
|
|
<view class='searchView'> |
|
|
|
<view class='imput_goodsName' catchtap='goToSearch'>选择搜索条件</view> |
|
|
|
<view class='imput_goodsName' catchtap='goToSearch'> |
|
|
|
<!-- <view class="section"> --> |
|
|
|
<picker mode="date" value="{{date}}" start="2018-01-01" end="2037-12-31" bindchange="bindDateChange" fields='month'> |
|
|
|
<view class="picker"> |
|
|
|
{{dates}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
<!-- </view> --> |
|
|
|
</view> |
|
|
|
<view class='storageView' catchtap='creatNew'>新建</view> |
|
|
|
</view> |
|
|
|
<view class='pageContainer' style='height:{{winHeight-50}}px'> |
|
|
|
|