|
@@ -458,8 +458,8 @@ const setPutaway=async (type)=>{
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
showLoading()
|
|
showLoading()
|
|
|
- const {container,asnCode}=locationDetailList.value[0]
|
|
|
|
|
- boxReturn({warehouse,container,boxCode:workBinNo.value,externalCode:asnCode,taskType:mode.value?'ASRS':'HIK'}).then(res=>{
|
|
|
|
|
|
|
+ const {container,asnCode,stationCode}=locationDetailList.value[0]
|
|
|
|
|
+ boxReturn({warehouse,container,boxCode:workBinNo.value,stationCode,externalCode:asnCode,taskType:mode.value?'ASRS':'HIK'}).then(res=>{
|
|
|
closeLoading()
|
|
closeLoading()
|
|
|
scanSuccess()
|
|
scanSuccess()
|
|
|
tips.value = `料箱回库成功,请继续扫描料箱编号`
|
|
tips.value = `料箱回库成功,请继续扫描料箱编号`
|
|
@@ -486,9 +486,9 @@ const setGoBack=async (item)=>{
|
|
|
const res= await _setBoxInboundInventory()
|
|
const res= await _setBoxInboundInventory()
|
|
|
if(res){
|
|
if(res){
|
|
|
if(item.active==1){
|
|
if(item.active==1){
|
|
|
- const {warehouse,container,boxCode,asnCode}=barcodeActive.value
|
|
|
|
|
|
|
+ const {warehouse,container,boxCode,asnCode,stationCode}=barcodeActive.value
|
|
|
showLoading()
|
|
showLoading()
|
|
|
- const boxRes= await boxReturn({warehouse,container,boxCode,externalCode:asnCode,taskType:mode.value?'ASRS':'HIK'}).catch(err=>{
|
|
|
|
|
|
|
+ const boxRes= await boxReturn({warehouse,container,boxCode,externalCode:asnCode,stationCode,taskType:mode.value?'ASRS':'HIK'}).catch(err=>{
|
|
|
closeLoading()
|
|
closeLoading()
|
|
|
})
|
|
})
|
|
|
closeLoading()
|
|
closeLoading()
|