From 277cffdd657197fbd72444ef24a99dde7a469011 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 22 四月 2025 08:41:20 +0800
Subject: [PATCH] 设计订单 已下单改成勾 完成
---
CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx.cs | 8 ++++++--
1 files changed, 6 insertions(+), 2 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..c50de43 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;
}
--
Gitblit v1.9.1