| | |
| | | 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; |
| | |
| | | EC_SpecialForums m_EC_SpecialForums = new EC_SpecialForums(); |
| | | //m_EC_SpecialForums.PSF_Note = _inquiryCommonModel.AfterWorksDemand; |
| | | m_EC_SpecialForums.PSF_Forumsid = 1; |
| | | m_EC_SpecialForums.PSF_CTPCount = 1; |
| | | m_EC_SpecialForumsList.Add(m_EC_SpecialForums); |
| | | this.txtPSO_Work.InnerText = _inquiryCommonModel.AfterWorksDemand; |
| | | } |