Commit 546acc46 authored by dragondean@qq.com's avatar dragondean@qq.com

增加出货状态判断是否允许编辑商品信息

parent 13854378
......@@ -629,7 +629,7 @@ export default {
},
// 是否已完成入仓
inWarehouse(){
return !!this.form.inWarehouseState && this.form.inWarehouseState > 201
return (!!this.form.inWarehouseState && this.form.inWarehouseState > 201) || this.form.shipmentState > 0
},
exportCityList(){
return this.tradeCityList.filter(item => item.type == 2 || item.type == 3)
......
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