LiFan
2024-09-09 b015137b1adc8949576fefdf055ba058b7ca22fc
jrj/project/business/SO/Apply.SOItem.cpp
@@ -58,19 +58,19 @@
         return 1;
      }
      xstring GetEntityName(int pr)
      xstring GetEntityName(LPARAM pr)
      {
         return L"SaleItem3";
      }
      xstring GetEntityID(int pr)
      xstring GetEntityID(LPARAM pr)
      {
         int row = dw_list.GetRow();
         xstring id = dw_list.GetGuid(row);
         return id;
      }
      int ViewUpdate(int pr, xstring updateItem, xaserverarg  arg)
      int ViewUpdate(LPARAM pr, xstring updateItem, xaserverarg  arg)
      {
         if (updateItem == L"del")
         {