|
@ -312,7 +312,7 @@ |
|
|
this.detailSource.subList.forEach(item => { |
|
|
this.detailSource.subList.forEach(item => { |
|
|
itemCodes.push(item.itemCode) |
|
|
itemCodes.push(item.itemCode) |
|
|
}) |
|
|
}) |
|
|
await getManagementPrecisions(itemCodes, that.toLocationCode, res => { |
|
|
await getManagementPrecisions(itemCodes, this.toLocationCode, res => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.managementList = res.list; |
|
|
this.managementList = res.list; |
|
|
var params = this.setParams() |
|
|
var params = this.setParams() |
|
|