|
@@ -520,8 +520,8 @@ public class XpCloudPrintService {
|
|
|
+ "\n目的地:" + content.getDestination()
|
|
+ "\n目的地:" + content.getDestination()
|
|
|
+ "\n\n**************打印信息**************"
|
|
+ "\n\n**************打印信息**************"
|
|
|
+ "\n<L><N>打印时间:" + content.getPrintTime()
|
|
+ "\n<L><N>打印时间:" + content.getPrintTime()
|
|
|
- + "\n<L><N>打印次数:" + content.getPrintTimesDesc()
|
|
|
|
|
- + "\n\n<C><BOLD>" + content.getCopyLabel() + "</BOLD>";
|
|
|
|
|
|
|
+ + "\n<L><N>打印次数:" + content.getPrintTimesDesc();
|
|
|
|
|
+ // + "\n\n<C><BOLD>" + content.getCopyLabel() + "</BOLD>";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|