|
@ -214,6 +214,9 @@ |
|
|
that.subList = res.data.subList; |
|
|
that.subList = res.data.subList; |
|
|
that.jobStatus = res.data.status |
|
|
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.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes) |
|
|
that.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes) |
|
|
that.detailSource = getDataSource(that.subList) |
|
|
that.detailSource = getDataSource(that.subList) |
|
|
that.detailSource.forEach(r => { |
|
|
that.detailSource.forEach(r => { |
|
|