Commit 09bbf5f3 authored by knight's avatar knight Committed by wux

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

parent a2edcf96
......@@ -1641,6 +1641,7 @@
"(垫)": "(pad)",
"(空)": "(null)",
"费用申请": "Fee Application",
"修改货值": "Edit Value",
"添加申请": "Add application",
"付款类型": "Payment Type",
"确认收款": "Confirm payment",
......
......@@ -370,13 +370,16 @@
<!-- 修改货值(已预装/已理货/添加到预装) -->
<template v-if="scope.row.status == 11 ||
scope.row.auditType == 18 ||
scope.row.auditType == 19 ||
scope.row.auditType == 24 ||
scope.row.auditType == 25 ||
scope.row.auditType == 50 ||
scope.row.auditType == 51 ||
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.shipmentState == 304) ||
(scope.row.status == 5 && scope.row.inWarehouseState == 202)
">
<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