|
|
@ -147,6 +147,7 @@ const getDetail = () => { |
|
|
|
jobStatus.value = res.data.status |
|
|
|
subList.value = res.data.subList |
|
|
|
detailSource.value = getDataSource(detailSource.value, subList.value) |
|
|
|
jobContent.value.detailToLocationCode = res.data.subList[0].toLocationCode |
|
|
|
// 任务中已经扫描,模拟扫描赋值 |
|
|
|
if (scanMessage.value) { |
|
|
|
openScanPopupSimulate(scanMessage.value) |
|
|
|