| | |
| | | using Model; |
| | | using Newtonsoft.Json.Linq; |
| | | using Newtonsoft.Json; |
| | | using WebAPI.Utility; |
| | | |
| | | namespace WebAPI.Controllers.SCGL |
| | | { |
| | |
| | | /// <returns></returns> |
| | | [Route("Sc_ProductionReturn/AuditSc_ProductionReturn")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Check")] |
| | | public object AuditSc_ProductionReturn(int HInterID, int IsAudit, string CurUserName) |
| | | { |
| | | string ModRightNameCheck = "Kf_ProductionReturnBill_Check"; |
| | |
| | | #region 生产退库单 关闭/反关闭功能 |
| | | [Route("Sc_ProductionReturn/CloseSc_ProductionReturn")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Close")] |
| | | public object CloseSc_ProductionReturn(string HInterID, int Type, string user) |
| | | { |
| | | try |
| | |
| | | #region 生产退库单 作废/反作废功能 |
| | | [Route("Sc_ProductionReturn/DropSc_ProductionReturn")] |
| | | [HttpGet] |
| | | [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Delete")] |
| | | public object DropSc_ProductionReturn(string HInterID, int Type, string user) |
| | | { |
| | | try |