|
@ -186,6 +186,12 @@ |
|
|
that.subList = res.data.subList; |
|
|
that.subList = res.data.subList; |
|
|
that.detailSource = getTreeDataSource(that.subList) |
|
|
that.detailSource = getTreeDataSource(that.subList) |
|
|
|
|
|
|
|
|
|
|
|
that.detailSource.forEach(r => { |
|
|
|
|
|
r.subList.forEach(s => { |
|
|
|
|
|
s.inventoryStatus = s.inspectResult;//更新检验结果状态 |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
that.fromLocationCode = that.subList[0].fromLocationCode |
|
|
that.fromLocationCode = that.subList[0].fromLocationCode |
|
|
that.jobToLocationCode = that.subList[0].toLocationCode; |
|
|
that.jobToLocationCode = that.subList[0].toLocationCode; |
|
|
that.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes) |
|
|
that.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes) |
|
|