Browse Source

分批发货

master
jiazhipeng 9 months ago
parent
commit
691e356a13
  1. 2
      pages/user/order/postOrderInfo/index.js
  2. 6
      pages/user/order/postOrderInfo/index.wxml
  3. 2
      pages/user/order/sceneOrderInfo/index.wxml
  4. 2
      project.private.config.json

2
pages/user/order/postOrderInfo/index.js

@ -369,7 +369,7 @@ getInfo () {
} }
}) })
} else { } else {
res.data.is_all_confirm = true; res.data.is_all_confirm = false;
} }
this.setData({ this.setData({

6
pages/user/order/postOrderInfo/index.wxml

@ -129,9 +129,7 @@
<view class="detail-item"> <view class="detail-item">
<text>运费:</text> <text>运费:</text>
<view> <view>
<text style="padding-right: 56rpx;" wx:if="{{info.total_post_fee&&info.order_product_list[0].is_batch_shipment==1}}"> <text style="padding-right: 56rpx;" wx:if="{{info.total_post_fee&&info.order_product_list[0].is_batch_shipment==1}}">¥{{info.total_post_fee/info.order_product_list[0].batch_count/100}} x{{info.order_product_list[0].batch_count}}</text>
¥{{info.total_post_fee/info.order_product_list[0].batch_count/100}} x{{info.order_product_list[0].batch_count}}
</text>
<text>{{info.total_post_fee?("¥"+info.total_post_fee/100):"包邮"}}</text> <text>{{info.total_post_fee?("¥"+info.total_post_fee/100):"包邮"}}</text>
</view> </view>
</view> </view>
@ -160,7 +158,7 @@
</view> </view>
<view class="detail-item" wx:if="{{info.pay_method}}"> <view class="detail-item" wx:if="{{info.pay_method}}">
<text>支付方式:</text> <text>支付方式:</text>
<text>{{pay_methods[info.pay_method]}}</text> <text>{{info.pay_method_text}}</text>
</view> </view>
<view class="btns" style="border-top:1rpx solid #ccc;margin-top: 12rpx;" wx:if="{{info.state!='CLOSED'}}"> <view class="btns" style="border-top:1rpx solid #ccc;margin-top: 12rpx;" wx:if="{{info.state!='CLOSED'}}">

2
pages/user/order/sceneOrderInfo/index.wxml

@ -280,7 +280,7 @@
</view> </view>
<view class="detail-item" wx:if="{{info.pay_method}}"> <view class="detail-item" wx:if="{{info.pay_method}}">
<text>支付方式:</text> <text>支付方式:</text>
<text>{{pay_methods[info.pay_method]}}</text> <text>{{info.pay_method_text}}</text>
</view> </view>
<view class="btns" style="border-top:1rpx solid #ccc;margin-top: 12rpx;" wx:if="{{info.state!='CLOSED'}}"> <view class="btns" style="border-top:1rpx solid #ccc;margin-top: 12rpx;" wx:if="{{info.state!='CLOSED'}}">

2
project.private.config.json

@ -9,7 +9,7 @@
{ {
"name": "pages/info/postProductInfo/index", "name": "pages/info/postProductInfo/index",
"pathName": "pages/info/postProductInfo/index", "pathName": "pages/info/postProductInfo/index",
"query": "id=457634", "query": "id=457632",
"launchMode": "default", "launchMode": "default",
"scene": null "scene": null
}, },

Loading…
Cancel
Save