Feat:催发货

This commit is contained in:
LinCyJang
2025-07-28 02:08:03 +08:00
parent 07618635f1
commit 29799b8737
+11 -1
View File
@@ -398,7 +398,10 @@
</template>
<template v-if="status.type == 1" >
<view class="v12-justify-between " style="width: 100%">
<view class="bnt v12-dark-text v12-dark-border cancel" @click="goRoom(orderInfo)">联系商家</view>
<view class="v12-justify-between ">
<view class="bnt v12-dark-text v12-dark-border cancel" @click="goRoom(orderInfo)">联系商家</view>
<view class="bnt v12-dark-text v12-dark-border cancel" @click="delayOrder">催发货</view>
</view>
<view class="bnt v12-primary-text v12-primary-border cancel" @click="goGoodsReturn2(orderInfo)">申请退款</view>
</view>
</template>
@@ -608,6 +611,13 @@ export default {
},
methods: {
copyClipboard,
//催发货
delayOrder() {
uni.showToast({
icon: 'none',
title: '您已催促成功,商家正在抓紧备货'
})
},
getDay(id, delivery) {
const params = {
orderId: id,