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;
                    }
@@ -2457,6 +2458,10 @@
             }
            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 + ")";