|
@@ -1,5 +1,7 @@
|
|
|
<!--pages/manager/manage.wxml-->
|
|
<!--pages/manager/manage.wxml-->
|
|
|
-<view class='sp' wx:if='{{showpic}}' bindtap='hidepic'><image src='{{pic_url}}' class='show_pic'></image></view>
|
|
|
|
|
|
|
+<view class='sp' wx:if='{{showpic}}' bindtap='hidepic'>
|
|
|
|
|
+ <image src='{{pic_url}}' class='show_pic'></image>
|
|
|
|
|
+</view>
|
|
|
<view class='all'>
|
|
<view class='all'>
|
|
|
<view class='head'>
|
|
<view class='head'>
|
|
|
<view class='mybox'>
|
|
<view class='mybox'>
|
|
@@ -14,87 +16,138 @@
|
|
|
<view class='body'>
|
|
<view class='body'>
|
|
|
<view class='list'>
|
|
<view class='list'>
|
|
|
<view class='sousuo'>
|
|
<view class='sousuo'>
|
|
|
- <view class='pic' bindtap='search'><image src='../../img/search.png'></image></view>
|
|
|
|
|
|
|
+ <view class='pic' bindtap='search'>
|
|
|
|
|
+ <image src='../../img/search.png'></image>
|
|
|
|
|
+ </view>
|
|
|
<input class='findit' placeholder='请输入商品名称或者编号' bindblur='searchin'></input>
|
|
<input class='findit' placeholder='请输入商品名称或者编号' bindblur='searchin'></input>
|
|
|
- <view class='sweep' bindtap='scanqrCode'><image src='../../img/icon-offline.png'></image></view>
|
|
|
|
|
|
|
+ <view class='sweep' bindtap='scanqrCode'>
|
|
|
|
|
+ <image src='../../img/icon-offline.png'></image>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class='vorder-infor'>
|
|
|
|
|
|
|
+ <view class='vorder-infor'>
|
|
|
<view class='mana-list'>
|
|
<view class='mana-list'>
|
|
|
<navigator class="{{selected==0?'active':''}}" bindtap='tap1'>
|
|
<navigator class="{{selected==0?'active':''}}" bindtap='tap1'>
|
|
|
- <image src='../../img/order.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/697bf1a4e1efe55ee87f4bf9022ab831.png'></image>
|
|
|
<view>全部</view>
|
|
<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>
|
|
|
<navigator class="{{selected==1?'active':''}}" bindtap='tap2'>
|
|
<navigator class="{{selected==1?'active':''}}" bindtap='tap2'>
|
|
|
- <image src='../../img/qiuqiu.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/c9545721eba25f814df8ee4d3c519854.png'></image>
|
|
|
<view>待审核</view>
|
|
<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>
|
|
<text class='num' wx:if='{{examine!=0}}'>{{examine}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="{{selected==2?'active':''}}" bindtap='tap3'>
|
|
<navigator class="{{selected==2?'active':''}}" bindtap='tap3'>
|
|
|
- <image src='../../img/gongju.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/8ea54e333c81d0cca01a26a9fc23b3e3.png'></image>
|
|
|
<view>待生产</view>
|
|
<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='{{make!=0}}'>{{make}}</text>
|
|
<text class='num' wx:if='{{make!=0}}'>{{make}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="{{selected==3?'active':''}}" bindtap='tap4'>
|
|
<navigator class="{{selected==3?'active':''}}" bindtap='tap4'>
|
|
|
- <image src='../../img/weixiu.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/7fb5b97adeef584976ad463fb49aca47.png'></image>
|
|
|
<view>生产中</view>
|
|
<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='{{making!=0}}'>{{making}}</text>
|
|
<text class='num' wx:if='{{making!=0}}'>{{making}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='mana-list'>
|
|
<view class='mana-list'>
|
|
|
<navigator class="{{selected==4?'active':''}}" bindtap='tap5'>
|
|
<navigator class="{{selected==4?'active':''}}" bindtap='tap5'>
|
|
|
- <image src='../../img/upload.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/c8af5cb1c7807de7a1b8b6f08817a0aa.png'></image>
|
|
|
<view>待发货</view>
|
|
<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='{{send!=0}}'>{{send}}</text>
|
|
<text class='num' wx:if='{{send!=0}}'>{{send}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="{{selected==5?'active':''}}" bindtap='tap6'>
|
|
<navigator class="{{selected==5?'active':''}}" bindtap='tap6'>
|
|
|
- <image src='../../img/mine_car.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/cb11d2123192fb141812da4cfdb70b10.png'></image>
|
|
|
<view>运输中</view>
|
|
<view>运输中</view>
|
|
|
|
|
+ <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==5}}'></view>
|
|
|
<text class='num' wx:if='{{sending!=0}}'>{{sending}}</text>
|
|
<text class='num' wx:if='{{sending!=0}}'>{{sending}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="{{selected==6?'active':''}}" bindtap='tap7'>
|
|
<navigator class="{{selected==6?'active':''}}" bindtap='tap7'>
|
|
|
- <image src='../../img/radio.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/2f8645a5bd048b33053e16f65ddf9ae7.png'></image>
|
|
|
<view>已签收</view>
|
|
<view>已签收</view>
|
|
|
|
|
+ <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==6}}'></view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="{{selected==7?'active':''}}" bindtap='tap8'>
|
|
<navigator class="{{selected==7?'active':''}}" bindtap='tap8'>
|
|
|
- <image src='../../img/life.png'></image>
|
|
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180816/4b90775eff22cedb51b77be1dc039a9d.png'></image>
|
|
|
<view>逾期</view>
|
|
<view>逾期</view>
|
|
|
|
|
+ <view style='width:80rpx;margin-left:30rpx;height:4rpx;background-color:RGB(233,59,61);margin-top:10rpx' wx:if='{{selected==7}}'></view>
|
|
|
<text class='num' wx:if='{{expeced!=0}}'>{{expected}}</text>
|
|
<text class='num' wx:if='{{expeced!=0}}'>{{expected}}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class='vorder' wx:key="index" id='{{index}}' wx:for='{{infor}}'>
|
|
<view class='vorder' wx:key="index" id='{{index}}' wx:for='{{infor}}'>
|
|
|
<zan-cell-group title-width="90">
|
|
<zan-cell-group title-width="90">
|
|
|
- <zan-cell title="订单编号" value="{{item.state}}"><text style='color:red;'>{{item.vorderid}}</text></zan-cell>
|
|
|
|
|
- <zan-cell title="二维码" value=""><image src='{{item.qrcode}}' class = 'qrcode' id='{{item.qrcode}}' bindtap='showPic' data-src='{{item.qrcode}}'></image></zan-cell>
|
|
|
|
|
- <zan-cell title="交易时间" value=""><text>{{item.vordertime}}</text></zan-cell>
|
|
|
|
|
|
|
+ <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>
|
|
|
<zan-cell-group title-width="90">
|
|
<zan-cell-group title-width="90">
|
|
|
- <zan-cell title="品类" value=""><text>{{item.cate}}</text></zan-cell>
|
|
|
|
|
- <zan-cell title="产品型号" value=""><text>{{item.model}}</text></zan-cell>
|
|
|
|
|
- <zan-cell title="问题描述" value=""><text>{{item.problem}}</text></zan-cell>
|
|
|
|
|
|
|
+ <zan-cell title="产品型号" value="">
|
|
|
|
|
+ <text>{{item.model}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
</zan-cell-group>
|
|
</zan-cell-group>
|
|
|
<zan-cell-group title-width="90">
|
|
<zan-cell-group title-width="90">
|
|
|
- <zan-cell title="预计完成时间" value="" style="color:#999;" wx:if="{{item.state!='待审核'&&item.state!='已取消'}}"><text style='color:#999;'>{{item.expected_time}}</text></zan-cell>
|
|
|
|
|
|
|
+ <zan-cell title="问题描述" value="">
|
|
|
|
|
+ <text>{{item.problem}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <zan-cell-group title-width="90">
|
|
|
|
|
+ <zan-cell title="预计完成时间" value="" style="color:#999;" wx:if="{{item.state!='待审核'&&item.state!='已取消'}}">
|
|
|
|
|
+ <text style='color:#999;'>{{item.expected_time}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
<zan-row>
|
|
<zan-row>
|
|
|
- <zan-col col="15"><text style='color:rgba(0,0,0,0)'>0</text></zan-col>
|
|
|
|
|
|
|
+ <zan-col col="15">
|
|
|
|
|
+ <text style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
+ </zan-col>
|
|
|
<!-- <zan-col col="7"><zan-button bindtap='detail'>开始生产</zan-button></zan-col> -->
|
|
<!-- <zan-col col="7"><zan-button bindtap='detail'>开始生产</zan-button></zan-col> -->
|
|
|
<zan-col col="7" offset="1">
|
|
<zan-col col="7" offset="1">
|
|
|
- <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
- <button bindtap='detail' form-type="submit" id='{{item.detail_order_id}}'>查看详情</button>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
+ <button bindtap='detail' form-type="submit" id='{{item.detail_order_id}}'>查看详情</button>
|
|
|
|
|
+ </form>
|
|
|
</zan-col>
|
|
</zan-col>
|
|
|
</zan-row>
|
|
</zan-row>
|
|
|
- </zan-cell-group>
|
|
|
|
|
|
|
+ </zan-cell-group>
|
|
|
</view>
|
|
</view>
|
|
|
<view style='width:100%;height:200rpx;color:#EBEBEB'>0</view>
|
|
<view style='width:100%;height:200rpx;color:#EBEBEB'>0</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-<include src="foot.wxml"/>
|
|
|
|
|
-<view class='float-icon'>
|
|
|
|
|
- <view class='dial' style='background-image:url("https://t6.9026.com/upload/images/20180815/884b8b528800f9fdecd901bb5b871f4a.png");background-size:100% 100%' catchtap='backhome'></view>
|
|
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+<view class='foot'>
|
|
|
|
|
+ <zan-row>
|
|
|
|
|
+ <zan-col col="5">
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180817/205562795ef4c635cb10454e82043655.png' class='img'></image>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="7">
|
|
|
|
|
+ <text class='index'>售后订单</text>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="5" bindtap='datacount'>
|
|
|
|
|
+ <image src='https://t6.9026.com/upload/images/20180817/b68d884785f406c1ba1ef1ffdc1c7fd4.png' class='img2'></image>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="7" bindtap='datacount'>
|
|
|
|
|
+ <text class='user'>数据统计</text>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ </zan-row>
|
|
|
|
|
+</view>
|
|
|
|
|
+<movable-area style='float:right;right:100rpx;bottom:440rpx;position:fixed'>
|
|
|
|
|
+ <movable-view class='dial' direction="all" style='background-image:url("https://t6.9026.com/upload/images/20180815/884b8b528800f9fdecd901bb5b871f4a.png");background-size:100% 100%' catchtap='backhome'>
|
|
|
|
|
+ </movable-view>
|
|
|
|
|
+</movable-area>
|