|
|
@@ -63,7 +63,7 @@
|
|
|
<view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
|
|
|
margin-top:20upx;font-size:34upx;background-color:#09C567;padding-top:12upx;padding-bottom:12upx;display: flex;justify-content: center;"
|
|
|
@click.stop="$util.pageTo({url:'/admin/order/itemOrder?ids='+item.sameTimeIds})">
|
|
|
- 本客户共有{{item.sameTimeIdsNum?item.sameTimeIdsNum:0}}个订单,可合并发货
|
|
|
+ 共有{{item.sameTimeIdsNum?item.sameTimeIdsNum:0}}个订单,点击查看
|
|
|
</view>
|
|
|
<view class="list-button">
|
|
|
|