Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
| | |
| | | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> |
| | | </ClCompile> |
| | | <ClCompile Include="..\project\business\PO\paperImage.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\PO\PO.BatchPrecess.polist.cpp"> |
| | |
| | | if (GetWinParam()) |
| | | { |
| | | xaserverarg arg = GetArg(); |
| | | arg.AddArg(L"text", GetControl(L"sl_search").GetText()); |
| | | arg.AddArg(L"text", xcontrol(GetControl(L"sl_search")).GetText()); |
| | | CloseWindow(); |
| | | } |
| | | return 1; |
| | |
| | | if (GetWinParam()) |
| | | { |
| | | xaserverarg arg = GetArg(); |
| | | GetControl(L"sl_search").SetText(arg.GetArgString(L"text")); |
| | | xcontrol(GetControl(L"sl_search")).SetText(arg.GetArgString(L"text")); |
| | | } |
| | | |
| | | return 1; |
| | |
| | | } |
| | | else if (comdid == L"find") |
| | | { |
| | | m_QueryTxt = GetControl(L"txt").GetText(); |
| | | m_QueryTxt = xcontrol(GetControl(L"txt")).GetText(); |
| | | return OnRetrieve(DatePicker); |
| | | } |
| | | else if (comdid == L"xmRefresh") |
| | |
| | | { |
| | | xml x ; |
| | | |
| | | xaserverarg arg = ViewObject::MakeArg(); |
| | | xaserverarg arg ; |
| | | arg.AddArg(L"ClassifyID", ClassifyID); |
| | | arg.AddArg(L"InvoiceNo", InvoiceNo); |
| | | arg.AddArg(L"InvoiceExcept", InvoiceNoExcept); |
| | |
| | | { |
| | | xml x ; |
| | | |
| | | xaserverarg arg = ViewObject::MakeArg(); |
| | | xaserverarg arg ; |
| | | arg.AddArg(L"ClassifyID", ClassifyID); |
| | | arg.AddArg(L"InvoiceNo", InvoiceNo); |
| | | arg.AddArg(L"InvoiceExcept", InvoiceNoExcept); |
| | |
| | | |
| | | dw_item.AcceptText(); |
| | | dw_item.DwUpdateAllToEx(x); |
| | | xaserverarg arg = ViewObject::MakeArg(); |
| | | xaserverarg arg ; |
| | | arg.AddArg(L"content", x.xml()); |
| | | |
| | | |
| | |
| | | |
| | | dw_list.AcceptText(); |
| | | dw_list.DwUpdateAllToEx(x); |
| | | xaserverarg arg = ViewObject::MakeArg(); |
| | | xaserverarg arg; |
| | | arg.AddArg(L"content", x.xml()); |
| | | |
| | | trace(x.xml()); |