1
llj
5 天以前 99bcfefdb20187000fc89a8f2654745ad2f0e371
WebAPI/Controllers/XSGL/Xs_SellOutChangeBillController.cs
@@ -8,9 +8,11 @@
using System.Data.SqlClient;
using System.Web.Http;
using WebAPI.Models;
using WebAPI.Utility;
namespace WebAPI.Controllers
{
    [Permission(HModName = "Xs_SellOutChangeBill")]
    //销售调价单Controller
    public class Xs_SellOutChangeBillController : ApiController
    {
@@ -31,6 +33,7 @@
        /// </summary>
        [Route("Xs_SellOutChangeBill/list")]
        [HttpGet]
        [Permission(HModName = "Xs_SellOutChangeBill_Query")]
        public object getXs_SellOutChangeBill(string sWhere, string user)
        {
            try
@@ -86,6 +89,7 @@
        #region 销售调价单保存 新增/编辑
        [Route("Xs_SellOutChangeBill/SaveXs_SellOutChangeBill")]
        [HttpPost]
        [Permission(HModName = "Xs_SellOutChangeBill_Edit")]
        public object SaveXs_SellOutChangeBill([FromBody] JObject msg)
        {
            var _value = msg["msg"].ToString();
@@ -309,6 +313,7 @@
        /// </summary>
        [Route("Xs_SellOutChangeBill/delete")]
        [HttpGet]
        [Permission(HModName = "Xs_SellOutChangeBill_Drop")]
        public object deleteXs_SellOutChangeBill(string HInterID, string user)
        {
            try
@@ -442,6 +447,7 @@
        /// <returns></returns>
        [Route("Xs_SellOutChangeBill/AuditXs_SellOutChangeBill")]
        [HttpGet]
        [Permission(HModName = "Xs_SellOutChangeBill_Check")]
        public object AuditXs_SellOutChangeBill(int HInterID, int IsAudit, string CurUserName)
        {
            string ModRightNameCheck = "Xs_SellOutChangeBill_Check";
@@ -716,6 +722,7 @@
        /// <returns></returns>
        [Route("Xs_SellOutChangeBill/CloseXs_SellOutChangeBill")]
        [HttpGet]
        [Permission(HModName = "Xs_SellOutChangeBill_Close")]
        public object CloseSc_ICMOChangeBill(int HInterID, int IsAudit, string CurUserName)
        {
            string ModRightNameCheck = "Xs_SellOutChangeBill_Close";
@@ -861,6 +868,7 @@
        /// <returns></returns>
        [Route("Xs_SellOutChangeBill/DeleteXs_SellOutChangeBill")]
        [HttpGet]
        [Permission(HModName = "Xs_SellOutChangeBill_Delete")]
        public object DeleteSc_ICMOChangeBill(int HInterID, int IsAudit, string CurUserName)
        {
            string ModRightNameCheck = "Xs_SellOutChangeBill_Delete";