username@email.com
2024-09-26 e78095c1bc7866434a6cc0697a0de224528b553b
单价保留四位小数
1个文件已修改
2 ■■■ 已修改文件
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx.cs
@@ -117,7 +117,7 @@
            if (_eC_OrderBasic.UnitPrice.HasValue)
            {
                this.txtUnitPrice.Value = _eC_OrderBasic.UnitPrice.Value.ToString("0.00");
                this.txtUnitPrice.Value = _eC_OrderBasic.UnitPrice.Value.ToString("0.0000");
            }
            if (_eC_OrderBasic.SumPrice.HasValue)
            {