From 259584df9c06ade70f1f351affb35d4922e1263d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 07 十一月 2025 16:23:13 +0800
Subject: [PATCH] 这个打印送货单,你们给我做两种,做一张打印没得数量的,做一张打印有数量的。送货单格式就是32开,就哎就是A4排一半。你们打了测试,注意,美观。 把那个把它做出来,下一批就用这个自动打。 不是不是打印的要数量都是有数量,要没得数量都没得数量。就是点打印的时候就两个按钮嘛,一个是有数量打印,或者或者或者空白送货单打印。 现在这个现在的送货单都是没有数量噻。现在那个要的,比如你那里再打你那个打印关闭的按钮,要把搞成两个打印嘛,就是打印空白送货单和打印送货单。 好点打印空白送货单的,就是现在这样子。点打印送货单,打印的就是那个跟有有就是有数据的送货单。作业本送货统计查询,状态查询需要修改逻辑
---
CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 236 insertions(+), 1 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
index c43cf54..6ff89ca 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_OrderExtendExtend.cs
@@ -261,6 +261,24 @@
}
/// <summary>
+ /// 璁捐璁㈠崟涓嬪崟杩斿洖XiadanKeyid
+ /// </summary>
+ public int? XiadanKeyid
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
+ /// 鏄惁缁撶畻 `1鏄�2鍚�
+ /// </summary>
+ public int? shifoujiesuan
+ {
+ get;
+ set;
+ }
+
+ /// <summary>
/// 璁捐浜哄憳
/// </summary>
public int? Shejirenyuan
@@ -366,6 +384,117 @@
/// 璁捐鏁伴噺鍐呴〉
/// </summary>
public int? Shejicountneiye { get; set; }
+
+ /// <summary>
+ /// 璁捐鍗曚环鍐呴〉
+ /// </summary>
+ public decimal? ShejiUnitPriceneiye1 { get; set; }
+
+ /// <summary>
+ /// 璁捐閲戦鍐呴〉
+ /// </summary>
+ public decimal? ShejiSumPriceneiye1 { get; set; }
+
+ /// <summary>
+ /// 璁捐鏁伴噺鍐呴〉
+ /// </summary>
+ public int? Shejicountneiye1 { get; set; }
+
+
+ /// <summary>
+ /// 璁捐鍗曚环鍐呴〉
+ /// </summary>
+ public decimal? ShejiUnitPriceneiye2 { get; set; }
+
+ /// <summary>
+ /// 璁捐閲戦鍐呴〉
+ /// </summary>
+ public decimal? ShejiSumPriceneiye2 { get; set; }
+
+ /// <summary>
+ /// 璁捐鏁伴噺鍐呴〉
+ /// </summary>
+ public int? Shejicountneiye2 { get; set; }
+
+
+
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public int? Shejirenyuanneiye1
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public string ShejirenyuanNameneiye1 { get; set; }
+
+
+
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public int? Shejileixingneiye1
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public string ShejileixingNameneiye1 { get; set; }
+
+ /// <summary>
+ /// 鍗曞弻闈�
+ /// </summary>
+ public string Danshuangmianneiye1 { get; set; }
+
+ /// <summary>
+ /// 璁捐瑕佹眰
+ /// </summary>
+ public string Shejiyaoqiuneiye1 { get; set; }
+
+
+
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public int? Shejirenyuanneiye2
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐浜哄憳
+ /// </summary>
+ public string ShejirenyuanNameneiye2 { get; set; }
+
+
+
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public int? Shejileixingneiye2
+ {
+ get;
+ set;
+ }
+ /// <summary>
+ /// 璁捐绫诲瀷
+ /// </summary>
+ public string ShejileixingNameneiye2 { get; set; }
+
+ /// <summary>
+ /// 鍗曞弻闈�
+ /// </summary>
+ public string Danshuangmianneiye2 { get; set; }
+
+ /// <summary>
+ /// 璁捐瑕佹眰
+ /// </summary>
+ public string Shejiyaoqiuneiye2 { get; set; }
@@ -727,7 +856,113 @@
this.printunit = isChange ? MyConvert.ConvertToInt32(value).Value : this.printunit;
theValue = this.printunit;
}
-
+
+ else if ("ShejiUnitPriceneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 75)
+ {
+ this.ShejiUnitPriceneiye1 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye1;
+ theValue = this.ShejiUnitPriceneiye1;
+ }
+ else if ("ShejiSumPriceneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 76)
+ {
+ this.ShejiSumPriceneiye1 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye1;
+ theValue = this.ShejiSumPriceneiye1;
+ }
+ else if ("Shejicountneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 77)
+ {
+ this.Shejicountneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye1;
+ theValue = this.Shejicountneiye1;
+ }
+
+ else if ("ShejiUnitPriceneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 78)
+ {
+ this.ShejiUnitPriceneiye2 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiUnitPriceneiye2;
+ theValue = this.ShejiUnitPriceneiye2;
+ }
+ else if ("ShejiSumPriceneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 79)
+ {
+ this.ShejiSumPriceneiye2 = isChange ? MyConvert.ConvertToDecimal(value) : this.ShejiSumPriceneiye2;
+ theValue = this.ShejiSumPriceneiye2;
+ }
+ else if ("Shejicountneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 80)
+ {
+ this.Shejicountneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejicountneiye2;
+ theValue = this.Shejicountneiye2;
+ }
+
+
+ else if ("Shejirenyuanneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 81)
+ {
+ this.Shejirenyuanneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye1;
+ theValue = this.Shejirenyuanneiye1;
+ }
+ else if ("ShejirenyuanNameneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 82)
+ {
+ this.ShejirenyuanNameneiye1 = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye1;
+ theValue = this.ShejirenyuanNameneiye1;
+ }
+ else if ("Shejileixingneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 83)
+ {
+ this.Shejileixingneiye1 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye1;
+ theValue = this.Shejileixingneiye1;
+ }
+ else if ("ShejileixingNameneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 84)
+ {
+ this.ShejileixingNameneiye1 = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye1;
+ theValue = this.ShejileixingNameneiye1;
+ }
+ else if ("Danshuangmianneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 85)
+ {
+ this.Danshuangmianneiye1 = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye1;
+ theValue = this.Danshuangmianneiye1;
+ }
+ else if ("Shejiyaoqiuneiye1".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 86)
+ {
+ this.Shejiyaoqiuneiye1 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye1;
+ theValue = this.Shejiyaoqiuneiye1;
+ }
+
+
+ else if ("Shejirenyuanneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 87)
+ {
+ this.Shejirenyuanneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejirenyuanneiye2;
+ theValue = this.Shejirenyuanneiye2;
+ }
+ else if ("ShejirenyuanNameneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 88)
+ {
+ this.ShejirenyuanNameneiye2 = isChange ? MyConvert.ConvertToString(value) : this.ShejirenyuanNameneiye2;
+ theValue = this.ShejirenyuanNameneiye2;
+ }
+ else if ("Shejileixingneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 89)
+ {
+ this.Shejileixingneiye2 = isChange ? MyConvert.ConvertToInt32(value) : this.Shejileixingneiye2;
+ theValue = this.Shejileixingneiye2;
+ }
+ else if ("ShejileixingNameneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 90)
+ {
+ this.ShejileixingNameneiye2 = isChange ? MyConvert.ConvertToString(value) : this.ShejileixingNameneiye2;
+ theValue = this.ShejileixingNameneiye2;
+ }
+ else if ("Danshuangmianneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 91)
+ {
+ this.Danshuangmianneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Danshuangmianneiye2;
+ theValue = this.Danshuangmianneiye2;
+ }
+ else if ("Shejiyaoqiuneiye2".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 92)
+ {
+ this.Shejiyaoqiuneiye2 = isChange ? MyConvert.ConvertToString(value) : this.Shejiyaoqiuneiye2;
+ theValue = this.Shejiyaoqiuneiye2;
+ }
+ else if ("shifoujiesuan".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 93)
+ {
+ this.shifoujiesuan = isChange ? MyConvert.ConvertToInt32(value) : this.shifoujiesuan;
+ theValue = this.shifoujiesuan;
+ }
+
+ else if ("XiadanKeyid".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 94)
+ {
+ this.XiadanKeyid = isChange ? MyConvert.ConvertToInt32(value) : this.XiadanKeyid;
+ theValue = this.XiadanKeyid;
+ }
#endregion
--
Gitblit v1.9.1