清理要做的清单

This commit is contained in:
liming 蔡
2026-07-16 13:08:39 +08:00
parent 70f728a20f
commit aa454c63cc
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -43,12 +43,14 @@ namespace JY.DAL
/// <param name="strDate2">结束时间</param> /// <param name="strDate2">结束时间</param>
/// <returns></returns> /// <returns></returns>
List<AlarmData> GetAlarmData(string strDate1, string strDate2); List<AlarmData> GetAlarmData(string strDate1, string strDate2);
/// <summary> /// <summary>
/// 查询进站信息 /// 查询进站信息
/// </summary> /// </summary>
/// <param name="strCode"></param> /// <param name="strCode"></param>
/// <returns></returns> /// <returns></returns>
List<FeedingData> GetFeedingData(string strCode); List<FeedingData> GetFeedingData(string strCode);
/// <summary> /// <summary>
/// 新增产品型号 /// 新增产品型号
/// </summary> /// </summary>
+1 -1
View File
@@ -250,6 +250,7 @@ namespace JY.Inspection.Frm
} }
else//下料 else//下料
{ {
// TODO 结果数据上传
foreach (DataGridViewRow row in dgvData.Rows) foreach (DataGridViewRow row in dgvData.Rows)
{ {
if (Convert.ToBoolean(row.Cells[0].Value)) if (Convert.ToBoolean(row.Cells[0].Value))
@@ -261,7 +262,6 @@ namespace JY.Inspection.Frm
} }
else else
{ {
JY.MES.FMS.FMS_Out fMS_Out = new MES.FMS.FMS_Out(); JY.MES.FMS.FMS_Out fMS_Out = new MES.FMS.FMS_Out();
//fMS_In.deviceCode = Global.systemConfig.eqp_code; //fMS_In.deviceCode = Global.systemConfig.eqp_code;
//fMS_In.houseCode = "test11"; //fMS_In.houseCode = "test11";
+8
View File
@@ -47,6 +47,14 @@ namespace JY.Inspection.Mes
RespExitStation PostProductExitStationData(ReqExitStation req); RespExitStation PostProductExitStationData(ReqExitStation req);
MesCallResult<RespLoginMes> LoginMes(ReqLoginMes req); MesCallResult<RespLoginMes> LoginMes(ReqLoginMes req);
// TODO 上传设备状态信息
// TODO 上传设备报警信息
// TODO 能耗
// TODO 设备打标
} }
public class MESDataCombin : IMes public class MESDataCombin : IMes