录单
This commit is contained in:
@@ -2056,7 +2056,7 @@ public class JDUtil {
|
|||||||
totalCount += count;
|
totalCount += count;
|
||||||
|
|
||||||
summaryBuilder.append("型号:").append(modelNumber != null ? modelNumber : "未知")
|
summaryBuilder.append("型号:").append(modelNumber != null ? modelNumber : "未知")
|
||||||
.append("\n数量:").append(count).append("\n");
|
.append(" 数量:").append(count).append("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加合计
|
// 添加合计
|
||||||
|
|||||||
Reference in New Issue
Block a user