Commit 51983446 authored by Marcus's avatar Marcus

web下单,品牌可以非必选,后台下单品牌是必须,需要统一

http://zentao.jdshangmen.com/bug-view-1070.html
parent 311e6ff2
...@@ -500,7 +500,6 @@ export default { ...@@ -500,7 +500,6 @@ export default {
if (this.warehousing.brand && this.warehousing.brand !== 0){ if (this.warehousing.brand && this.warehousing.brand !== 0){
this.form.brand = this.warehousing.brand.toString() || '' this.form.brand = this.warehousing.brand.toString() || ''
} }
t
this.handleBrandChange(this.form.brand) this.handleBrandChange(this.form.brand)
getWarehouseLastUpdateApprovalInfo({ getWarehouseLastUpdateApprovalInfo({
orderItemId: this.warehousing.orderItemId, orderItemId: this.warehousing.orderItemId,
......
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