| | |
| | | printDemand += ",每本" + model.PageNum + "份,"; |
| | | } |
| | | printDemand += model.RLNum + ","; |
| | | printDemand += model.PrintColor + ","; |
| | | printDemand += "封面要求:"; |
| | | printDemand += model.FrontType; |
| | | printDemand += model.PrintColor + ""; |
| | | |
| | | |
| | | if (model.FrontType != "无封面") |
| | | { |
| | | printDemand += ",封面要求:"; |
| | | printDemand += model.FrontType; |
| | | printDemand += "," + model.pDemand; |
| | | } |
| | | |
| | |
| | | } |
| | | if (model.PrintTypeId == 27) |
| | | { |
| | | if (!string.IsNullOrEmpty(model.JTWZ)) |
| | | { |
| | | afterWorkStr = model.JTWZ ; |
| | | } |
| | | if(!string.IsNullOrEmpty(model.ThStart) || !string.IsNullOrEmpty(model.ThEnd)) |
| | | { |
| | | afterWorkStr += ",套号号段(" + model.ThStart + "-" + model.ThEnd + ")"; |