Commit fafa795b by guanzhenshan

修改用户访问权限

parent 3e7d7b54
...@@ -13,7 +13,7 @@ using System.Data; ...@@ -13,7 +13,7 @@ using System.Data;
namespace Bailun.OMSApi.Areas.PutIn.Controllers namespace Bailun.OMSApi.Areas.PutIn.Controllers
{ {
[BailunAuthentication(LoginMode.Enforce)]
[Area("PutIn")] [Area("PutIn")]
public class HomeController : Controller public class HomeController : Controller
{ {
...@@ -23,6 +23,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers ...@@ -23,6 +23,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers
/// <param name="warehousecode">仓库编码</param> /// <param name="warehousecode">仓库编码</param>
/// <param name="page">分页信息</param> /// <param name="page">分页信息</param>
/// <returns></returns> /// <returns></returns>
[BailunAuthentication(LoginMode.Enforce)]
[HttpPost] [HttpPost]
public JsonResult ListPutIn([FromBody] search_PutIn m) public JsonResult ListPutIn([FromBody] search_PutIn m)
{ {
...@@ -44,6 +45,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers ...@@ -44,6 +45,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers
/// </summary> /// </summary>
/// <param name="m"></param> /// <param name="m"></param>
/// <returns></returns> /// <returns></returns>
[BailunAuthentication(LoginMode.Enforce)]
[HttpPost] [HttpPost]
public JsonResult AddPutin([FromBody]mPutIn_Input m) public JsonResult AddPutin([FromBody]mPutIn_Input m)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment