Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0897d3305d
|
|
@ -199,7 +199,7 @@ public class PrinterUtils {
|
|||
|
||||
char paddingCharacter = ' ';
|
||||
|
||||
sb.append("<S> 品名" + String.format("%22s", "数量").replace(' ', paddingCharacter) + "</S><BR>");
|
||||
sb.append("<S> 品名" + String.format("%18s", "数量").replace(' ', paddingCharacter) + "</S><BR>");
|
||||
|
||||
for (ProductInfo productInfo : handoverInfo.getProductInfos()) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue