Commit 0710518c authored by Marcus's avatar Marcus

Revert "新订单入仓操作时,品牌显示0"

This reverts commit 43a481bc.
parent ad60d709
...@@ -372,7 +372,7 @@ export default { ...@@ -372,7 +372,7 @@ export default {
opened: false, opened: false,
brandList: [], brandList: [],
form: { form: {
"brand": "", "brand": "0",
"brandType": 0, "brandType": 0,
"inTime": "", "inTime": "",
"material": "", "material": "",
...@@ -399,7 +399,7 @@ export default { ...@@ -399,7 +399,7 @@ export default {
quantityAll: [{required: true, message: "数量不能为空", trigger: "blur"}] quantityAll: [{required: true, message: "数量不能为空", trigger: "blur"}]
}, },
form1: { form1: {
"brand": "", "brand": "0",
"brandType": 0, "brandType": 0,
"inTime": "", "inTime": "",
"material": "", "material": "",
...@@ -438,7 +438,7 @@ export default { ...@@ -438,7 +438,7 @@ export default {
opened(val) { opened(val) {
if (val) { if (val) {
this.form.material = this.warehousing.material this.form.material = this.warehousing.material
this.form.brand = this.warehousing.brand || '无牌' this.form.brand = this.warehousing.brand || '0'
this.handleBrandChange(this.form.brand) this.handleBrandChange(this.form.brand)
} else { } else {
this.$emit('update:visible', false) 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