username@email.com
2024-09-30 555fde94d2044e6be823ba2ec822a8a3b5c3f964
CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs
@@ -136,6 +136,7 @@
                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)
@@ -224,6 +225,10 @@
                    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;
@@ -231,6 +236,7 @@
                model.GramWeight = gramWeight;
                model.BrandId = brandId;
                model.PrintCount = printCount;
                model.Unit = ysuint;
                model.SingleOrdouble = singleOrdouble;
                if (!string.IsNullOrEmpty(works))
                {
@@ -1442,7 +1448,12 @@
                         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))
                 {