From 6ca4391a35cb940a5a27fd45811cce2d07f04b78 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期一, 17 三月 2025 16:58:31 +0800 Subject: [PATCH] 销售报价单 列表 和 编辑 页面; (见原型设计) 增加 客户拜访记录单 列表 和 编辑 页面; 工艺路线,产品工艺参数 车间管理:岗位技能清单,员工技能清单,设备启动点检清单列表,产品防错验证清单列表 质量管理:检验方案,安灯逐级呼叫规则,环境检测方案 增加; 保存前控制存储过程,保存后控制存储过程,审核前控制,审核后控制,删除前控制,删除后控制;作废前控制 作废后控制 --- Model/Model.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Model/Model.csproj b/Model/Model.csproj index cd5835a..1ef7a56 100644 --- a/Model/Model.csproj +++ b/Model/Model.csproj @@ -1088,6 +1088,8 @@ <Compile Include="閿�鍞鐞哱ClsXs_SellPlanExecuteBillMain.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SellPlanExecuteBillSub.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_OutDoorCheckBillMain.cs" /> + <Compile Include="閿�鍞鐞哱ClsCrm_ComplainVisitBillMain.cs" /> + <Compile Include="閿�鍞鐞哱ClsCrm_ComplainVisitBillSub.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SeQuotation_ccjgBillMain.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SeQuotation_ccjgBillSub.cs" /> <Compile Include="閿�鍞鐞哱ClsXs_SeDownStockBillMain.cs" /> -- Gitblit v1.9.1