From 20e3c6a4d63a1720ea75dee76b0794c97e7f4f36 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 15 十月 2024 16:56:09 +0800
Subject: [PATCH] 1

---
 DAL/SCM/ClsSup_QuotePriceBill.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DAL/SCM/ClsSup_QuotePriceBill.cs b/DAL/SCM/ClsSup_QuotePriceBill.cs
index a0f9840..ec06ac7 100644
--- a/DAL/SCM/ClsSup_QuotePriceBill.cs
+++ b/DAL/SCM/ClsSup_QuotePriceBill.cs
@@ -21,8 +21,8 @@
             base.MvarItemKeySub4 = "";
             base.MvarItemKey="Sup_QuotePriceBillMain";
             base.MvarReportTitle="渚涘簲鍟嗘姤浠峰崟";
-            base.BillType="1507";
-            base.HBillSubType = "1507";
+            base.BillType="1121";
+            base.HBillSubType = "1121";
         }
 
         #region 鍥哄畾浠g爜
@@ -123,8 +123,8 @@
                 ",HCurID,HExplanation,HInnerBillNo" +
                 ") " +
                 " values('" + this.BillType + "','"  + this.HBillSubType + "'," +omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" +
-                ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" +
-                "," + omodel.HSupID.ToString() + ",'" + omodel.HQuoteEmp + "','" + omodel.HQuoteDept + "','" + omodel.HBeginDate + "','" + omodel.HEndDate + "'" +
+                ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + omodel.HMakeDate + "','" + omodel.HMakeDate +
+                "'," + omodel.HSupID.ToString() + ",'" + omodel.HQuoteEmp + "','" + omodel.HQuoteDept + "','" + omodel.HBeginDate + "','" + omodel.HEndDate + "'" +
                 ", " + omodel.HPayConditionID.ToString() + "," + omodel.HCurID.ToString() + ",'" + omodel.HExplanation + "','" + omodel.HInnerBillNo + "'" +
                 ") ");
                 //鎻掑叆瀛愯〃

--
Gitblit v1.9.1