|
|
@@ -372,7 +372,7 @@ const onClickRight = () => {
|
|
|
message:'您正在进行释放分拨墙是否继续?',
|
|
|
}).then(() => {
|
|
|
showLoading()
|
|
|
- const params={warehouse,container:containerNo.value}
|
|
|
+ const params={warehouse,container:containerNo.value,taskType:mode.value?'ASRS':'HIK'}
|
|
|
finishTask(params).then(res=>{
|
|
|
showNotify({ type: 'success', duration: 3000, message: `解绑成功` })
|
|
|
scanSuccess()
|