Web/src/views/device/sortPallet/index.vue
@@ -211,15 +211,15 @@ } //结批操作 function closeBindDialog(lotNo){ if(lotNo==''){ ElMessage.error('该工位未绑定任务!'); return; } // if(lotNo==''){ // ElMessage.error('该工位未绑定任务!'); // return; // } ElMessageBox.confirm(`确定对该批次任务结批吗?`, '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning', }) }) .then(async () => { closeTaskForPLC(lotNo); })