|
|
|
@ -142,6 +142,8 @@ public class CustomFieldPrintStrategy implements IPrintTemplateStrategyService {
|
|
|
|
|
result.put(MesPcnExtConstWords.PRINT_BAR_CODE, produceSn.getProductSn());
|
|
|
|
|
result.put(MesPcnExtConstWords.PRINT_DATE, TimeTool.getNowTime(true));
|
|
|
|
|
result.put(MesPcnExtConstWords.USER_NAME, produceSn.getCreateUser());
|
|
|
|
|
result.put(MesPcnExtConstWords.PRODUCT_DATE, TimeTool.getToday());
|
|
|
|
|
result.put(MesPcnExtConstWords.PRODUCT_TIME, TimeTool.getTimeShortWithColon());
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|