|
|
@@ -100,11 +100,11 @@
|
|
|
|
|
|
<uni-popup ref="morePopup" background-color="#fff" type="center" :animation="true" class="class-popup-style">
|
|
|
<view style="padding:30upx 40upx;width:70vw;">
|
|
|
- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:230upx;height:80upx;line-height: 80upx;font-size:28upx;" @click="addExpress(item)">顺丰下单</button></view>
|
|
|
- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:230upx;height:80upx;line-height: 80upx;font-size:28upx;" @click="cancelExpress(item)">取消顺丰订单</button></view>
|
|
|
- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:230upx;height:80upx;line-height: 80upx;font-size:28upx;" @click="fillNoFh(item)">填单发货</button></view>
|
|
|
- <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:230upx;height:80upx;line-height: 80upx;font-size:28upx;" @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:230upx;height:80upx;line-height: 80upx;font-size:28upx;">取消</button></view>
|
|
|
+ <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:240upx;height:80upx;line-height: 80upx;font-size:29upx;" @click="addExpress(item)">顺丰下单</button></view>
|
|
|
+ <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:240upx;height:80upx;line-height: 80upx;font-size:29upx;" @click="cancelExpress(item)">取消顺丰订单</button></view>
|
|
|
+ <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:240upx;height:80upx;line-height: 80upx;font-size:29upx;" @click="fillNoFh(item)">填单发货</button></view>
|
|
|
+ <view style="text-align: center;"><button class="admin-button-com" style="margin:0 auto 30upx auto;width:240upx;height:80upx;line-height: 80upx;font-size:29upx;" @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:240upx;height:80upx;line-height: 80upx;font-size:29upx;">取消</button></view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
|