From d8de78b09da94b54f105bb4a74cf4701128e7bf8 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 22 四月 2024 17:26:23 +0800
Subject: [PATCH] 1.工程项目的编辑页面,增加 工程信息 页签; 页签里 增加字段 项目类别HProjectClassID,状态,建设单位HBuildComp,地点HBuildAddress,任务编号HWorkNo,受理日期HReDate,图纸编号HPicNo,任务下达HWorkTask,项目内容HProjectNote ; 2.仓储流程的测试并完善功能; 分步式调出单-》分布式调入单 直接调拨单 (注意: 源单类型的下拉框 需要 根据数据库 表动态加载, 关联数量 要准确 , 审核 且 未关闭 未行关闭的行 才能下推 ,关联数量超额后,要 反写 关闭 源单 )

---
 Model/Model.csproj |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/Model/Model.csproj b/Model/Model.csproj
index 193d72b..feb8ba4 100644
--- a/Model/Model.csproj
+++ b/Model/Model.csproj
@@ -239,6 +239,8 @@
     <Compile Include="浠撳簱绠$悊\ClsKf_MateOutRequestBillSub.cs" />
     <Compile Include="浠撳簱绠$悊\ClsKF_ChangeBoxBillMain.cs" />
     <Compile Include="浠撳簱绠$悊\ClsKF_ChangeBoxBillSub.cs" />
+    <Compile Include="浠撳簱绠$悊\ClsSc_ProductionReturnBillSub.cs" />
+    <Compile Include="浠撳簱绠$悊\ClsSc_ProductionReturnBillMain.cs" />
     <Compile Include="浠撳簱绠$悊\ClsKf_StepFoldInBillMain.cs" />
     <Compile Include="浠撳簱绠$悊\ClsKf_StepFoldInBillSub.cs" />
     <Compile Include="浠撳簱绠$悊\ClsKf_StepFoldOutBillSub.cs" />
@@ -286,7 +288,17 @@
     <Compile Include="淇℃伅骞冲彴\ClsOA_ComFileBillMain.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_ComFileBillSub.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_EmpMinMessage.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackCheckBillMain.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackHandleBillMain.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackCheckBillSub.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_AndengFlowRuleBillMain.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackSignBill.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackReceiveBillMain.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackBillMain.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackHandleBillSub.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_AndengFlowRuleBillSub.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackSignBillSub.cs" />
+    <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackReceiveBillSub.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackBillSub.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_ErrMsgBackBillSub2.cs" />
     <Compile Include="淇℃伅骞冲彴\ClsOA_InformBillMain.cs" />
@@ -343,7 +355,15 @@
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_AreaUser_Model.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_BadPhenomena_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_BadResult_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CardChangeType_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CardStatus_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CardAddress_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_CardType_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_ErrMsgBackType_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_TaskClass_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_ProjectClass_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_StockCheckItem_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_InspectInstruMent_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_InspectBasis_Model.cs" />
@@ -449,6 +469,8 @@
     <Compile Include="宸ヨ祫绠$悊\ClsHR_EmpDimissionBillSub.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsHR_EmpEngageRequestBillMain.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsHR_EmpEngageRequestBillSub.cs" />
+    <Compile Include="宸ヨ祫绠$悊\ClsHR_EmployeeSkillBillMain.cs" />
+    <Compile Include="宸ヨ祫绠$悊\ClsHR_EmployeeSkillBillSub.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsPay_CarOutApplyBillMain.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsPay_CarOutApplyBillSub.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsPay_EmpInitChangeBillMain.cs" />
@@ -465,6 +487,8 @@
     <Compile Include="宸ヨ祫绠$悊\ClsPay_SubsidyChangeBillSub.cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsPay_SumBalBillMain .cs" />
     <Compile Include="宸ヨ祫绠$悊\ClsPay_SumBalBillSub.cs" />
+    <Compile Include="宸ヨ祫绠$悊\ClsHR_PostSkillBillMain.cs" />
+    <Compile Include="宸ヨ祫绠$悊\ClsHR_PostSkillBillSub.cs" />
     <Compile Include="搴旀敹绠$悊\ClsYS_ReceiveOtherBillSub.cs" />
     <Compile Include="鎴愭湰绠$悊\ClsCB_ChangeMoneyBillMain.cs" />
     <Compile Include="鎴愭湰绠$悊\ClsCB_ChangeMoneyBillSub.cs" />
@@ -612,11 +636,22 @@
     <Compile Include="鐢熶骇绠$悊\妯″叿绠$悊\ClsSc_MouldStockBillMain.cs" />
     <Compile Include="鐢熶骇绠$悊\妯″叿绠$悊\ClsSc_MouldStockBillSub.cs" />
     <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_EquipTypeBill.cs" />
+    <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_FixCardChangeBillMain.cs" />
     <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSb_EquipConkBookBillMain.cs" />
     <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsSb_EquipConkBookBillSub.cs" />
+    <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_FixCardBillMain.cs" />
+    <Compile Include="鐢熶骇绠$悊\璁惧绠$悊\ClsGy_FixCardBillSub_Emp.cs" />
     <Compile Include="绯荤粺鍏敤\ClsXt_SystemParameter_Model.cs" />
     <Compile Include="璁″垝绠$悊\ClsGy_MaterialTechParamBillSub.cs" />
     <Compile Include="璁″垝绠$悊\ClsGy_MaterialTechParamBillMain.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdConclusionBillMain.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdConclusionBillSub.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdDisposeCheckBillMain.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdDisposeBillMain.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdDisposeCheckBillSub.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdRequestBillMain.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdDisposeBillSub.cs" />
+    <Compile Include="璐ㄦ绠$悊\ClsQC_NoPassProdRequestBillSub.cs" />
     <Compile Include="璐ㄦ绠$悊\ClsSc_ProcessExchangeBillMain_Note.cs" />
     <Compile Include="璐ㄦ绠$悊\ClsQC_FirstPieceCheckBillSub_ValueGrid.cs" />
     <Compile Include="璐ㄦ绠$悊\ClsQC_PatrolProcCheckBillSub_BadReason.cs" />
@@ -947,6 +982,8 @@
     <Compile Include="閲戣澏鍗曟嵁\閿�鍞鐞哱ClsXs_SeOutStockBackBillSub_K3.cs" />
     <Compile Include="閲戣澏鍗曟嵁\閿�鍞鐞哱ClsXs_SeOutStockBillMain_K3.cs" />
     <Compile Include="閲戣澏鍗曟嵁\閿�鍞鐞哱ClsXs_SeOutStockBillSub_K3.cs" />
+    <Compile Include="閿�鍞鐞哱ClsXs_SellOutChangeBillSub.cs" />
+    <Compile Include="閿�鍞鐞哱ClsXs_SellOutChangeBillMain.cs" />
     <Compile Include="閿�鍞鐞哱ClsKf_ICStockBackBillMain.cs" />
     <Compile Include="閿�鍞鐞哱ClsKf_ICStockBackBillSub.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_ReceivableBillSub.cs" />
@@ -974,6 +1011,7 @@
     <Compile Include="閿�鍞鐞哱ClsXs_SellPlanBillSub.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_SellPlanExecuteBillMain.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_SellPlanExecuteBillSub.cs" />
+    <Compile Include="閿�鍞鐞哱ClsXs_OutDoorCheckBillMain.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_SeQuotation_ccjgBillMain.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_SeQuotation_ccjgBillSub.cs" />
     <Compile Include="閿�鍞鐞哱ClsXs_SeDownStockBillMain.cs" />

--
Gitblit v1.9.1