yl
2023-07-31 61eedf1c07cc2c338e84f48712f210b35e716cfb
VueWebApi/Controllers/ProductionManagementController.cs
@@ -107,8 +107,7 @@
        [HttpPost]
        public HttpResponseMessage ClosedErpOrder(string erporderid, string erpordercode)
        {
            //var username = HttpContext.Current.Request.Cookies["admin"].Value.ToString(); //操作人员
            var username = "Admin";
            var username = HttpContext.Current.Request.Cookies["admin"].Value.ToString(); //操作人员
            mes = ProductionManagementBLL.ClosedErpOrder(erporderid, erpordercode, username);
            return TJson.toJson(mes);
        }