Commit 0710518c authored by Marcus's avatar Marcus

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

This reverts commit 43a481bc.
parent ad60d709
......@@ -372,7 +372,7 @@ export default {
opened: false,
brandList: [],
form: {
"brand": "",
"brand": "0",
"brandType": 0,
"inTime": "",
"material": "",
......@@ -399,7 +399,7 @@ export default {
quantityAll: [{required: true, message: "数量不能为空", trigger: "blur"}]
},
form1: {
"brand": "",
"brand": "0",
"brandType": 0,
"inTime": "",
"material": "",
......@@ -438,7 +438,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