jrj/ext-jrj/ext-jrj.vcxproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/AP/list.ap.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/GDN/select.item.po.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/GDN3.maint.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/Public/UserGroupShare.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/SO/delivery.base.maint.so.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/VATNotify/list.vatnotify.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/ext-jrj/ext-jrj.vcxproj
@@ -336,7 +336,7 @@ <ClCompile Include="..\project\business\HR\GraduationSchool.cpp" /> <ClCompile Include="..\project\business\HR\GraduationSchoolWin.vx.cpp" /> <ClCompile Include="..\project\business\HR\ManpowerFile.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\ManpowerFileWindow.cpp"> @@ -447,7 +447,7 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\SO\maint.Document.SO3.v3.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\SO\paymentterm.base.maint.so.cpp"> @@ -516,10 +516,10 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\VATNotify\maint.papercard.vatnotify.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\VATNotify\simple.maint.vatnotify.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\VATNotify\update.vatnotify.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> jrj/project/business/AP/list.ap.cpp
@@ -162,7 +162,7 @@ if (row < 1) return 1; KXMLDOMElement ele = dw_list.GetRowElement(row); xstring APID = ele.selectSingleNode(L"APID").text(); ele.Release(); xaserverarg arg; arg.AddArg(L"APID", APID); jrj/project/business/GDN/select.item.po.cppBinary files differ
jrj/project/business/GDN3.maint.cpp
@@ -1005,7 +1005,7 @@ KXMLDOMElement e = dw_item.GetRowElement(nRow); KXMLDOMNode n = e.cloneNode(-1); x.documentElement().appendChild(n); n.Release(); xstring val = x.xml(); trace(L"=======L" + val + L"=======L"); @@ -1083,7 +1083,7 @@ KXMLDOMElement e = dw_item.GetRowElement(nRow); KXMLDOMNode n = e.cloneNode(-1); x.documentElement().appendChild(n); n.Release(); xstring val = x.xml(); trace(L"123=======L" + val + L"=======123"); @@ -3352,13 +3352,13 @@ if (n) { tax = xstring(n.text()).toDouble(); n.Release(); } n = o.selectSingleNode(L"VATRefundRate"); if (n) { retax = xstring(n.text()).toDouble(); n.Release(); } o.Release(); } jrj/project/business/Public/UserGroupShare.cpp
@@ -167,7 +167,7 @@ KXMLDOMNodeList nlist = x.selectNodes(L"//data/Item"); KXMLDOMElement xitem = nlist.item(0); xstring Reciever = xitem.selectSingleNode(L"userno").text(); xitem.Release(); /*alert(L"Category:"+Category + "\r\nReciever:"+Reciever + L"\r\nNo:"+NO + L"\r\nEntityID:"+EntityID + L"Subject:"+Subject+ @@ -209,7 +209,7 @@ Send(PersonID, CName, EntityNo, EntityID); } } xitem.Release(); //return 1; } jrj/project/business/SO/delivery.base.maint.so.cpp
@@ -145,7 +145,7 @@ int OnInit() { int iArgs = GetParam(); int iArgs = GetArg(); XXmlContentSvr xdoc = new XXmlContentSvr; xdoc.setNativePointer(iArgs); @@ -157,7 +157,7 @@ xml x; x ; x.setNativePointer(xml::CreateInstance()); x.LoadXml(vc.GetContent()); dw_1.Retrieve(x); jrj/project/business/VATNotify/list.vatnotify.cpp
@@ -286,10 +286,10 @@ DWNMHDR& hdr = *(DWNMHDR*)evt->notify.pnmh; int h = xcombobox::GetCurSel(evt.hCtrl); int h = xcombobox::GetCurSel(evt->command.hCtrl); if (h > -1) { xstring txt = xcombobox::GetLBText(evt.hCtrl, h); xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); if (txt == L"通知日期") { jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp
@@ -644,10 +644,9 @@ { KXMLDOMElement e = lst.item(i); docElement.appendChild(e); e.Release(); } docElement.Release(); lst.Release(); dw_fob.Retrieve(x1); } else jrj/project/business/VATNotify/simple.maint.vatnotify.cpp
@@ -730,10 +730,9 @@ { KXMLDOMElement e = lst.item(i); docElement.appendChild(e); e.Release(); } docElement.Release(); lst.Release(); dw_fob.Retrieve(x1); } else