From a001acc104e149c73f375638e1ba8224d0d28462 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 16 七月 2025 11:24:49 +0800
Subject: [PATCH] 采购数据   货品名称和类型反了,调下顺序  完成

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs
index c09621f..3c1d0f5 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs
@@ -37,6 +37,8 @@
         public string[] Width = new string[7];
         public string[] Lenth = new string[7];
         public string xialapr = "";
+        public string orderIdstrrrr = "";
+
         //鍒濆鍖�
         public AgSpecialOrderEdit()
         {
@@ -167,6 +169,7 @@
                 return false;
             }
 
+            orderIdstrrrr = orderIdStr;
             EC_OrderPrintParameterBLL _eC_OrderPrintParameterBLL = new EC_OrderPrintParameterBLL();
             EC_OrderPrintParameter _eC_OrderPrintParameter = _eC_OrderPrintParameterBLL.GetModel(orderId.Value);
             InquiryCommonModel _inquiryCommonModel = null;
@@ -218,11 +221,11 @@
             this.spanOrderPrintNum.InnerText = _eC_OrderBasic.OrderExtend.PrintNum.ToString2();
             if (_eC_OrderBasic.PrintTypeId == 13)
             {
-                this.spanOrderPrintDemand.InnerText = "鍗板埛鏁伴噺锛�(" + _inquiryCommonModel.PrintBoxNumber + "娆�,姣忔" + _eC_OrderBasic.OrderExtend.PrintNum + "鐩�)锛�" + _inquiryCommonModel.PrintDemand;
+                this.spanOrderPrintDemand.InnerHtml = "鍗板埛鏁伴噺锛�(" + _inquiryCommonModel.PrintBoxNumber + "娆�,姣忔" + _eC_OrderBasic.OrderExtend.PrintNum + "鐩�)锛�" + _inquiryCommonModel.PrintDemand;
             }
             else
             {
-                this.spanOrderPrintDemand.InnerText = "鍗板埛鏁伴噺锛�(" + _eC_OrderBasic.OrderExtend.PrintNum + ")锛�" + _inquiryCommonModel.PrintDemand;
+                this.spanOrderPrintDemand.InnerHtml = "鍗板埛鏁伴噺锛�(" + _eC_OrderBasic.OrderExtend.PrintNum + ")锛�" + _inquiryCommonModel.PrintDemand;
             }
             this.spanOrderAfterWorksDemand.InnerText = _inquiryCommonModel.AfterWorksDemand;
             this.spanOrderDeliveryModeName.InnerText = _inquiryCommonModel.DeliveryModeName;
@@ -238,6 +241,7 @@
                 EC_SpecialForums m_EC_SpecialForums = new EC_SpecialForums();
                 //m_EC_SpecialForums.PSF_Note = _inquiryCommonModel.AfterWorksDemand;
                 m_EC_SpecialForums.PSF_Forumsid = 1;
+                m_EC_SpecialForums.PSF_CTPCount = 1;
                 m_EC_SpecialForumsList.Add(m_EC_SpecialForums);
                 this.txtPSO_Work.InnerText = _inquiryCommonModel.AfterWorksDemand;
             }
@@ -503,7 +507,7 @@
                     //}
                     m_EC_SpecialForums.PSF_BigPaperCount = 0;
                     m_EC_SpecialForums.PSF_OpenSpecifications = PSF_OpenSpecifications[i].ToString2().Replace("锛�+-+锛�", ",");
-                    if (PSF_PressesDesk[i].IndexOf("杞浆")>=0)
+                    if (PSF_PressesDesk[i].IndexOf("杞浆")>=0 || PSF_PressesDesk[i].IndexOf("榛戠櫧") >= 0)
                     {
                         if (PSF_OpenWidthName[i].ToInt32() == null)
                         {

--
Gitblit v1.9.1