LiFan
2024-07-05 378d4b51e3112a3a27eabfd3aa97caec2bd5dafd
update
已修改4个文件
19 ■■■■ 文件已修改
jrj/ext-jrj/ext-jrj.vcxproj 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/GDNDelay.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/SelectItem.New.GDN.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN3.list.cpp 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/ext-jrj/ext-jrj.vcxproj
@@ -270,10 +270,10 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\AR\ExchangeBankTran.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\AR\ExchangeColumnTran.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\AR\ExchangeSignFast.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
@@ -313,7 +313,7 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\GDN\SelectItem.New.GDN.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\HR\AdministrativeDepartment.cpp">
@@ -520,7 +520,7 @@
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\project\printview\Maint.Template.PrintEx.cpp">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
jrj/project/business/GDN/GDNDelay.cpp
Binary files differ
jrj/project/business/GDN/SelectItem.New.GDN.cpp
Binary files differ
jrj/project/business/GDN3.list.cpp
@@ -4,7 +4,8 @@
#include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
#include "viewobject/view.base.hpp"
using xml = KXMLDOMDocument;
class __declspec(dllexport) ListGDN3Win : public listwin
{
public:
@@ -430,11 +431,11 @@
        else if (comdid == L"action:bill.GDNDelay")
        {
            xstring EntityIDEx = dw_list.GetGuid(dw_list.GetRow());
            xaserverarg& argEx = *new xaserverarg;
            argEx.setNativePointer(argEx.CreateInstance());
            trace(EntityIDEx);
            xaserverarg argEx;
            alert(EntityIDEx);
            argEx.AddArg(L"GDNID", EntityIDEx);
            OpenWindow(L"dev:xpage[GDNDelay.vx]", (LPARAM)&argEx);
            OpenWindow(L"dev:xpage[GDNDelay.vx]", argEx);
            return 1;
        }
        else if (comdid == L"action:bill.check.ask")