序号 |
会议名称 |
会议室 |
预计开始时间 |
预计结束时间 |
实际开始时间 |
实际结束时间 |
会议状态 |
操作 |
<%for(tempDate in dateList!){%>
${tempDateLP.index} |
${tempDate.meetingName} |
${tempDate.roomName} |
${tempDate.orderStartTime} |
${tempDate.orderEndTime} |
${tempDate.startTime} |
${tempDate.endTime} |
<%if(tempDate.orderState==0){%>
申请
<%}else if(tempDate.orderState==1){%>
拒绝
<%}else if(tempDate.orderState==2){%>
预约
<%}else if(tempDate.orderState==3){%>
取消
<%}else if(tempDate.orderState==4){%>
开始
<%}else if(tempDate.orderState==5){%>
结束
<%}%>
|
<%if(tempDate.orderState==4){%>
<%}%>
|
<%}elsefor{%>
没有记录! |
<%}%>
<%include("/VideoConference/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/VideoConference/getMyOrderList?pageNumber=", "urlParas": urlParas!''}){}%>