| | |
| | | int bindingMode = -1; |
| | | string gildingType = string.Empty; |
| | | string laFeng = string.Empty; |
| | | int ysuint = 1; |
| | | if (request["hidPrintTypeId"] != null) |
| | | printTypeId = request["hidPrintTypeId"].ToString().ToInt32().Value; |
| | | if (request["printMode"] != null) |
| | |
| | | gildingType = request["gildingType0"].ToString(); |
| | | if (request["LaFeng"] != null) |
| | | laFeng = request["LaFeng"].ToString(); |
| | | |
| | | if (request["ysUnit"] != null) |
| | | ysuint = request["ysUnit"].ToString().ToInt32().Value; |
| | | |
| | | model.PrintTypeId = printTypeId; |
| | | model.PrintMode = printMode; |
| | | model.PrintSizeId = sizeId; |
| | |
| | | model.GramWeight = gramWeight; |
| | | model.BrandId = brandId; |
| | | model.PrintCount = printCount; |
| | | model.Unit = ysuint; |
| | | model.SingleOrdouble = singleOrdouble; |
| | | if (!string.IsNullOrEmpty(works)) |
| | | { |
| | |
| | | if(model.PrintTypeId!=27) |
| | | afterInfo.ParameterName = "胶头(每本" + model.PageNum.ToString() + "页)"; |
| | | } |
| | | afterWorkStr += afterInfo.ParameterName + ","; |
| | | if (afterInfo.ParameterName == "胶左") |
| | | { |
| | | if (model.PrintTypeId == 29) |
| | | afterInfo.ParameterName = "胶左(每本" + model.PaperMP.ToString() + "页)"; |
| | | } |
| | | afterWorkStr += afterInfo.ParameterName + ","; |
| | | } |
| | | if (!string.IsNullOrEmpty(afterWorkStr)) |
| | | { |