Commit 540f1a35 authored by dragondean@qq.com's avatar dragondean@qq.com

出货不显示仓库修改备货

parent 62b7752f
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
<template v-if="exclude(scope.row.status, [0, 11,12,13,14,15,17,18]) && exclude(scope.row.inWarehouseState, [204,205,206])"> <template v-if="exclude(scope.row.status, [0, 11,12,13,14,15,17,18, 32]) && exclude(scope.row.inWarehouseState, [204,205,206])">
<!-- <el-divider direction="vertical"></el-divider> --> <!-- <el-divider direction="vertical"></el-divider> -->
<!--仓库相关的--> <!--仓库相关的-->
<el-dropdown v-hasPermi="[ <el-dropdown v-hasPermi="[
...@@ -468,7 +468,8 @@ ...@@ -468,7 +468,8 @@
<!--修改备货--> <!--修改备货-->
<template v-if=" <template v-if="
include(scope.row.airShipment, [3, 4, 10]) && include(scope.row.airShipment, [3, 4, 10]) &&
scope.row.abnormalState === 0 scope.row.abnormalState === 0 &&
scope.row.status <= 5
"> ">
<el-dropdown-item @click.native="$router.push({path:'/order/stocking?action=update&id=' + scope.row.orderId})" v-hasPermi="['ecw:order:stocking_update']">{{$t('修改备货')}}</el-dropdown-item> <el-dropdown-item @click.native="$router.push({path:'/order/stocking?action=update&id=' + scope.row.orderId})" v-hasPermi="['ecw:order:stocking_update']">{{$t('修改备货')}}</el-dropdown-item>
</template> </template>
......
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