Exemplo n.º 1
0
 /// <summary>
 /// 获取分页列表
 /// </summary>
 /// <param name="pageIndex">页码</param>
 /// <param name="pageSize">分页大小</param>
 /// <param name="name">名称 - 搜索项</param>
 /// <param name="no">编号 - 搜索项</param>
 /// <returns></returns>
 public ActionResult GetMoreInfoPageList(
     int pageIndex,
     int pageSize,
     string name,
     string referenceID,
     string no,
     string trianID,
     string makeDriverShopID,
     string themeTwoCoachID,
     string themeThreeCoachID,
     string enteredPointID,
     int orderBy,
     ThemeTimeCode themeTwoTimeCode,
     ThemeTimeCode themeThreeTimeCode,
     YesOrNoCode?themeOnePass,
     YesOrNoCode?themeTwoPass,
     YesOrNoCode?themeThreePass,
     YesOrNoCode?themeFourPass,
     DateTime?themeOneTimeStart, DateTime?themeOneTimeEnd,
     DateTime?themeTwoTimeStart, DateTime?themeTwoTimeEnd,
     DateTime?themeThreeTimeStart, DateTime?themeThreeTimeEnd,
     DateTime?themeFourTimeStart, DateTime?themeFourTimeEnd
     )
 {
     return(JResult(WebService.Get_StudentMoreInfoPageList(pageIndex, pageSize, name, referenceID, no, trianID, makeDriverShopID, themeTwoCoachID, themeThreeCoachID, enteredPointID, orderBy, themeTwoTimeCode, themeThreeTimeCode, themeOnePass, themeTwoPass, themeThreePass, themeFourPass,
                                                           themeOneTimeStart, themeOneTimeEnd, themeTwoTimeStart, themeTwoTimeEnd, themeThreeTimeStart, themeThreeTimeEnd, themeFourTimeStart, themeFourTimeEnd)));
 }
Exemplo n.º 2
0
 public ActionResult BatchUpdateTimeCode(string ids, ThemeTimeCode themeTwoTimeCode, ThemeTimeCode themeThreeTimeCode)
 {
     return(JResult(WebService.Update_BatchStudentTimeCode(ids, themeTwoTimeCode, themeThreeTimeCode)));
 }
Exemplo n.º 3
0
 public ActionResult UpdateTimeCode(string ID, ThemeTimeCode themeTwoTimeCode, ThemeTimeCode themeThreeTimeCode)
 {
     return(JResult(WebService.Update_StudentTimeCode(ID, themeTwoTimeCode, themeThreeTimeCode)));
 }