username@email.com
2 天以前 79d6bea61cd6f48fbb284e98f4714f722bfee5fe
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();