|
|
|
@ -1124,7 +1124,7 @@ export default {
|
|
|
|
|
console.log('adfadsfvasd', aa.data.data); |
|
|
|
|
this.getQuery = aa.data.data.records[0]; |
|
|
|
|
this.getQuery.quantityStock = row.row.quantityStock; |
|
|
|
|
// this.formInline.descriptionGoods = this.getQuery.name; |
|
|
|
|
this.formInline.descriptionGoods = this.getQuery.name; |
|
|
|
|
let q = this.distributionUnit.find(i => i.dictKey == this.getQuery.logpmUnit); |
|
|
|
|
this.getQuery.logpmUnitName = q.dictValue; |
|
|
|
|
// getListParcelDetails(this.pageDetails.currentPage,this.pageDetails.pageSize,par).then(res => { |
|
|
|
|