From bab70ddd518f684fac5a1185833931d888bc0ed5 Mon Sep 17 00:00:00 2001
From: zhoukeda <1315948824@qq.com>
Date: Mon, 6 Nov 2023 15:41:25 +0800
Subject: [PATCH] 1
---
ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs
index 0a34213d..5d9d1af0 100644
--- a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs
+++ b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs
@@ -2619,6 +2619,7 @@ namespace Tnb.ProductionMgr
/// 获取备料计划
///
///
+ [HttpPost]
public async Task GetMaterialPreparationPlan()
{
string now = DateTime.Now.ToString("yyyy-MM-dd");
@@ -2684,6 +2685,7 @@ namespace Tnb.ProductionMgr
///
///
///
+ [HttpPost]
public async Task GetPrdMoTaskInfoByStationId(Dictionary dic)
{
string station_id = dic.ContainsKey("station_id") ? dic["station_id"] : "";