|
|
@ -500,15 +500,8 @@ const addBefore = () => { |
|
|
console.log('ReadCookies',ReadCookiesValue.value); |
|
|
console.log('ReadCookies',ReadCookiesValue.value); |
|
|
if (Object.keys(ReadCookiesValue.value).length > 0) { |
|
|
if (Object.keys(ReadCookiesValue.value).length > 0) { |
|
|
await selectByOrderCode(ReadCookiesValue.value.orderCode) |
|
|
await selectByOrderCode(ReadCookiesValue.value.orderCode) |
|
|
if(historyOrder.value.type == 1 ){ |
|
|
|
|
|
if(historyOrder.value.auditStatus == 1 ){ |
|
|
|
|
|
if(historyOrder.value.isRefund == 0){ |
|
|
|
|
|
orderStatus.value = '正常' |
|
|
|
|
|
}else if(historyOrder.value.isRefund == 1){ |
|
|
|
|
|
orderStatus.value = '已退款' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
orderStatus.value = historyOrder.value.isRefundDesc |
|
|
|
|
|
ReadCookiesValue.value.goodsName = historyOrder.value.goodsName |
|
|
ConsumeDialogVisible.value = true; |
|
|
ConsumeDialogVisible.value = true; |
|
|
} else { |
|
|
} else { |
|
|
FirstConsumeDialogVisible.value = true; |
|
|
FirstConsumeDialogVisible.value = true; |
|
|
@ -1060,7 +1053,7 @@ onMounted(async function () { |
|
|
<div> |
|
|
<div> |
|
|
<el-divider border-style="dashed" /> |
|
|
<el-divider border-style="dashed" /> |
|
|
<p>{{ $t('common_add.similarCosumeRecords') }}</p> |
|
|
<p>{{ $t('common_add.similarCosumeRecords') }}</p> |
|
|
· {{ ReadCookiesValue.payTime }} {{ $t('common_add.buy') }} 【{{ addConsume.goodsName.value }}】【{{ $t('common_add.orderStatus') }}: {{ orderStatus }}】({{ |
|
|
|
|
|
|
|
|
· {{ ReadCookiesValue.payTime }} {{ $t('common_add.buy') }} 【{{ ReadCookiesValue.goodsName }}】【{{ $t('common_add.orderStatus') }}: {{ orderStatus }}】({{ |
|
|
$t('common_add.operator') }}: {{ adminData.adminName }}) |
|
|
$t('common_add.operator') }}: {{ adminData.adminName }}) |
|
|
</div> |
|
|
</div> |
|
|
<div style="margin-top: 10px"> |
|
|
<div style="margin-top: 10px"> |
|
|
|