username@email.com
5 天以前 4daa7f6a133d7c52fa94b22fb1a1767a136b3c5c
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();