[2133] #483

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-05-04 11:03:41 +09:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c22880c69 - Show all commits

View File

@ -2746,7 +2746,7 @@ public class EstimateService {
sb.append("<td style='width:120px;text-align:left;'>")
.append(StringUtils.defaultString(itemResponse.getItemName()))
.append("</td>");
sb.append("<td style='width:120px;'>")
sb.append("<td style='width:120px;text-align:left;'>")
.append(StringUtils.defaultString(itemResponse.getItemNo()))
.append("</td>");
sb.append("<td style='width:60px;text-align:right;'>").append(amountStr).append("</td>");