Commit 4b913bac authored by 黄卓's avatar 黄卓

入仓修改品牌错误,货物行数错误

 http://zentao.jdshangmen.com/bug-view-664.html
parent 86bc7d9d
......@@ -431,7 +431,7 @@ export default {
opened(val) {
if (val) {
this.form.material = this.warehousing.material
this.form.brand = this.warehousing.brand
this.form.brand = this.warehousing.brand || '0'
this.handleBrandChange(this.form.brand)
} else {
this.$emit('update:visible', false)
......
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