|
|
@ -105,7 +105,6 @@ |
|
|
|
managementList: [], |
|
|
|
fromLocationCode: "", |
|
|
|
toLocationCode: "", |
|
|
|
toLocationInfo: {}, |
|
|
|
tolocationTypeList: [], |
|
|
|
}; |
|
|
|
}, |
|
|
@ -187,7 +186,6 @@ |
|
|
|
that.fromLocationCode = that.subList[0].fromLocationCode |
|
|
|
that.toLocationCode = that.subList[0].toLocationCode |
|
|
|
that.tolocationTypeList = getDirectoryItemArray(that.jobContent.toLocationTypes) |
|
|
|
that.getLocationInfo(that.toLocationCode); |
|
|
|
|
|
|
|
} else { |
|
|
|
that.showMessage('列表数据为0'); |
|
|
@ -199,16 +197,6 @@ |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
getLocationInfo(locationCode) { |
|
|
|
if (locationCode != '') { |
|
|
|
getBasicLocationByCode(locationCode).then(res => { |
|
|
|
if (res.data.list.length > 0) { |
|
|
|
this.toLocationInfo = res.data.list[0] |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
calcScanCount(closeScan) { |
|
|
|
let items = this.subList.filter(r => { |
|
|
|
if (r.scaned) { |
|
|
|