清理要做的清单
This commit is contained in:
@@ -43,12 +43,14 @@ namespace JY.DAL
|
||||
/// <param name="strDate2">结束时间</param>
|
||||
/// <returns></returns>
|
||||
List<AlarmData> GetAlarmData(string strDate1, string strDate2);
|
||||
|
||||
/// <summary>
|
||||
/// 查询进站信息
|
||||
/// </summary>
|
||||
/// <param name="strCode"></param>
|
||||
/// <returns></returns>
|
||||
List<FeedingData> GetFeedingData(string strCode);
|
||||
|
||||
/// <summary>
|
||||
/// 新增产品型号
|
||||
/// </summary>
|
||||
|
||||
@@ -250,6 +250,7 @@ namespace JY.Inspection.Frm
|
||||
}
|
||||
else//下料
|
||||
{
|
||||
// TODO 结果数据上传
|
||||
foreach (DataGridViewRow row in dgvData.Rows)
|
||||
{
|
||||
if (Convert.ToBoolean(row.Cells[0].Value))
|
||||
@@ -261,7 +262,6 @@ namespace JY.Inspection.Frm
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
JY.MES.FMS.FMS_Out fMS_Out = new MES.FMS.FMS_Out();
|
||||
//fMS_In.deviceCode = Global.systemConfig.eqp_code;
|
||||
//fMS_In.houseCode = "test11";
|
||||
|
||||
@@ -47,6 +47,14 @@ namespace JY.Inspection.Mes
|
||||
RespExitStation PostProductExitStationData(ReqExitStation req);
|
||||
|
||||
MesCallResult<RespLoginMes> LoginMes(ReqLoginMes req);
|
||||
|
||||
// TODO 上传设备状态信息
|
||||
|
||||
// TODO 上传设备报警信息
|
||||
|
||||
// TODO 能耗
|
||||
|
||||
// TODO 设备打标
|
||||
}
|
||||
|
||||
public class MESDataCombin : IMes
|
||||
|
||||
Reference in New Issue
Block a user