From 29691ff2defb09cf90f6c155002f7b678316cca5 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 23 五月 2024 18:39:12 +0800
Subject: [PATCH] 优化工单信息界面
---
代码管理/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs"
index d71e0d2..95f0b4f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/Controllers/WIDESEA_WCS/Partial/dt_mes_headController.cs"
@@ -43,5 +43,11 @@
{
return Service.FinishWorkOrder(saveModel);
}
+
+ [HttpPost, Authorize, Route("OutsorcingWorkOrder"), AllowAnonymous]
+ public WebResponseContent OutsorcingWorkOrder([FromBody] SaveModel saveModel)
+ {
+ return Service.OutsorcingWorkOrder(saveModel);
+ }
}
}
--
Gitblit v1.9.3