LiFan
2024-06-25 09c5ba6f8cbd8c75291b74e9ff34e246276826f9
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;