| | |
| | | OpenWindow(L"dev:xpage[maint.Document.Customer.v3.vx]", (LPARAM)&arg); |
| | | return 1; |
| | | } |
| | | if (comdid == L"action:bill.open") |
| | | { |
| | | xaserverarg& arg9 = *new xaserverarg; |
| | | |
| | | arg9.AddArg(L"PartyID", dw_list.GetItemString(dw_list.GetRow(), L"PartyID")); |
| | | arg9.AddArg(L"CustomerGood", dw_list.GetItemString(dw_list.GetRow(), L"CustomerGood")); |
| | | arg9.AddArg(L"ApplyStatus", dw_list.GetItemString(dw_list.GetRow(), L"ApplyStatus")); |
| | | |
| | | OpenWindow(L"dev:xpage[maint.Document.Customer.v3.vx]", (LPARAM)&arg9); |
| | | return 1; |
| | | } |
| | | if (comdid == L"action:bill.AnnexEx") |
| | | { |
| | | xaserverarg& arg4 = *new xaserverarg; |