src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -172,10 +172,10 @@ var checkStatus = table.checkStatus(id); if(event === 'confirmOrder'){ let uniqueCodeValue = $searchForm.find("select[name='uniqueCode']").val(); if(uniqueCodeValue == '' || uniqueCodeValue == null){ febs.alert.warn('请选择团长'); return; } // if(uniqueCodeValue == '' || uniqueCodeValue == null){ // febs.alert.warn('请选择团长'); // return; // } var data = checkStatus.data; let ids = ""; for(let i = 0;i < data.length;i++){