| | |
| | | { |
| | | _inquiryCommonModel = SerializationHelper.DeSerialize(typeof(InquiryCommonModel), _eC_OrderPrintParameter.PrintParameter) as InquiryCommonModel; |
| | | } |
| | | var ssss = /*_inquiryCommonModel.PrintDemand +*/ _inquiryCommonModel.AfterWorksDemand; |
| | | var ssss = ""; |
| | | if (!string.IsNullOrEmpty(_inquiryCommonModel.AfterWorksDemand)) |
| | | { |
| | | ssss = /*_inquiryCommonModel.PrintDemand +*/ _inquiryCommonModel.AfterWorksDemand.Replace("封面后道:", "").Replace("内页后道:", ""); |
| | | } |
| | | if(_eC_OrderBasic.PrintTypeId == -1) |
| | | { |
| | | ssss = _inquiryCommonModel.PrintDemand; |