From 646b82b6fc24ef47449ecf898cd89d4936ae007c Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 18 二月 2025 10:38:22 +0800
Subject: [PATCH] 优化设备档案查询与修改时制单时间与修改时间取年月日时分秒

---
 DAL/仓库管理/ClsKf_SellOutBillForLayUI.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs" "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs"
index 3056069..0adbd5f 100644
--- "a/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs"
+++ "b/DAL/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillForLayUI.cs"
@@ -170,6 +170,7 @@
                     ",HSTOCKORGID = " + omodel.HOrgID + "" +
                     ",HOWNERID = " + omodel.HOrgID + "" +
                     ",HOrgID = " + omodel.HOrgID + "" +
+                    ",HBillNo='" + omodel.HBillNo + "'" +
                     ",HMainSourceInterID = " + omodel.HMainSourceInterID + "" +
                     ",HMainSourceEntryID = " + omodel.HMainSourceEntryID + "" +
                     ",HMainSourceBillNo = '" + omodel.HMainSourceBillNo + "'" +
@@ -384,7 +385,7 @@
                     "," + omodel.HYear.ToString() + "" +
                     "," + omodel.HPeriod.ToString() + "" +
                     ",'" + this.BillType + "'" +
-                    ",'" + this.HBillSubType + "'" +
+                    ",'" + omodel.HBillSubType + "'" +
                     ",'" + omodel.HRemark + "'" +
                     ",'" + omodel.HMaker + "'" +
                     "," + "getdate()" + "" +

--
Gitblit v1.9.1