|
@@ -555,7 +555,7 @@ const onComplete = () => {
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
showLoading()
|
|
showLoading()
|
|
|
- boxReturn({ warehouse, container, boxCode: workBinNo.value, externalCode }).then(res => {
|
|
|
|
|
|
|
+ boxReturn({ warehouse, container, boxCode: workBinNo.value, externalCode,taskType:'HIK' }).then(res => {
|
|
|
closeLoading()
|
|
closeLoading()
|
|
|
scanSuccess()
|
|
scanSuccess()
|
|
|
tips.value = '料箱回库成功,请继续扫描料箱编号'
|
|
tips.value = '料箱回库成功,请继续扫描料箱编号'
|