From a737eb14fe1b705b07f017e0edc002fae6f857c3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 四月 2026 12:59:20 +0800
Subject: [PATCH] 发版套数再增加自定义填写数字 补单的生产施工单不要默认开料规格的数据 "付款未开票”列表中的金额合计放在“金额”格子下面,既要单页合计,又要每页的全部合计 生产要求跟“数量:    ”的宽度一样 印刷数量的填写格子跟后道工序一样长

---
 CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj b/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj
index 8201313..9d77344 100644
--- a/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj
+++ b/CY_ECommercePlatform/CY.SQLDAL/CY.SQLDAL.csproj
@@ -55,6 +55,9 @@
     <Compile Include="EC\EC_DemandPrintParameterDAL.cs" />
     <Compile Include="EC\EC_InHomeDataDAL.cs" />
     <Compile Include="EC\EC_MemberBasicDAL.cs" />
+    <Compile Include="EC\EC_SpecialHoudaosDAL.cs" />
+    <Compile Include="EC\EC_MergerHoudaosDAL.cs" />
+    <Compile Include="EC\EC_MergerForumsDAL.cs" />
     <Compile Include="EC\EC_OnlineAdviserDAL.cs" />
     <Compile Include="EC\EC_OrderDialogueDAL.cs" />
     <Compile Include="EC\EC_OrderPrintParameterDAL.cs" />
@@ -174,6 +177,8 @@
     <Compile Include="OA\CoreCmsPlanOrderDAL.cs" />
     <Compile Include="OA\CoreCmsPlanOrderFahuoDAL.cs" />
     <Compile Include="OA\CoreCmsPlanOrderItemDAL.cs" />
+    <Compile Include="OA\CoreDeliverOrderDAL.cs" />
+    <Compile Include="OA\CoreDeliverOrderItemDAL.cs" />
     <Compile Include="OA\OA_BaozhengjincuishouDAL.cs" />
     <Compile Include="OA\OA_BaozhengjinDAL.cs" />
     <Compile Include="OA\OA_CarDictionaryDAL.cs" />
@@ -193,13 +198,16 @@
     <Compile Include="OA\OA_DocumentDicDAL.cs" />
     <Compile Include="OA\OA_DriverRecordDAL.cs" />
     <Compile Include="OA\OA_FukuanshenqingDAL.cs" />
+    <Compile Include="OA\OA_GongzuoneirongDAL.cs" />
     <Compile Include="OA\OA_KaipiaoJineQuerenDAL.cs" />
     <Compile Include="OA\OA_KaipiaonewcuishouDAL.cs" />
     <Compile Include="OA\OA_KaipiaonewDAL.cs" />
     <Compile Include="OA\OA_KaipiaonewhuikuanDAL.cs" />
     <Compile Include="OA\OA_KipiaoshenqingDAL.cs" />
+    <Compile Include="OA\OA_GongzuoneirongCateDAL.cs" />
     <Compile Include="OA\OA_ShebeiCateDAL.cs" />
     <Compile Include="OA\OA_PropertyCateDAL.cs" />
+    <Compile Include="OA\OA_GongzuozhizeDAL.cs" />
     <Compile Include="OA\OA_ShebeiWeixiuDAL.cs" />
     <Compile Include="OA\OA_ShebeiManageDAL.cs" />
     <Compile Include="OA\OA_PropertyManageDAL.cs" />

--
Gitblit v1.9.1