|
|
<view class='twoitem'>
|
|
|
<text>购货客户</text>
|
|
|
<text class='item_value' bindtap="powerDrawer" data-statu="open" data-x='购货客户' data-item='{{which}}'>{{customer[customerIndex].Name}}</text>
|
|
|
</view>
|
|
|
|
|
|
<button class='submit' catchtap='submitForm'>查询</button>
|
|
|
|
|
|
<view class="drawer_screen" bindtap="powerDrawer" data-item='{{which}}' data-statu="close" wx:if="{{showModalStatus}}"></view>
|
|
|
<!--content-->
|
|
|
<!--使用animation属性指定需要执行的动画-->
|
|
|
<view animation="{{animationData}}" data-item='{{which}}' class="drawer_box" wx:if="{{showModalStatus}}">
|
|
|
<!--drawer content-->
|
|
|
<view class='top' data-item='{{which}}'>
|
|
|
<input data-item='{{which}}' class="sousuo" bindinput="select" placeholder='请输入搜索'>
|
|
|
</input>
|
|
|
</view>
|
|
|
<view class="drawer_content">
|
|
|
<block wx:for="{{currency}}" wx:key="item" wx:for-index="idx">
|
|
|
<view class="grid1" data-item='{{which}}' catchtap='itemclick' data-idx='{{idx}}' data-ID="{{item.ID}}" data-Name='{{item.Name}}'>
|
|
|
<text class='text3'>{{item.Name}}</text>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="btn_ok" bindtap="powerDrawer" data-statu="close">取消</view>
|
|
|
</view>
|