| | |
| | | |
| | | namespace VueWebApi.Controllers |
| | | { |
| | | [RoutePrefix(prefix: "api/BasicSetting")] |
| | | [RoutePrefix(prefix: "api/MaterialManager")] |
| | | [ControllerGroup("物料管理", "在线接口")] |
| | | [ChannelActionFilter] |
| | | public class MaterialManagerController : ApiController |
| | | { |
| | | //定义全局信息返回变量 |
| | |
| | | string storageid = obj["id"].ToString(); //库位id(主键) |
| | | string storagecode = obj["storagecode"].ToString(); //库位编码 |
| | | string storagename = obj["storagename"].ToString(); //库位名称 |
| | | string description = obj["description"].ToString(); //仓位描述 |
| | | string description = obj["description"].ToString(); //库位描述 |
| | | string stockcode = obj["stockcode"].ToString(); //所属仓库编码 |
| | | var username = HttpContext.Current.Request.Cookies["admin"].Value.ToString(); //操作人员 |
| | | string OperType = obj["OperType"].ToString(); //操作类型 |