From 0fdbd247f0d6a948f3e8a260ce00cf4c6f14d722 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 30 四月 2025 09:46:33 +0800
Subject: [PATCH] 条码生成公式重算时,箱数列=数量/最小包装数由于使用Double类型进行计算后存在精度误差问题修复

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

diff --git a/Model/Model.csproj b/Model/Model.csproj
index bb376d6..39d53b1 100644
--- a/Model/Model.csproj
+++ b/Model/Model.csproj
@@ -99,6 +99,7 @@
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_MaintainClass_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_PiPeMaterial_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_PiPe_Model.cs" />
+    <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsEqiupMaterWorkTimes_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_ProjectMoneyClass_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_RepairClass_Model.cs" />
     <Compile Include="鍩虹璧勬枡\鍩虹璧勬枡\ClsGy_RepairCheckClass_Model.cs" />
@@ -953,6 +954,10 @@
     <Compile Include="閲囪喘绠$悊\ClsWW_PPBomBillSub.cs" />
     <Compile Include="閲囪喘绠$悊\ClsCg_PayableBillMain.cs" />
     <Compile Include="閲囪喘绠$悊\ClsCg_PayableSub.cs" />
+    <Compile Include="閲囪喘绠$悊\ClsCg_POStockInChangeBillMain.cs" />
+    <Compile Include="閲囪喘绠$悊\ClsCg_POStockInChangeBillSub.cs" />
+    <Compile Include="閲囪喘绠$悊\ClsCg_POOrderChangeBillMain.cs" />
+    <Compile Include="閲囪喘绠$悊\ClsCg_POOrderChangeBillSub.cs" />
     <Compile Include="閲囪喘绠$悊\Sup_SendGoodsBillMain.cs" />
     <Compile Include="閲囪喘绠$悊\Sup_SendGoodsBillSub.cs" />
     <Compile Include="閲戣澏CLOUD鍗曟嵁\浠撳簱绠$悊\ClsKf_EntrustInBackBillMain_CLD.cs" />

--
Gitblit v1.9.1