From e3148a73b7b762e3f3116a71a27def90afabf335 Mon Sep 17 00:00:00 2001
From: lvzb <35200379@qq.com>
Date: Tue, 19 Sep 2023 09:59:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E5=A4=96=E9=87=87=E8=B4=AD=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx | 23 ++++++++-----------
.../富维本特勒/SCP_PO_EXTEND.aspx.cs | 2 +-
.../SCP_PO_EXTEND.aspx.designer.cs | 16 ++++++-------
3 files changed, 18 insertions(+), 23 deletions(-)
diff --git a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx
index f1183d2..dbb5bf6 100644
--- a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx
+++ b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx
@@ -68,37 +68,32 @@
-
+
-
-
-
-
-
+
-
+
-
+
+
+
+
+
-
+
- <%--
-
-
-
- --%>
diff --git a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.cs b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.cs
index 06ac221..2d3e2b0 100644
--- a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.cs
+++ b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.cs
@@ -81,7 +81,7 @@ namespace SCP.Views.富维本特勒
{
_entity.EndTime_End = DP_EndDate.SelectedDate;
}
- _entity.VendId = ddl_Vender.SelectedValue;
+ _entity.VendId = ddlVender.Text;
_entity.PoBillNum = TXT_BillNo.Text;
_entity.ErpBillNum = TXT_ProjectId.Text;
if (!string.IsNullOrEmpty(rblist.SelectedValue))
diff --git a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.designer.cs b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.designer.cs
index 7eed0b9..580ab2a 100644
--- a/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.designer.cs
+++ b/SCP/Views/富维本特勒/SCP_PO_EXTEND.aspx.designer.cs
@@ -195,13 +195,13 @@ namespace SCP.Views.富维本特勒
protected global::FineUI.TextBox TXT_Extend3;
///
- /// ddl_Vender 控件。
+ /// ddlVender 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUI.DropDownList ddl_Vender;
+ protected global::FineUI.TextBox ddlVender;
///
/// TXT_ProjectId 控件。
@@ -222,31 +222,31 @@ namespace SCP.Views.富维本特勒
protected global::FineUI.TextBox TXT_PartCode;
///
- /// DDL_State 控件。
+ /// DP_StartDate 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUI.DropDownList DDL_State;
+ protected global::FineUI.DatePicker DP_StartDate;
///
- /// DP_StartDate 控件。
+ /// DP_EndDate 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUI.DatePicker DP_StartDate;
+ protected global::FineUI.DatePicker DP_EndDate;
///
- /// DP_EndDate 控件。
+ /// DDL_State 控件。
///
///
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
///
- protected global::FineUI.DatePicker DP_EndDate;
+ protected global::FineUI.DropDownList DDL_State;
///
/// DP_BeginTime 控件。