username@email.com
2023-09-18 ad4a0e39c5d95c9c64096f4851a90a584b2b3b26
送货单总金额显示错误修改
1个文件已修改
1 ■■■■ 已修改文件
CY_ECommercePlatform/CY.WebForm/Pages/business/PrintAwbOrder.aspx 1 ●●●● 补丁 | 查看 | 原始文档 | 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;
        }