username@email.com
2025-01-21 957344a47100f58ac7ac046ec5b2d5201a599d5c
CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs
@@ -1900,12 +1900,13 @@
                        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;
                    }
@@ -2429,7 +2430,7 @@
                     if (afterInfo.ParameterName == "胶头")
                     {
                         if(model.PrintTypeId!=27)
                         afterInfo.ParameterName = "胶头(每本" + model.PageNum.ToString() + "页)";
                         afterInfo.ParameterName = "胶头(每本" + model.PageNum.ToString() + "张)";
                        if (model.PrintTypeId == 39)
                        {
@@ -2439,7 +2440,7 @@
                    if (afterInfo.ParameterName == "胶左")
                    {
                        if (model.PrintTypeId == 29)
                            afterInfo.ParameterName = "胶左(每本" + model.PaperMP.ToString() + "页)";
                            afterInfo.ParameterName = "胶左(每本" + model.PaperMP.ToString() + "张)";
                    }
                    afterWorkStr += afterInfo.ParameterName + ",";
                 }
@@ -2455,13 +2456,20 @@
                 }
             }
             //if (model.PrintTypeId == 27)
             //{
             //    afterWorkStr += "套号号段(" + model.ThStart.ToString() + "-" + model.ThEnd.ToString() + ")";
             //    afterWorkStr += "," + model.JTWZ;
             //}
             if (model.PrintTypeId == 25)
            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 + ")";
                    //afterWorkStr += "," + model.JTWZ;
                }
            }
            if (model.PrintTypeId == 25)
             {
                 
                 InquiryInsideModel insideModel = model.InquiryInsideList[0];