123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <!--pages/infor/infor.wxml-->
- <include src="/pages/fc/fc.wxml" />
- <view class='sp' wx:if='{{showpic}}' bindtap='hidepic'>
- <image src='{{pic_url}}' class='show_pic'></image>
- </view>
- <view class='all'>
- <view class='head'>
- <view class='mybox'>
- <image class='userimg' src="{{avatar}}"></image>
- <view class='username'>{{nikename}}</view>
- <view class='userlevel'>
- <image src='../../img/icon-good-shop.png'></image>
- <view>普通用户</view>
- </view>
- </view>
- </view>
- <view class='body'>
- <view class='list'>
- <!-- <view class='sousuo'>
- <view class='pic' bindtap='search'><image src='../../img/search.png'></image></view>
- <input class='findit' placeholder='检索您的售后订单' bindblur='searchin'></input>
- <view class='sweep'><image src='../../img/icon-offline.png'></image></view>
- </view> -->
- <view class='vorder-infor'>
- <navigator class="{{selected==0?'active':''}}" bindtap='allOrder'>
- <image src='https://f.9026.com/upload/images/20190402/96f5602f26591eb878772cb23560699f.png'></image>
- <view>全部订单</view>
- <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==0}}'></view>
- </navigator>
- <navigator class="{{selected==1?'active':''}}" bindtap='TobeAudited'>
- <image src='https://f.9026.com/upload/images/20190402/300ef7e847685cda543e2ddede208673.png'></image>
- <view>待审核</view>
- <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==1}}'></view>
- <text class='num' wx:if='{{examine!=0}}'>{{examine}}</text>
- </navigator>
- <navigator class="{{selected==2?'active':''}}" bindtap='TobeSend'>
- <image src='https://f.9026.com/upload/images/20190402/5d347d962b852c09fd463e5b30ba70c5.png'></image>
- <view>待发货</view>
- <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==2}}'></view>
- <text class='num' wx:if="{{send!=0}}">{{send}}</text>
- </navigator>
- <navigator class="{{selected==3?'active':''}}" bindtap='TobeReceived'>
- <image src='https://f.9026.com/upload/images/20190402/8ece24d2ccff3b500aeabfb251f67a46.png'></image>
- <view>待收货</view>
- <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==3}}'></view>
- <text class='num' wx:if="{{sending!=0}}">{{sending}}</text>
- </navigator>
- <navigator class="{{selected==4?'active':''}}" bindtap='TobeEvaluated'>
- <image src='https://f.9026.com/upload/images/20190402/0aa33c2753f861760bd38fbd9c976cf5.png'></image>
- <view>待评价</view>
- <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==4}}'></view>
- <text class='num' wx:if='{{comment!=0}}'>{{comment}}</text>
- </navigator>
- </view>
- </view>
- <view class='vorder' wx:if="{{infor.length==0}}" style='text-align:center;'>
- 暂无订单
- </view>
- <view class='vorder' wx:key="index" id='{{index}}' wx:for='{{infor}}'>
- <zan-cell-group title-width="90">
- <zan-cell title="订单编号" value="{{}}">
- <text style='color:red;'>{{item.vorderid}}</text>
- <image src='{{item.qrcode}}' class='qrcode' id='{{item.qrcode}}' bindtap='showPic' data-src='{{item.qrcode}}' 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="">
- <text>{{item.vordertime}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="订单状态" value="">
- <text style='color:red;'>{{item.state}}</text>
- </zan-cell>
- </zan-cell-group>
- <view style='width:100%;height:2rpx;background:#eee;margin:10rpx 0'></view>
- <zan-cell-group title-width="90">
- <zan-cell title="品类" value="">
- <text>{{item.cate}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="产品型号" value="">
- <text>{{item.model}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="问题描述" value="">
- <text>{{item.problem}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-cell-group title-width="90">
- <zan-cell title="预计完成时间 " value="" wx:if='{{item.state!="待审核"&&item.state!="已取消"}}'>
- <text>{{item.expected_time}}</text>
- </zan-cell>
- </zan-cell-group>
- <zan-row>
- <zan-col col="17" wx:if='{{ item.state == "待生产" || item.state == "生产中" || item.state == "待发货" || item.state == "已评价" || item.state == "已取消"}}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="10" wx:if='{{ item.state == "待审核" || item.state == "未签收" || item.state == "待评价" }}'>
- <text style='color:rgba(0,0,0,0)'>0</text>
- </zan-col>
- <zan-col col="7" wx:if='{{item.state == "待审核"}}'>
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" id='{{item.detail_order_id}}' bindtap='quxiao'>取消订单</button>
- </form>
- </zan-col>
- <zan-col col="7" wx:if='{{item.state == "未签收"}}'>
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" id='{{item.detail_order_id}}' bindtap='shouhuo'>确认收货</button>
- </form>
- </zan-col>
- <zan-col col="7" wx:if='{{item.state == "待评价"}}'>
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" id='{{item.detail_order_id}}' bindtap='pingjia'>评价</button>
- </form>
- </zan-col>
- <zan-col col="7">
- <form bindsubmit='upFormID' report-submit='true'>
- <button form-type="submit" bindtap='detail' id='{{item.detail_order_id}}'>查看详情</button>
- </form>
- </zan-col>
- </zan-row>
- </view>
- <view style='width:100%;height:200rpx;color:#EBEBEB'>0</view>
- </view>
- </view>
- <view class='foot'>
- <zan-row>
- <zan-col col="5" bindtap='goIndex'>
- <image src='https://f.9026.com/upload/images/20190402/c49b785c520ce7a63cc463a3eeec99f2.png' class='img'></image>
- </zan-col>
- <zan-col col="7" bindtap='goIndex'>
- <text class='index'>售后登记</text>
- </zan-col>
- <zan-col col="5">
- <image src='https://f.9026.com/upload/images/20190402/937ab4209d4f03099f8d3ec922f64d61.png' class='img2'></image>
- </zan-col>
- <zan-col col="7">
- <text class='user'>我的订单</text>
- </zan-col>
- </zan-row>
- </view>
|