Commit c26a3e5d authored by Marcus's avatar Marcus

【2.0-打包历史】NA2300227L打包历史详情未显示商品特性

https://zentao.test.jdshangmen.com/bug-view-4599.html
parent 4e462532
...@@ -743,10 +743,15 @@ export default { ...@@ -743,10 +743,15 @@ 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
this.form.warehouseInProdAttrIds = if (this.edit || this.isAdd) {
this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e) this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e) || []
|| this.warehousing.prodAttrIds?.split(',').map(e => +e) } else {
|| [] this.form.warehouseInProdAttrIds =
this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e)
|| this.warehousing.prodAttrIds?.split(',').map(e => +e)
|| []
}
this.form.prodId = this.warehousing.prodId this.form.prodId = this.warehousing.prodId
this.form.prodTitleEn = this.warehousing.prodTitleEn this.form.prodTitleEn = this.warehousing.prodTitleEn
this.form.prodTitleZh = this.warehousing.prodTitleZh this.form.prodTitleZh = this.warehousing.prodTitleZh
......
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