|
|
@@ -141,7 +141,7 @@ |
|
|
|
value-format="YYYY-MM-DDTHH:mm:ss" |
|
|
|
/> |
|
|
|
</template> |
|
|
|
<template #searchCustomButton> |
|
|
|
<!-- <template #searchCustomButton> |
|
|
|
<el-button |
|
|
|
v-if="IsPermission(route, 'DELIVERY_INFORMATION_ENTRY')" |
|
|
|
type="warning" |
|
|
@@ -177,7 +177,7 @@ |
|
|
|
> |
|
|
|
发货信息导出 |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
</template> --> |
|
|
|
<template #button2> |
|
|
|
<el-tabs @tab-click="handleClick" v-model="activeName"> |
|
|
|
<el-tab-pane |
|
|
@@ -217,6 +217,7 @@ |
|
|
|
scope.row.orderStep === 'AUDIT_FAIL' || |
|
|
|
scope.row.orderStep === 'WAITING_SEND') && |
|
|
|
scope.row.orderStatus === 'NORMAL' && |
|
|
|
scope.row.orderSource != 'CHANNEL' && |
|
|
|
IsPermission(route, 'CANCEL_ORDER_LIST') && |
|
|
|
channelOperationAuthority(scope.row.agencyId) |
|
|
|
" |
|
|
@@ -1518,12 +1519,12 @@ let tageList = [ |
|
|
|
value: "WAITING_ACTIVE", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "换货", |
|
|
|
label: "换货待处理", |
|
|
|
name: "APPLY_CHANGE", |
|
|
|
value: "APPLY_CHANGE", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "退货", |
|
|
|
label: "退货待处理", |
|
|
|
name: "APPLY_RETURN", |
|
|
|
value: "APPLY_RETURN", |
|
|
|
}, |