Commit 2440020a authored by Marcus's avatar Marcus

http://zentao.jdshangmen.com/bug-view-1803.html

一个订单多个商品,后面的商品首次入仓会自动填充前面的品牌
parent d40cf1b9
......@@ -498,6 +498,8 @@ export default {
this.form.material = this.warehousing.material
if (this.warehousing.brand && this.warehousing.brand !== 0){
this.form.brand = this.warehousing.brand.toString() || ''
} else {
this.form.brand = ''
}
this.handleBrandChange(this.form.brand)
getWarehouseLastUpdateApprovalInfo({
......
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