diff --git a/JY.DAL/IDbHelper.cs b/JY.DAL/IDbHelper.cs
index 06ef540..c9d00e7 100644
--- a/JY.DAL/IDbHelper.cs
+++ b/JY.DAL/IDbHelper.cs
@@ -43,12 +43,14 @@ namespace JY.DAL
/// 结束时间
///
List GetAlarmData(string strDate1, string strDate2);
+
///
/// 查询进站信息
///
///
///
List GetFeedingData(string strCode);
+
///
/// 新增产品型号
///
diff --git a/JY.Inspection/Frm/FrmHistoricalDataQuery.cs b/JY.Inspection/Frm/FrmHistoricalDataQuery.cs
index 4da8337..ad7f9bb 100644
--- a/JY.Inspection/Frm/FrmHistoricalDataQuery.cs
+++ b/JY.Inspection/Frm/FrmHistoricalDataQuery.cs
@@ -250,6 +250,7 @@ namespace JY.Inspection.Frm
}
else//下料
{
+ // TODO 结果数据上传
foreach (DataGridViewRow row in dgvData.Rows)
{
if (Convert.ToBoolean(row.Cells[0].Value))
@@ -260,8 +261,7 @@ namespace JY.Inspection.Frm
return;
}
else
- {
-
+ {
JY.MES.FMS.FMS_Out fMS_Out = new MES.FMS.FMS_Out();
//fMS_In.deviceCode = Global.systemConfig.eqp_code;
//fMS_In.houseCode = "test11";
diff --git a/JY.Inspection/Mes/MESDataCombin.cs b/JY.Inspection/Mes/MESDataCombin.cs
index d0c61df..ae35dc0 100644
--- a/JY.Inspection/Mes/MESDataCombin.cs
+++ b/JY.Inspection/Mes/MESDataCombin.cs
@@ -47,6 +47,14 @@ namespace JY.Inspection.Mes
RespExitStation PostProductExitStationData(ReqExitStation req);
MesCallResult LoginMes(ReqLoginMes req);
+
+ // TODO 上传设备状态信息
+
+ // TODO 上传设备报警信息
+
+ // TODO 能耗
+
+ // TODO 设备打标
}
public class MESDataCombin : IMes