浏览代码

核价后台:床垫报价,新增计算参数

chen_yjin 4 天之前
父节点
当前提交
dad2138bbd
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 4
      JLHHJSvr/Helper/MattressHelper.cs
  2. 0 1
      JLHHJSvr/JLHHJSvr.csproj

+ 1 - 4
JLHHJSvr/Helper/MattressHelper.cs

@@ -567,10 +567,7 @@ namespace JLHHJSvr.Helper
             {
                 cost = GetExtraAmt(mattress, 2);
             }
-            if (cost > 0)
-            {
-                mattress.extras_cost = cost;
-            }
+            AddKeyValue("材料额外费用", cost);
 
             decimal cost1 = 0;
             if (extraProcesses != null && extraProcesses.Count > 0)

+ 0 - 1
JLHHJSvr/JLHHJSvr.csproj

@@ -393,7 +393,6 @@
     <Compile Include="Excutor\SetSysUserFileStringExcutor.cs" />
     <Compile Include="Excutor\SetOptionExcutor.cs" />
     <Compile Include="Helper\BedNetHelper.cs" />
-    <Compile Include="Helper\CacheHelper.cs" />
     <Compile Include="Helper\ERPHelper.cs" />
     <Compile Include="Helper\InterfaceHelper.cs" />
     <Compile Include="Helper\MattressHelper.cs" />