xj qian
2024-06-25 7123990b31c90e0767eb6cee50c92fa6459cea62
jrj/project/business/Customer3.list.cpp
@@ -379,6 +379,17 @@
         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;