|
@ -66,10 +66,6 @@ |
|
|
compareAsc, |
|
|
compareAsc, |
|
|
} from '@/common/basic.js'; |
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
|
import { |
|
|
|
|
|
getDataSource |
|
|
|
|
|
} from '@/pages/issue/js/issue.js'; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
|
getManagementPrecisions |
|
|
getManagementPrecisions |
|
|
} from '@/common/balance.js'; |
|
|
} from '@/common/balance.js'; |
|
@ -79,6 +75,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
|
|
|
|
getDataSourceBatch, |
|
|
getTreeDataSource, |
|
|
getTreeDataSource, |
|
|
calcTreeHandleQty, |
|
|
calcTreeHandleQty, |
|
|
getScanCount, |
|
|
getScanCount, |
|
@ -221,7 +218,7 @@ |
|
|
that.jobContent = res.data; |
|
|
that.jobContent = res.data; |
|
|
that.jobStatus = res.data.status |
|
|
that.jobStatus = res.data.status |
|
|
that.subList = res.data.subList; |
|
|
that.subList = res.data.subList; |
|
|
that.detailSource = getThreeDataSource(that.jobContent) |
|
|
that.detailSource = getDataSourceBatch(that.subList) |
|
|
that.jobContent.detailToLocationCode = res.data.subList[0].toLocationCode |
|
|
that.jobContent.detailToLocationCode = res.data.subList[0].toLocationCode |
|
|
that.toLocationCode= res.data.subList[0].toLocationCode |
|
|
that.toLocationCode= res.data.subList[0].toLocationCode |
|
|
that.fromLocationCode = that.subList[0].fromLocationCode |
|
|
that.fromLocationCode = that.subList[0].fromLocationCode |
|
|