优化电测试-增加生产记录修改

tags/yfai-pcn-ext-v2.3
臧学普 9 months ago
parent 7a1b06614d
commit 92fb626bd8

@ -152,6 +152,8 @@ public class DcsForEquipmentServiceImpl implements IDcsForEquipmentService {
mesProductionRecord.setPartNo(erpPartNo);
mesProductionRecord.setPartName(partName);
mesProductionRecord.setProductSn(barcode);
mesProductionRecord.setWorkCellCode(workCellCode);
mesProductionRecord.setWorkCenterCode(workCenterCode);
mesProductionRecord.setReportStatus(MesExtEnumUtil.REPORT_STATUS.REPORT_STATUS_30.getValue());
mesProductionRecord.setReportType(MesExtEnumUtil.MES_REPORT_TYPE.NO_REPORT.getValue());
mesProductionRecord.setOrganizeCode(organizeCode);

Loading…
Cancel
Save