|
@ -259,8 +259,8 @@ export default{ |
|
|
this.number.suffix=(e.specDescribe.match(/\/(.+)/)||['',''])[1] |
|
|
this.number.suffix=(e.specDescribe.match(/\/(.+)/)||['',''])[1] |
|
|
}else{ |
|
|
}else{ |
|
|
this.number.suffix="kg" |
|
|
this.number.suffix="kg" |
|
|
} |
|
|
|
|
|
this.searchStock(e.inventoryId) |
|
|
this.searchStock(e.inventoryId) |
|
|
|
|
|
} |
|
|
this.formData.goodsId=e.goodsId |
|
|
this.formData.goodsId=e.goodsId |
|
|
}) |
|
|
}) |
|
|
this.init() |
|
|
this.init() |
|
|