|
@ -399,7 +399,7 @@ |
|
|
item.value = item |
|
|
item.value = item |
|
|
}) |
|
|
}) |
|
|
this.itemCodeList = res.data |
|
|
this.itemCodeList = res.data |
|
|
this.showItemCodeSelect = true |
|
|
// this.showItemCodeSelect = true |
|
|
|
|
|
|
|
|
if (this.itemCodeList.length == 1) { |
|
|
if (this.itemCodeList.length == 1) { |
|
|
this.itemCode = this.itemCodeList[0].itemCode; |
|
|
this.itemCode = this.itemCodeList[0].itemCode; |
|
@ -449,6 +449,7 @@ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clearPackUnit() { |
|
|
clearPackUnit() { |
|
|
this.packUnitName = "请选择包装规格" |
|
|
this.packUnitName = "请选择包装规格" |
|
|
this.packUnit = "" |
|
|
this.packUnit = "" |
|
|