|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<!--pages/orderinfo/orderinfo.wxml--> |
|
|
|
<view class="swiper-tab"> |
|
|
|
<view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">基本信息</view> |
|
|
|
<view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">订单详细</view> |
|
|
|
<view class="swiper-tab-list tab1 {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">基本信息</view> |
|
|
|
<view class="swiper-tab-list tab2 {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">预报详细</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<swiper current="{{currentTab}}" class="swiper-box" duration="300" style="height:{{winHeight - 31}}px" bindchange="bindChange"> |
|
|
|
@ -58,11 +58,7 @@ |
|
|
|
{{saletype[saletypeIndex].Name}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class='baseitem'> |
|
|
|
<text class='baseitem_key'>送货地址</text> |
|
|
|
<input class='baseitem_value' bindinput='getAddrs' placeholder='请输入送货地址' placeholder-style='color:rgb(202, 202, 202)' value="{{addrs}}"></input> |
|
|
|
@ -72,8 +68,9 @@ |
|
|
|
<text class='baseitem_key' space="emsp">摘 要</text> |
|
|
|
<input class='baseitem_value' bindinput='getRemark' placeholder='请输入摘要' placeholder-style='color:rgb(202, 202, 202)'></input> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<button class='submit' catchtap='submitForm'>保存</button> |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<view class="drawer_screen" bindtap="powerDrawer" data-item='{{which}}' data-statu="close" wx:if="{{showModalStatus}}"></view> |
|
|
|
<!--content--> |
|
|
|
<!--使用animation属性指定需要执行的动画--> |
|
|
|
@ -93,6 +90,7 @@ |
|
|
|
<view class="btn_ok" bindtap="powerDrawer" data-statu="close">取消</view> |
|
|
|
</view> |
|
|
|
</swiper-item> |
|
|
|
|
|
|
|
<!-- 订单详细 --> |
|
|
|
<swiper-item class="swiper-items2"> |
|
|
|
<scroll-view scroll-x="false" scroll-y="true" class='scroll-views'> |
|
|
|
@ -143,7 +141,7 @@ |
|
|
|
<!-- <template name='fodder'> |
|
|
|
|
|
|
|
</template> --> |
|
|
|
<button class='submit' catchtap='submitForm'>提交</button> |
|
|
|
<button class='submit' catchtap='submitForm'>保存</button> |
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
<view class="drawer_screen" bindtap="powerDrawer1" data-statu="close" wx:if="{{showModalStatus1}}"></view> |
|
|
|
@ -165,4 +163,4 @@ |
|
|
|
<view class="btn_ok" bindtap="powerDrawer1" data-statu="close">取消</view> |
|
|
|
</view> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
</swiper> |