LiFan
2024-09-05 9d86456742905c9c908fe5739608339be1b1cb0c
update
已添加3个文件
已修改4个文件
6 ■■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/MouldFeeBase.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/MouldFeeEx.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/BindComputer.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SystemSettings/UserImport.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -562,6 +562,7 @@
    <ClCompile Include="..\project\business\Expense\maint.Document.ExportCredit.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\maint.Document.MouldFeeBase.cpp" />
    <ClCompile Include="..\project\business\Expense\maint.Document.SampleRequestForm.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
@@ -578,6 +579,8 @@
    <ClCompile Include="..\project\business\Expense\MouldFee.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\Expense\MouldFeeBase.cpp" />
    <ClCompile Include="..\project\business\Expense\MouldFeeEx.cpp" />
    <ClCompile Include="..\project\business\Expense\PaperCardCheck.cpp" />
    <ClCompile Include="..\project\business\Expense\PaperCardReconciliation.cpp" />
    <ClCompile Include="..\project\business\Expense\PaperCardReconciliationEx.cpp">
jrj/project/business/Expense/MouldFeeBase.cpp
Binary files differ
jrj/project/business/Expense/MouldFeeEx.cpp
Binary files differ
jrj/project/business/Expense/maint.Document.MouldFeeBase.cpp
Binary files differ
jrj/project/business/ProductSample/ProductLibraryItemMaint3.cpp
Binary files differ
jrj/project/business/SystemSettings/BindComputer.cpp
@@ -25,7 +25,6 @@
    {
        xml x;
        xaserverarg arg;
        
        arg = GetArg();
jrj/project/business/SystemSettings/UserImport.cpp
@@ -168,7 +168,7 @@
        xml x;
        xaserverarg arg;
        arg.setNativePointer(arg.CreateInstance());
        arg.AddArg(L"sguid", id);
        if (xurl::post(L"/sale/data/OrganizationStruct/tree.child.OrgChart", arg.GetString(), x) != 1)
        {