| | |
| | | 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)) |
| | | { |