Commit 6175f3f4 authored by knight's avatar knight Committed by wux

bug210 【订单列表-修改货值】预装反审中的订单,应该能进行<修改货值>操作

parent 3d8aceec
......@@ -369,9 +369,13 @@
</template>
<!-- 修改货值(已预装/已理货/添加到预装) -->
<template v-if="scope.row.shipmentState == 307 ||
<template v-if="scope.row.status == 11 ||
scope.row.auditType == 24 ||
scope.row.auditType == 25 ||
scope.row.auditType == 51 ||
scope.row.shipmentState == 407 ||
scope.row.shipmentState == 409 ||
scope.row.shipmentState == 411 ||
(scope.row.status == 5 && scope.row.shipmentState == 304)
">
<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