username@email.com
2025-09-16 2bc5ccda1fc6e4d1b51d911a9fa3ba9f1461b507
CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementDetail.aspx.cs
@@ -42,7 +42,8 @@
            spanGoodsType.InnerText = goodsInfo.CommodityName;
            spanOperator.InnerText = procurenment.Operator;
            spanPrice.InnerText = string.Format("{0:F}", procurenment.Price);
            spanRemark.InnerText = procurenment.Remark;
            spanWarehouseName.InnerText = procurenment.WarehouseName;
            spanPurchaseStatus.InnerText = procurenment.PurchaseStatus;
            spanPurchaseTime.InnerText = procurenment.PurchaseTime.ToString();