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

异常不让备货

parent 48ab6cde
......@@ -445,14 +445,17 @@
</template>
<!--开始备货-->
<!--需要异常处理后才能备货 https://zentao.test.jdshangmen.com/bug-view-4736.html-->
<template v-if="
include(scope.row.airShipment, [2])
include(scope.row.airShipment, [2]) &&
scope.row.abnormalState === 0
">
<el-dropdown-item @click.native="$router.push({path:'/order/stocking?id=' + scope.row.orderId})" v-hasPermi="['ecw:order:stocking']">{{$t('开始备货')}}</el-dropdown-item>
</template>
<!--修改备货-->
<template v-if="
include(scope.row.airShipment, [3, 4, 10])
include(scope.row.airShipment, [3, 4, 10]) &&
scope.row.abnormalState === 0
">
<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>
......
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