|
|
@@ -101,7 +101,7 @@
|
|
|
<uni-popup ref="morePopup" background-color="#fff" type="center" :animation="true" class="class-popup-style">
|
|
|
<view style="padding:30upx 40upx;width:50vw;">
|
|
|
<view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:190upx;" @click="addExpress(item)">顺丰下单</button></view>
|
|
|
- <!-- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:190upx;" @click="cancelExpress(item)">取消顺丰订单</button></view> -->
|
|
|
+ <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:190upx;" @click="cancelExpress(item)">取消顺丰订单</button></view>
|
|
|
<view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:190upx;" @click="fillNoFh(item)">填单发货</button></view>
|
|
|
<!-- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:190upx;" @click="sim(item)">模拟</button></view> -->
|
|
|
<view style="text-align: center;"><button class="admin-button-com default" @click="closeMore" style="margin:10upx auto 0 auto;width:190upx;">取消</button></view>
|
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
cancelExpressOrder({id:item.id}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|
|
|
- this.closeExpressPop()
|
|
|
+ this.closeMore()
|
|
|
}
|
|
|
})
|
|
|
})
|