|
@ -207,8 +207,6 @@ |
|
|
that.subList = res.data.subList; |
|
|
that.subList = res.data.subList; |
|
|
that.detailSource = getDataSource(that.detailSource, that.subList) |
|
|
that.detailSource = getDataSource(that.detailSource, that.subList) |
|
|
that.jobContent.detailToLocationCode = res.data.subList[0].toLocationCode |
|
|
that.jobContent.detailToLocationCode = res.data.subList[0].toLocationCode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//任务中已经扫描,模拟扫描赋值 |
|
|
//任务中已经扫描,模拟扫描赋值 |
|
|
if (this.scanMessage) { |
|
|
if (this.scanMessage) { |
|
|
this.openScanPopupSimulate(this.scanMessage); |
|
|
this.openScanPopupSimulate(this.scanMessage); |
|
|