CY_ECommercePlatform/CY.WebForm/Pages/business/PrintAwbOrder.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CY_ECommercePlatform/CY.WebForm/Pages/business/PrintAwbOrder.aspx
@@ -58,6 +58,7 @@ sumPrice /= 100; sumPrice = Math.round(sumPrice * 100) / 100; document.getElementById('spnSumPriceUpper').innerHTML = sumPrice.ToUpper(); document.getElementById('spnSumPrice').innerHTML = sumPrice; }