Explorar el Código

订单处理

master
chenchaod hace 1 semana
padre
commit
2dc84c4f51
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5
    4
      src/views/onlineBusinessHall/orderManagement/index.vue

+ 5
- 4
src/views/onlineBusinessHall/orderManagement/index.vue Ver fichero

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

Cargando…
Cancelar
Guardar