Commit 88c071ec authored by Marcus's avatar Marcus

【2.0-空运】A2300016NG入仓补充,待入仓的品名- 点击入仓按钮,特性未回显

https://zentao.test.jdshangmen.com/bug-view-4873.html
parent 7028fab8
...@@ -743,7 +743,7 @@ export default { ...@@ -743,7 +743,7 @@ export default {
this.form.orderId = this.warehousing.orderId this.form.orderId = this.warehousing.orderId
this.form.orderItemId = this.warehousing.orderItemId this.form.orderItemId = this.warehousing.orderItemId
this.form.orderNo = this.warehousing.orderNo this.form.orderNo = this.warehousing.orderNo
if (this.edit || this.isAdd) { if ((this.edit || this.isAdd) && this.warehousing.warehouseInProdAttrIds !== null ) {
this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e) || [] this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e) || []
} else { } else {
this.form.warehouseInProdAttrIds = this.form.warehouseInProdAttrIds =
......
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