Commit fafa795b by guanzhenshan

修改用户访问权限

parent 3e7d7b54
......@@ -13,7 +13,7 @@ using System.Data;
namespace Bailun.OMSApi.Areas.PutIn.Controllers
{
[BailunAuthentication(LoginMode.Enforce)]
[Area("PutIn")]
public class HomeController : Controller
{
......@@ -23,6 +23,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers
/// <param name="warehousecode">仓库编码</param>
/// <param name="page">分页信息</param>
/// <returns></returns>
[BailunAuthentication(LoginMode.Enforce)]
[HttpPost]
public JsonResult ListPutIn([FromBody] search_PutIn m)
{
......@@ -44,6 +45,7 @@ namespace Bailun.OMSApi.Areas.PutIn.Controllers
/// </summary>
/// <param name="m"></param>
/// <returns></returns>
[BailunAuthentication(LoginMode.Enforce)]
[HttpPost]
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