From dc708ece0dce875d0d296ba56f8b59ae6f392e27 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 22 三月 2024 09:56:13 +0800
Subject: [PATCH] 1.生产进度报表查询参数删减 2.新工单带出历史最新一次工序信息查询接口修改
---
VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs b/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
index 5d335f1..5e0448c 100644
--- a/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/QualityManagementBLL.cs
@@ -68,6 +68,13 @@
}
#endregion
+ #region[宸ュ簭璐ㄦ鏂规鏂板銆佺紪杈戣幏鍙栨楠岄」鐩笅鎷夊垪琛╙
+ public static ToMessage QualityStepCheckItemSelect()
+ {
+ return QualityManagementDAL.QualityStepCheckItemSelect();
+ }
+ #endregion
+
#region[宸ュ簭璐ㄦ鏂规鏂板/缂栬緫鎻愪氦]
public static ToMessage QualityInspectionAddEditSave(string qualityinsptcode, string qualityinsptname, string status, string checktype, string sampmethod, string sampscare, string suitobject, string suitpart, string descr, string stepcode, string checkitem, string type, User us)
{
--
Gitblit v1.9.3