Commit b8d1dc71 authored by dragondean@qq.com's avatar dragondean@qq.com

提货入口显示异常

parent c55f01cd
......@@ -304,7 +304,7 @@
<!-- 确认提货 -->
<template v-if="
scope.row.status >= 5 &&
!scope.row.abnormalState &&
exclude(scope.row.inWarehouseState, [1,99,2,3,4,9,10,11,12,14]) &&
exclude(scope.row.inWarehouseState, [204,205,206])
">
<el-dropdown-item @click.native="$router.push(`/order/release?orderId=${scope.row.orderId}`)" v-hasPermi="['ecw:order:release']">{{$t('确认提货')}}</el-dropdown-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment