打印样式修改
This commit is contained in:
@@ -2,6 +2,7 @@ package com.chaozhanggui.system.cashierservice.util;
|
|||||||
|
|
||||||
|
|
||||||
import cn.hutool.core.util.ObjectUtil;
|
import cn.hutool.core.util.ObjectUtil;
|
||||||
|
import cn.hutool.core.util.StrUtil;
|
||||||
import com.chaozhanggui.system.cashierservice.model.OrderDetailPO;
|
import com.chaozhanggui.system.cashierservice.model.OrderDetailPO;
|
||||||
import org.apache.commons.codec.digest.DigestUtils;
|
import org.apache.commons.codec.digest.DigestUtils;
|
||||||
import org.apache.http.HttpEntity;
|
import org.apache.http.HttpEntity;
|
||||||
@@ -19,7 +20,6 @@ import java.io.IOException;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
public class FeieyunPrintUtil {
|
public class FeieyunPrintUtil {
|
||||||
|
|
||||||
@@ -125,11 +125,11 @@ public class FeieyunPrintUtil {
|
|||||||
builder.append("<L>时间: "+date+" </L><BR><BR><BR>");
|
builder.append("<L>时间: "+date+" </L><BR><BR><BR>");
|
||||||
|
|
||||||
if(productName.length()>4||remark.length()>4){
|
if(productName.length()>4||remark.length()>4){
|
||||||
builder.append("<B><BOLD>"+productName+" "+number+"</BOLD></B><BR><BR>");
|
builder.append("<B><BOLD>"+productName+" x "+number+"</BOLD></B><BR><BR>");
|
||||||
builder.append("<B><BOLD>"+remark+" </BOLD></B><BR><BR><BR>");
|
builder.append("<B><BOLD>"+StrUtil.emptyToDefault(remark,"")+" </BOLD></B><BR><BR><BR>");
|
||||||
}else {
|
}else {
|
||||||
builder.append("<B><BOLD>"+productName+" "+number+"</BOLD></B><BR><BR>");
|
builder.append("<B><BOLD>"+productName+" x "+number+"</BOLD></B><BR><BR>");
|
||||||
builder.append("<B><BOLD>"+remark+" </BOLD></B><BR><BR><BR>");
|
builder.append("<B><BOLD>"+StrUtil.emptyToDefault(remark,"")+" </BOLD></B><BR><BR><BR>");
|
||||||
}
|
}
|
||||||
|
|
||||||
// builder.append("<CUT>");
|
// builder.append("<CUT>");
|
||||||
|
|||||||
Reference in New Issue
Block a user