CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx.cs
@@ -149,11 +149,11 @@ if (_eC_OrderBasic.PrintTypeId == 13) { this.spanOrderPrintDemand.InnerText = "印刷数量:(" + _inquiryCommonModel.PrintBoxNumber + "款,每款" + _eC_OrderBasic.OrderExtend.PrintNum + "盒)," + _inquiryCommonModel.PrintDemand; this.spanOrderPrintDemand.InnerHtml = "印刷数量:(" + _inquiryCommonModel.PrintBoxNumber + "款,每款" + _eC_OrderBasic.OrderExtend.PrintNum + "盒)," + _inquiryCommonModel.PrintDemand; } else { this.spanOrderPrintDemand.InnerText = "印刷数量:(" + _eC_OrderBasic.OrderExtend.PrintNum + ")," + _inquiryCommonModel.PrintDemand; this.spanOrderPrintDemand.InnerHtml = "印刷数量:(" + _eC_OrderBasic.OrderExtend.PrintNum + ")," + _inquiryCommonModel.PrintDemand; } this.spanOrderAfterWorksDemand.InnerText = _inquiryCommonModel.AfterWorksDemand; CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs
@@ -221,11 +221,11 @@ this.spanOrderPrintNum.InnerText = _eC_OrderBasic.OrderExtend.PrintNum.ToString2(); if (_eC_OrderBasic.PrintTypeId == 13) { this.spanOrderPrintDemand.InnerText = "印刷数量:(" + _inquiryCommonModel.PrintBoxNumber + "款,每款" + _eC_OrderBasic.OrderExtend.PrintNum + "盒);" + _inquiryCommonModel.PrintDemand; this.spanOrderPrintDemand.InnerHtml = "印刷数量:(" + _inquiryCommonModel.PrintBoxNumber + "款,每款" + _eC_OrderBasic.OrderExtend.PrintNum + "盒);" + _inquiryCommonModel.PrintDemand; } else { this.spanOrderPrintDemand.InnerText = "印刷数量:(" + _eC_OrderBasic.OrderExtend.PrintNum + ");" + _inquiryCommonModel.PrintDemand; this.spanOrderPrintDemand.InnerHtml = "印刷数量:(" + _eC_OrderBasic.OrderExtend.PrintNum + ");" + _inquiryCommonModel.PrintDemand; } this.spanOrderAfterWorksDemand.InnerText = _inquiryCommonModel.AfterWorksDemand; this.spanOrderDeliveryModeName.InnerText = _inquiryCommonModel.DeliveryModeName;