|
@@ -43,13 +43,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
- <view>销售人员:</view>
|
|
|
|
|
- <view>{{ detailInfo.adminName }}</view>
|
|
|
|
|
|
|
+ <view>开单:</view>
|
|
|
|
|
+ <view>{{ detailInfo.shopAdminName }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="order-info_box">
|
|
|
|
|
- <view>销售部门:</view>
|
|
|
|
|
- <view>2020 11-22</view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
<view>出货日期:</view>
|
|
<view>出货日期:</view>
|
|
|
<view>{{ detailInfo.outTime }}</view>
|
|
<view>{{ detailInfo.outTime }}</view>
|
|
@@ -58,14 +54,15 @@
|
|
|
<view>欠款:</view>
|
|
<view>欠款:</view>
|
|
|
<view>{{ detailInfo.debt==1?'是':'-' }}</view>
|
|
<view>{{ detailInfo.debt==1?'是':'-' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="order-info_box">
|
|
|
|
|
+ <view>配送方式:</view>
|
|
|
|
|
+ <view>{{ detailInfo.sendType==1?'待确认':detailInfo.sendType==2?'自取':detailInfo.sendType==3?'本店送':detailInfo.sendType==4?'快递配送':'未知' }}</view>
|
|
|
|
|
+ </view>
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
<view>订单状态:</view>
|
|
<view>订单状态:</view>
|
|
|
<view>{{ detailInfo.status==1?'待付款':detailInfo.status==2?'待配送':detailInfo.status==3?'配送中':detailInfo.status==4?'已完成':detailInfo.status==5?'已取消':'已退款' }}</view>
|
|
<view>{{ detailInfo.status==1?'待付款':detailInfo.status==2?'待配送':detailInfo.status==3?'配送中':detailInfo.status==4?'已完成':detailInfo.status==5?'已取消':'已退款' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="order-info_box">
|
|
|
|
|
- <view>销售门店:</view>
|
|
|
|
|
- <view>2020 11-22</view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<view class="content-box shipping-address" v-if="detailInfo.expressProgress!=''">
|
|
<view class="content-box shipping-address" v-if="detailInfo.expressProgress!=''">
|
|
|
<view> 配送进展:<text>{{ detailInfo.expressProgress.progressName }}</text> </view>
|
|
<view> 配送进展:<text>{{ detailInfo.expressProgress.progressName }}</text> </view>
|