@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Edu_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_EduEntity parameter = this.GetReqData<Purchase_EduEntity>(); | |||
var Purchase_EduData = purchaseeduIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Edu_DetailsData = purchaseeduIBLL.GetPurchase_Edu_DetailsList(Purchase_EduData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Edu = Purchase_EduData, | |||
Purchase_Edu_Details = Purchase_Edu_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Info_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_InfoEntity parameter = this.GetReqData<Purchase_InfoEntity>(); | |||
var Purchase_InfoData = PurchaseInfoIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Info_DetailsData = PurchaseInfoIBLL.GetPurchase_Info_DetailsList(Purchase_InfoData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Info = Purchase_InfoData, | |||
Purchase_Info_Details = Purchase_Info_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Logistic_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_LogisticEntity parameter = this.GetReqData<Purchase_LogisticEntity>(); | |||
var Purchase_LogisticData = PurchaseLogisticIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Logistic_DetailsData = PurchaseLogisticIBLL.GetPurchase_Logistic_DetailsList(Purchase_LogisticData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Logistic = Purchase_LogisticData, | |||
Purchase_Logistic_Details = Purchase_Logistic_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Other_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_OtherEntity parameter = this.GetReqData<Purchase_OtherEntity>(); | |||
var Purchase_OtherData = PurchaseOtherIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Other_DetailsData = PurchaseOtherIBLL.GetPurchase_Other_DetailsList(Purchase_OtherData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Other = Purchase_OtherData, | |||
Purchase_Other_Details = Purchase_Other_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Print_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_PrintEntity parameter = this.GetReqData<Purchase_PrintEntity>(); | |||
var Purchase_PrintData = PurchaseprintIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Print_DetailsData = PurchaseprintIBLL.GetPurchase_Print_DetailsList(Purchase_PrintData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Print = Purchase_PrintData, | |||
Purchase_Print_Details = Purchase_Print_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Service_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_ServiceEntity parameter = this.GetReqData<Purchase_ServiceEntity>(); | |||
var Purchase_ServiceData = PurchaseServiceIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Service_DetailsData = PurchaseServiceIBLL.GetPurchase_Service_DetailsList(Purchase_ServiceData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Service = Purchase_ServiceData, | |||
Purchase_Service_Details = Purchase_Service_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Student_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_StudentEntity parameter = this.GetReqData<Purchase_StudentEntity>(); | |||
var Purchase_StudentData = PurchaseStudentIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Student_DetailsData = PurchaseStudentIBLL.GetPurchase_Student_DetailsList(Purchase_StudentData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Student = Purchase_StudentData, | |||
Purchase_Student_Details = Purchase_Student_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
// return Success(Purchase_Travel_DetailsData); | |||
//} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_TravelEntity parameter = this.GetReqData<Purchase_TravelEntity>(); | |||
var Purchase_TravelData = PurchaseTravelIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
//var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Travel = Purchase_TravelData, | |||
//FundsApplyDetail = FundsApplyDetailData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -32,7 +32,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -85,23 +85,23 @@ namespace Learun.Application.WebApi | |||
return Success(Purchase_Work_DetailsData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_WorkEntity parameter = this.GetReqData<Purchase_WorkEntity>(); | |||
var Purchase_WorkData = purchaseworkIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Work_DetailsData = purchaseworkIBLL.GetPurchase_Work_DetailsList(Purchase_WorkData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Work = Purchase_WorkData, | |||
Purchase_Work_Details = Purchase_Work_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Edu_ApplyEntity parameter = this.GetReqData<Purchase_Edu_ApplyEntity>(); | |||
var Purchase_EduData = purchaseeduIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Edu_DetailsData = purchaseeduIBLL.GetPurchase_Edu_ApplydetailsList(Purchase_EduData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Edu = Purchase_EduData, | |||
Purchase_Edu_Details = Purchase_Edu_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Info_ApplyEntity parameter = this.GetReqData<Purchase_Info_ApplyEntity>(); | |||
var Purchase_InfoData = purchaseinfoIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var FundsApplyDetailData = purchaseinfoIBLL.GetPurchase_Info_ApplydetailsList(Purchase_InfoData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Info = Purchase_InfoData, | |||
Purchase_Info_Details = FundsApplyDetailData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Logistic_ApplyEntity parameter = this.GetReqData<Purchase_Logistic_ApplyEntity>(); | |||
var Purchase_LogisticData = purchaselogisticIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Logistic_DetailsData = purchaselogisticIBLL.GetPurchase_Logistic_ApplydetailsList(Purchase_LogisticData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Logistic = Purchase_LogisticData, | |||
Purchase_Logistic_Details = Purchase_Logistic_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Other_ApplyEntity parameter = this.GetReqData<Purchase_Other_ApplyEntity>(); | |||
var Purchase_OtherData = PurchaseOtherIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Other_DetailsData = PurchaseOtherIBLL.GetPurchase_Other_ApplydetailsList(Purchase_OtherData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Other = Purchase_OtherData, | |||
Purchase_Other_Details = Purchase_Other_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Print_ApplyEntity parameter = this.GetReqData<Purchase_Print_ApplyEntity>(); | |||
var Purchase_PrintData = purchaseprintIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Print_DetailsData = purchaseprintIBLL.GetPurchase_Print_ApplydetailsList(Purchase_PrintData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Print = Purchase_PrintData, | |||
Purchase_Print_Details = Purchase_Print_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Service_ApplyEntity parameter = this.GetReqData<Purchase_Service_ApplyEntity>(); | |||
var Purchase_ServiceData = PurchaseServiceIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Service_DetailsData = PurchaseServiceIBLL.GetPurchase_Service_ApplydetailsList(Purchase_ServiceData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Service = Purchase_ServiceData, | |||
Purchase_Service_Details = Purchase_Service_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Student_ApplyEntity parameter = this.GetReqData<Purchase_Student_ApplyEntity>(); | |||
var Purchase_StudentData = PurchaseStudentIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Student_DetailsData = PurchaseStudentIBLL.GetPurchase_Student_ApplydetailsList(Purchase_StudentData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Student = Purchase_StudentData, | |||
Purchase_Student_Details = Purchase_Student_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Travel_ApplyEntity parameter = this.GetReqData<Purchase_Travel_ApplyEntity>(); | |||
var Purchase_TravelData = PurchaseTravelIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Travel_DetailsData = PurchaseTravelIBLL.GetPurchase_Travel_ApplydetailsList(Purchase_TravelData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Travel = Purchase_TravelData, | |||
Purchase_Travel_Details = Purchase_Travel_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||
@@ -31,7 +31,7 @@ namespace Learun.Application.WebApi | |||
Post["/delete"] = DeleteForm; | |||
Post["/save"] = SaveForm; | |||
Post["/submit"] = Submit; | |||
//Get["/shList"] = GetshList; | |||
Get["/shList"] = GetshList; | |||
} | |||
#region 获取数据 | |||
@@ -71,23 +71,23 @@ namespace Learun.Application.WebApi | |||
return Success(jsonData); | |||
} | |||
///// <summary> | |||
///// 获取页面显示列表数据 | |||
///// <summary> | |||
///// <param name="_"></param> | |||
///// <returns></returns> | |||
//public Response GetshList(dynamic _) | |||
//{ | |||
// FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); | |||
// var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
// var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); | |||
// var jsonData = new | |||
// { | |||
// FundsApply = FundsApplyData, | |||
// FundsApplyDetail = FundsApplyDetailData, | |||
// }; | |||
// return Success(jsonData); | |||
//} | |||
/// <summary> | |||
/// 获取页面显示列表数据 | |||
/// <summary> | |||
/// <param name="_"></param> | |||
/// <returns></returns> | |||
public Response GetshList(dynamic _) | |||
{ | |||
Purchase_Work_ApplyEntity parameter = this.GetReqData<Purchase_Work_ApplyEntity>(); | |||
var Purchase_WorkData = PurchaseWorkIBLL.GetEntityByProcessId(parameter.ProcessId); | |||
var Purchase_Work_DetailsData = PurchaseWorkIBLL.GetPurchase_Work_ApplydetailsList(Purchase_WorkData.Id); | |||
var jsonData = new | |||
{ | |||
Purchase_Work = Purchase_WorkData, | |||
Purchase_Work_Details = Purchase_Work_DetailsData, | |||
}; | |||
return Success(jsonData); | |||
} | |||
#endregion | |||
#region 提交数据 | |||