Browse Source

更新总体积

java8
han\hanst 4 months ago
parent
commit
0e80ccf6ee
  1. 3
      src/main/java/com/xujie/sys/modules/ecss/service/impl/CoDelServiceImpl.java

3
src/main/java/com/xujie/sys/modules/ecss/service/impl/CoDelServiceImpl.java

@ -2323,8 +2323,7 @@ public class CoDelServiceImpl implements CoDelService {
"<div class='summary'>" + "<div class='summary'>" +
"<p><strong>发货通知单号:</strong> " + notifyHeader.getDelNo() + "</p>" + "<p><strong>发货通知单号:</strong> " + notifyHeader.getDelNo() + "</p>" +
"<p><strong>发票号:</strong> " + notifyHeader.getCmcInvoice() + "</p>" + "<p><strong>发票号:</strong> " + notifyHeader.getCmcInvoice() + "</p>" +
"<p><strong>更新后的总体积:</strong> " + totalVolume + "</p>" +
"<p><strong>更新人:</strong> " + updateBy + "</p>" +
"<p><strong>更新后的总体积:</strong> " + totalVolume + "m³</p>" +
"</div>" + "</div>" +
"</body>" + "</body>" +
"</html>"; "</html>";

Loading…
Cancel
Save