|
@@ -5467,7 +5467,7 @@ namespace MainForm
|
|
|
|
|
|
int result1 = SwitctProcessData(stationNameStr, items, equipmentCode, processItem
|
|
int result1 = SwitctProcessData(stationNameStr, items, equipmentCode, processItem
|
|
, workorder_code, batch_num, mtltmrk, plcDate_YMD, supplierCode, sn, pass, CarrierBarcode,
|
|
, workorder_code, batch_num, mtltmrk, plcDate_YMD, supplierCode, sn, pass, CarrierBarcode,
|
|
- "01-SLOT-01", MachineId, StationId, "", paramJson,new XmStationOut_InspectionItemData(), "");
|
|
|
|
|
|
+ "01-SLOT-01", MachineId, StationId, "", paramJson, inspectionItemData, "");
|
|
|
|
|
|
byte mesResultFrmWeb = (byte)(result1 == 1 ? 1 : 110);
|
|
byte mesResultFrmWeb = (byte)(result1 == 1 ? 1 : 110);
|
|
if (mesResultFrmWeb == 1)
|
|
if (mesResultFrmWeb == 1)
|
|
@@ -6038,7 +6038,7 @@ namespace MainForm
|
|
result1 = SwitctProcessData(stationNameStr, items, equipmentCode, processItem, workorder_code,
|
|
result1 = SwitctProcessData(stationNameStr, items, equipmentCode, processItem, workorder_code,
|
|
batch_num
|
|
batch_num
|
|
, mtltmrk, plcDate_YMD, supplierCode, sn, pass, CarrierBarcode, "01-SLOT-01", MachineId, StationId,
|
|
, mtltmrk, plcDate_YMD, supplierCode, sn, pass, CarrierBarcode, "01-SLOT-01", MachineId, StationId,
|
|
- PartBarcode, paramJson,new XmStationOut_InspectionItemData(), "");
|
|
|
|
|
|
+ PartBarcode, paramJson, inspectionItemData, "");
|
|
uuid = "";
|
|
uuid = "";
|
|
}
|
|
}
|
|
else if (stPLC_MesData.mesCommFrmPLC.cmdParam == 1)
|
|
else if (stPLC_MesData.mesCommFrmPLC.cmdParam == 1)
|