123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <!--pages/infor/details.wxml-->
- <!-- <include src="detail_head.wxml"/> -->
- <include src="/pages/fc/fc.wxml" />
- <view style='overflow-x:hidden'>
- <view style='background-color:#fff'>
- <view class='sp' wx:if='{{showpic}}' bindtap='hidepic'>
- <image src='{{pic_url}}' class='show_pic'></image>
- </view>
- <view style='width:100%;hight:20px;padding:3px 0 3px 15px;color:#999;font-size:14px;background-color:#eee'>
- 订单信息
- </view>
- <view style='margin-top:20rpx'></view>
- <zan-cell-group title-width="90">
- <zan-cell title="订单编号" value="{{}}" style='color:#777;'>
- <text style='color:red;'>{{order_num}}</text>
- <image src='{{pic_url}}' class='qrcode' bindtap='showPic' data-src='{{pic_url}}' style='width:40rpx;height:40rpx;margin: -8rpx -8rpx -8rpx 20rpx'></image>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="交易时间" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{order_created_time}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="订单状态" value="" style='color:#777;'>
- <text style='color:red;'>{{order_status}}</text>
- </zan-cell>
- <view style='width:100%;hight:20px;padding:3px 0 3px 15px;color:#999;font-size:14px;background-color:#eee;margin:20rpx 0 0 0;'>
- 产品信息
- </view>
- </zan-cell-group>
- <view style='margin-top:20rpx'></view>
- <zan-cell-group title-width="90">
- <zan-cell title="商品名称" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{gCategory}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="品类" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{gType}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="颜色" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{gColor}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="问题描述" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{gDescription}}</text>
- </zan-cell>
- </zan-cell-group>
- <view wx:if="{{theimgs}}" class='pic-box' style='background-color:#fff'>
- <image wx:for='{{theimgs}}' src="{{item}}" data-list="{{theimgs}}" data-src='{{item}}' bindtap='preImg'></image>
- </view>
- <view style='width:100%;hight:20px;padding:3px 0 3px 15px;color:#999;font-size:14px;background-color:#eee;margin:20rpx 0 0 0;'>
- 客户信息<text style='float:right;position:absolute;right:20rpx;color:#349BE1' wx:if='{{showinfotrue}}' bindtap='si'>收起</text><text style='float:right;position:absolute;right:20rpx;color:#349BE1' bindtap='si' wx:if='{{showinfofalse}}'>查看</text>
- </view>
- <view style='margin-top:20rpx' wx:if='{{showinfo}}'></view>
- <zan-cell-group title-width="90" wx:if='{{showinfo}}'>
- <zan-cell title="姓名" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{uName}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90" wx:if='{{showinfo}}'>
- <zan-cell title="联系方式" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{uMobile}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90" wx:if='{{showinfo}}'>
- <zan-cell title="收货地址" value="" style='color:#777;'>
- <text style='color:#2a2121'>{{uAddress}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="130" wx:if='{{status!=0&&status!=7}}'>
- <view style='width:100%;hight:20px;padding:3px 0 3px 15px;color:#999;font-size:14px;background-color:#eee;margin:20rpx 0 0 0;'>
- 订单进度
- </view>
- <view class='buzou'>
- <zan-steps type="vertical" hasDesc="true" steps-class="my-class" icon-class="gray" desc-class="desc" title-class="white" steps="{{steps}}"></zan-steps>
- </view>
- <zan-cell title="预计完成时间" value="" style="color:#777;" wx:if='{{status>0}}'>
- <text style='color:#2a2121'>{{expected_time}}</text>
- </zan-cell>
- <zan-cell title="备注" value="" style="color:#777;" wx:if='{{msg!=null}}'><text style='color:#2a2121'>{{msg}}</text></zan-cell>
- </zan-cell-group>
- <zan-row style='background-color:#fff'>
- <zan-col col="17" wx:if='{{status==0}}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="17" wx:if='{{status==4}}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="17" wx:if='{{status==5}}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="24" wx:if='{{status==1||status==2||status==3||status==6||status==7}}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="6" offset="1">
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" wx:if="{{status==0}}" bindtap='quxiao'>取消订单</button>
- </form>
- </zan-col>
- <zan-col col="6" offset="1">
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" wx:if="{{status==4}}" bindtap='shouhuo'>确认收货</button>
- </form>
- </zan-col>
- <zan-col col="6" offset="1">
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" wx:if="{{status==5}}" bindtap='assess' id='vorder-id'>评价</button>
- </form>
- </zan-col>
- </zan-row>
- <!-- <view class='foot-btn'>
- <button wx:if="{{status==1}}" bindtap='quxiao'>取消订单</button>
- <button wx:if="{{status==2}}" bindtap='shouhuo'>确认收货</button>
- <button wx:if="{{status==3&&!pingjia}}" bindtap='assess' id='vorder-id'>评价</button>
- </view> -->
- </view>
- </view>
|