From 957344a47100f58ac7ac046ec5b2d5201a599d5c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 21 一月 2025 09:14:05 +0800 Subject: [PATCH] 留样 --- CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs index a32cda7..5366de6 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs +++ b/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; } -- Gitblit v1.9.1