| | |
| | | using WebAPI.Code; |
| | | using WebAPI.Controllers.SCGL.日计划管理; |
| | | using WebAPI.Models; |
| | | using WebAPI.Utility; |
| | | using static WebAPI.Controllers.基础资料.基础资料.Gy_DutyBillController; |
| | | |
| | | namespace WebAPI.Controllers |
| | |
| | | /// <returns></returns> |
| | | [Route("MateOutController/GetKf_MateOutSumReport_QiaoYi_Json")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Kf_MateOutSumReport_QiaoYi")] |
| | | public object GetKf_MateOutSumReport_QiaoYi_Json(string sWhere, string user) |
| | | { |
| | | try |
| | |
| | | #region (生产订单维度)客户订单报表 |
| | | [Route("MaterOutEntryReport/sc_ICOMReportList")] |
| | | [HttpGet] |
| | | [Permission(HModName = "sc_ICOMReportList")] |
| | | public object sc_ICOMReportList(string sWhere,string HBeginDate,string HEndDate, string user) |
| | | { |
| | | try |
| | |
| | | #region 流转卡未入库报表 |
| | | [Route("MaterOutEntryReport/Sc_ProcExchangeNoInReport")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Sc_ProcExchangeNoInReport")] |
| | | public object Sc_ProcExchangeNoInReport(string sWhere, string HBeginDate, string HEndDate, string user) |
| | | { |
| | | try |
| | |
| | | #region 生产入库报表 |
| | | [Route("MaterOutEntryReport/sc_ICOMRKReport")] |
| | | [HttpGet] |
| | | [Permission(HModName = "sc_ICOMRKReport")] |
| | | public object sc_ICOMRKReport(string sWhere, string user) |
| | | { |
| | | try |
| | |
| | | /// </summary> |
| | | [Route("Sc_BadReasonReport/list")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Sc_BadReasonReport")] |
| | | public object list(string sWhere, string user,string HGroupID) |
| | | { |
| | | try |
| | |
| | | } |
| | | [Route("MaterOutEntryReport/SC_DayRkReport")] |
| | | [HttpGet] |
| | | [Permission(HModName = "SC_DayRkReport")] |
| | | public object SC_DayRkReport(string sWhere,int num, string user) |
| | | { |
| | | try |
| | |
| | | } |
| | | [Route("MaterOutEntryReport/SemiFinishedProductsReportList")] |
| | | [HttpGet] |
| | | [Permission(HModName = "SemiFinishedProductsReportList")] |
| | | public object SemiFinishedProductsReportList(string sWhere, int num, string user) |
| | | { |
| | | try |