| | |
| | | |
| | | 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; |
| | |
| | | { |
| | | eC_SpecialForums.shifouxianshi = "display:none;"; |
| | | } |
| | | |
| | | |
| | | if (eC_SpecialForums.PSF_PressesDesk.IndexOf("与其他订单合版") >= 0 ) |
| | | { |
| | | eC_SpecialForums.shifouxianshi = "display:none;"; |
| | | eC_SpecialForums.shifouxianshiheban = "display:none;"; |
| | | } |
| | | |
| | | } |
| | | this.RepClientList.DataSource = m_EC_SpecialForumsList; |
| | | this.RepClientList.DataBind(); |