|
@@ -1,94 +1,100 @@
|
|
|
<!--pages/packing/packing-detail.wxml-->
|
|
<!--pages/packing/packing-detail.wxml-->
|
|
|
<!-- <zan-dialog id="zan-dialog-test"></zan-dialog>
|
|
<!-- <zan-dialog id="zan-dialog-test"></zan-dialog>
|
|
|
<include src="../infor/detail_head.wxml"/> -->
|
|
<include src="../infor/detail_head.wxml"/> -->
|
|
|
-<view class='sp' wx:if='{{showpic}}' bindtap='hidepic'><image src='{{pic_url}}' class='show_pic'></image></view>
|
|
|
|
|
-<zan-cell-group title-width="90">
|
|
|
|
|
- <zan-cell title="订单编号" value="{{order_status}}">
|
|
|
|
|
- <text style='color:red;'>{{order_num}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="二维码" value=""><image src='{{pic_url}}' class = 'qrcode' bindtap='showPic' data-src='{{pic_url}}'></image></zan-cell>
|
|
|
|
|
- <zan-cell title="交易时间" value="">
|
|
|
|
|
- <text>{{order_created_time}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
-</zan-cell-group>
|
|
|
|
|
-<hr/>
|
|
|
|
|
-<zan-cell-group title-width="90">
|
|
|
|
|
- <zan-cell title="商品名称" value="">
|
|
|
|
|
- <text>{{gCategory}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="品类" value="">
|
|
|
|
|
- <text>{{gType}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="颜色" value="">
|
|
|
|
|
- <text>{{gColor}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="问题描述" value="">
|
|
|
|
|
- <text>{{gDescription}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
-</zan-cell-group>
|
|
|
|
|
-<view wx:if="{{theimgs}}" class='pic-box'>
|
|
|
|
|
- <image wx:for='{{theimgs}}' src="{{item}}" data-list="{{theimgs}}" data-src='{{item}}' bindtap='preImg'></image>
|
|
|
|
|
-</view>
|
|
|
|
|
-<zan-cell-group title-width="90">
|
|
|
|
|
- <zan-cell title="客户信息" style="color:#666;"></zan-cell>
|
|
|
|
|
- <zan-cell title="姓名" value="">
|
|
|
|
|
- <text>{{uName}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="联系方式" value="">
|
|
|
|
|
- <text>{{uMobile}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="收货地址" value="">
|
|
|
|
|
- <text>{{uAddress}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
-</zan-cell-group>
|
|
|
|
|
-<zan-dialog id="zan-dialog-test"></zan-dialog>
|
|
|
|
|
-<zan-toast id="zan-toast-test"></zan-toast>
|
|
|
|
|
-<zan-cell-group title-width="90">
|
|
|
|
|
- <zan-cell title="配件清单" value="" style="color:#999;"></zan-cell>
|
|
|
|
|
- <view class='list-box' wx:for="{{parts}}">
|
|
|
|
|
- <view class='thing'>{{item.name}}</view>
|
|
|
|
|
- <view class='num'>{{item.count}}个</view>
|
|
|
|
|
|
|
+<view style='background-color:#fff'>
|
|
|
|
|
+ <view class='sp' wx:if='{{showpic}}' bindtap='hidepic'>
|
|
|
|
|
+ <image src='{{pic_url}}' class='show_pic'></image>
|
|
|
</view>
|
|
</view>
|
|
|
-</zan-cell-group>
|
|
|
|
|
-<zan-cell-group title-width="130">
|
|
|
|
|
- <zan-cell title="订单进度" value="" style="color:#666;"></zan-cell>
|
|
|
|
|
- <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>
|
|
|
|
|
|
|
+ <zan-cell-group title-width="90">
|
|
|
|
|
+ <zan-cell title="订单编号" value="{{order_status}}">
|
|
|
|
|
+ <text style='color:red;'>{{order_num}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="二维码" value="">
|
|
|
|
|
+ <image src='{{pic_url}}' class='qrcode' bindtap='showPic' data-src='{{pic_url}}'></image>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="交易时间" value="">
|
|
|
|
|
+ <text>{{order_created_time}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <hr/>
|
|
|
|
|
+ <zan-cell-group title-width="90">
|
|
|
|
|
+ <zan-cell title="商品名称" value="">
|
|
|
|
|
+ <text>{{gCategory}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="品类" value="">
|
|
|
|
|
+ <text>{{gType}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="颜色" value="">
|
|
|
|
|
+ <text>{{gColor}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="问题描述" value="">
|
|
|
|
|
+ <text>{{gDescription}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <view wx:if="{{theimgs}}" class='pic-box'>
|
|
|
|
|
+ <image wx:for='{{theimgs}}' src="{{item}}" data-list="{{theimgs}}" data-src='{{item}}' bindtap='preImg'></image>
|
|
|
</view>
|
|
</view>
|
|
|
- <zan-cell title="预计完成时间" value="" style="color:#666;">
|
|
|
|
|
- <text>{{expected_time}}</text>
|
|
|
|
|
- </zan-cell>
|
|
|
|
|
- <zan-cell title="备注" value="" style="color:#666;">{{msg}}</zan-cell>
|
|
|
|
|
-</zan-cell-group>
|
|
|
|
|
-<zan-toast id="zan-toast-test"></zan-toast>
|
|
|
|
|
-<!-- <zan-row wx:if="{{who!='manage'}}"> -->
|
|
|
|
|
-<zan-row>
|
|
|
|
|
- <zan-col col="4">
|
|
|
|
|
- <text style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
- <zan-col col="5">
|
|
|
|
|
- <text wx:if="{{status==2}}" style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
- <zan-col col="15">
|
|
|
|
|
- <text wx:if="{{status==!2}}" style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
- <zan-col col="4" offset="1">
|
|
|
|
|
- <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
- <button form-type="submit" bindtap='dayin' class='dayin' wx:if='{{status==2}}'>打印</button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
- <zan-col col="4" offset="1">
|
|
|
|
|
- <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
- <button form-type="submit" wx:if="{{status==2}}" bindtap='fahuo' class='fahuo'>发货</button>
|
|
|
|
|
- </form>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
- <zan-col col="4" offset="1">
|
|
|
|
|
- <button class='back' bindtap='fanhui'>返回</button>
|
|
|
|
|
- </zan-col>
|
|
|
|
|
-</zan-row>
|
|
|
|
|
-<modal hidden="{{hiddenmodalput}}" title="发货" confirm-text="提交" cancel-text="取消" bindcancel="cancel" bindconfirm="confirm">
|
|
|
|
|
-<input type='text' placeholder="请添加备注" bindblur='getRemark'/>
|
|
|
|
|
-</modal>
|
|
|
|
|
-<view class='float-icon'>
|
|
|
|
|
|
|
+ <zan-cell-group title-width="90">
|
|
|
|
|
+ <zan-cell title="客户信息" style="color:#666;"></zan-cell>
|
|
|
|
|
+ <zan-cell title="姓名" value="">
|
|
|
|
|
+ <text>{{uName}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="联系方式" value="">
|
|
|
|
|
+ <text>{{uMobile}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="收货地址" value="">
|
|
|
|
|
+ <text>{{uAddress}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <zan-dialog id="zan-dialog-test"></zan-dialog>
|
|
|
|
|
+ <zan-toast id="zan-toast-test"></zan-toast>
|
|
|
|
|
+ <zan-cell-group title-width="90">
|
|
|
|
|
+ <zan-cell title="配件清单" value="" style="color:#999;"></zan-cell>
|
|
|
|
|
+ <view class='list-box' wx:for="{{parts}}">
|
|
|
|
|
+ <view class='thing'>{{item.name}}</view>
|
|
|
|
|
+ <view class='num'>{{item.count}}个</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <zan-cell-group title-width="130">
|
|
|
|
|
+ <zan-cell title="订单进度" value="" style="color:#666;"></zan-cell>
|
|
|
|
|
+ <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:#666;">
|
|
|
|
|
+ <text>{{expected_time}}</text>
|
|
|
|
|
+ </zan-cell>
|
|
|
|
|
+ <zan-cell title="备注" value="" style="color:#666;">{{msg}}</zan-cell>
|
|
|
|
|
+ </zan-cell-group>
|
|
|
|
|
+ <zan-toast id="zan-toast-test"></zan-toast>
|
|
|
|
|
+ <!-- <zan-row wx:if="{{who!='manage'}}"> -->
|
|
|
|
|
+ <zan-row>
|
|
|
|
|
+ <zan-col col="4">
|
|
|
|
|
+ <text style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="5">
|
|
|
|
|
+ <text wx:if="{{status==2}}" style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="15">
|
|
|
|
|
+ <text wx:if="{{status==!2}}" style='color:rgba(0,0,0,0)'>0</text>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="4" offset="1">
|
|
|
|
|
+ <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
+ <button form-type="submit" bindtap='dayin' class='dayin' wx:if='{{status==2}}'>打印</button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="4" offset="1">
|
|
|
|
|
+ <form bindsubmit='upFormID' report-submit='true'>
|
|
|
|
|
+ <button form-type="submit" wx:if="{{status==2}}" bindtap='fahuo' class='fahuo'>发货</button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ <zan-col col="4" offset="1">
|
|
|
|
|
+ <button class='back' bindtap='fanhui'>返回</button>
|
|
|
|
|
+ </zan-col>
|
|
|
|
|
+ </zan-row>
|
|
|
|
|
+ <modal hidden="{{hiddenmodalput}}" title="发货" confirm-text="提交" cancel-text="取消" bindcancel="cancel" bindconfirm="confirm">
|
|
|
|
|
+ <input type='text' placeholder="请添加备注" bindblur='getRemark' />
|
|
|
|
|
+ </modal>
|
|
|
|
|
+ <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 class='dial' style='background-image:url("https://t6.9026.com/upload/images/20180815/884b8b528800f9fdecd901bb5b871f4a.png");background-size:100% 100%' catchtap='backhome'></view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view>
|
|
|
|
|
+</view>
|