|
|
@ -219,7 +219,10 @@ |
|
|
|
that.jobContent = res.data; |
|
|
|
that.subList = res.data.subList; |
|
|
|
that.jobStatus = res.data.status |
|
|
|
that.jobToLocationCode = that.subList[0].toLocationCode |
|
|
|
that.jobToLocationCode = that.subList[0].toLocationCode |
|
|
|
if(that.jobContent.allowModifyLocation=='FALSE'){ |
|
|
|
that.toLocationCode = that.subList[0].toLocationCode |
|
|
|
} |
|
|
|
that.toLocationTypeList = getDirectoryItemArray(that.jobContent.toLocationTypes) |
|
|
|
that.detailSource = getDataSource(that.subList) |
|
|
|
that.detailSource.forEach(r => { |
|
|
|