生产执行时班组长未打卡提醒

main
yinq 5 days ago
parent 2bebf36edb
commit e83910ef8a

@ -588,6 +588,11 @@ namespace SlnMesnac.WPF.ViewModel
// 向detail表里插入一条数据
//当前班长
var monitor = _databaseHandleBusniess.GetMonitor(RfidHandleBusniess.stationCode);
if(monitor == null)
{
MessageBox.Show("班组长未打卡!");
return;
}
if (pLanInfo.CompleteAmount == "0.00")
{
ProdPlanDetail prodPlanDetail = new ProdPlanDetail

@ -19,7 +19,7 @@
//{
// "configId": "mcs",
// "dbType": 3,
// "connStr": "Data Source=121.37.164.0/helowin;User ID=aucma_scada;Password=aucma"
// "connStr": "server=10.tcp.cpolar.top,10218;uid=sa;pwd=xmxs@2024;database=xmxs_os;Encrypt=True;TrustServerCertificate=True;"
//}
],
"PlcConfig": [
@ -62,9 +62,13 @@
"stopBits": 1,
"parity": 0,
"redisConfig": "175.27.215.92:6379,password=redis@2023",
"StationCode": "1012-压延一出布,1013-压延一成型,1014-压延一包胶",
"DeviceCode": "XMGR0004",
"ProcessCode": "1002",
"ProductLineName": "压延一工位"
// "StationCode": "1012-压延一出布,1013-压延一成型,1014-压延一包胶",
// "DeviceCode": "XMGR0004",
// "ProcessCode": "1002",
// "ProductLineName": "压延一工位"
"StationCode": "1023-硫化十一工位",
"DeviceCode": "XMGR0030",
"ProcessCode": "1023",
"ProductLineName": "硫化十一工位"
}
}

Loading…
Cancel
Save