WebAPI/Controllers/SCGL/Gy_SourceWorkStationSetController.cs
@@ -8,9 +8,11 @@
using System.Data.SqlClient;
using System.Web.Http;
using WebAPI.Models;
using WebAPI.Utility;
namespace WebAPI.Controllers
{
    [Permission(HModName = "Gy_SourceWorkStationSet")]
    public class Gy_SourceWorkStationSetController : ApiController
    {
        public DBUtility.ClsPub.Enum_BillStatus BillStatus;
@@ -26,6 +28,7 @@
        /// </summary>
        [Route("Gy_SourceWorkStationSet/list")]
        [HttpGet]
        [Permission(HModName = "Gy_SourceWorkStationSet", Operate = "_Query")]
        public object list(string sWhere, string user)
        {
            try
@@ -79,6 +82,7 @@
        #region 产线工位保存
        [Route("Gy_SourceWorkStationSet/Save")]
        [HttpPost]
        [Permission(HModName = "Gy_SourceWorkStationSet", Operate = "_Edit")]
        public object set_SaveBill([FromBody] JObject oMain)
        {
            var _value = oMain["oMain"].ToString();
@@ -177,6 +181,7 @@
        /// <returns></returns>
        [Route("DeltetGy_SourceWorkStation")]
        [HttpGet]
        [Permission(HModName = "Gy_SourceWorkStationSet", Operate = "_Del")]
        public object DeltetGy_SourceWorkStation(string HItemID, string user)
        {
            DataSet ds;