|
|
@@ -18,9 +18,9 @@
|
|
|
|
|
|
<view class="bottom-bar-view" v-if="!$util.isEmpty(ids)">
|
|
|
<view class="bar-content">
|
|
|
- <button class="admin-button-com big blue" @click="batchFh()">全部发货</button>
|
|
|
+ <button class="admin-button-com big blue" open-type="share" @click="shareAllOrder()">全部分享</button>
|
|
|
+ <button class="admin-button-com big blue" style="margin-left: 50upx;" @click="batchFh()">全部发货</button>
|
|
|
<button class="admin-button-com big blue" style="margin-left: 50upx;" @click="batchPrint()">合并打印</button>
|
|
|
- <button class="admin-button-com big blue" style="margin-left: 50upx;" open-type="share" @click="shareAllOrder()">全部分享</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|