Commit 4bce87b9 authored by knight's avatar knight Committed by wux

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

parent 09bbf5f3
......@@ -378,8 +378,7 @@
scope.row.shipmentState == 407 ||
scope.row.shipmentState == 409 ||
scope.row.shipmentState == 411 ||
(scope.row.status == 5 && scope.row.shipmentState == 304) ||
(scope.row.status == 5 && scope.row.inWarehouseState == 202)
(scope.row.status == 5 && scope.row.shipmentState == 304)
">
<el-dropdown-item
@click.native="handleUpdate(scope.row,false ,true)"
......
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