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