打印样式修改

This commit is contained in:
Tankaikai 2024-10-15 16:48:59 +08:00
parent ef95c312e5
commit 235b686afd
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ public class FeieyunPrintUtil {
}
data.append("--------------------------------<BR>");
String t = "" + (ObjectUtil.isEmpty(detailPO.getDiscountAmount()) || ObjectUtil.isNull(detailPO.getDiscountAmount()) ? detailPO.getReceiptsAmount() : new BigDecimal(detailPO.getReceiptsAmount()).subtract(new BigDecimal(detailPO.getDiscountAmount())).toPlainString());
t = String.format("%11s", t).replace(' ', ' ');
if (orderType.equals("return")) {
data.append(StrUtil.format("<B>应退:{}</B><BR>", t));
} else {