LiFan
2024-07-05 9e409d6e1e2cb1d35cf26f3fd2bd9048c624280f
jrj/project/business/SO3.list.cpp
@@ -143,8 +143,8 @@
            dw_list.SetItemString(row, L"ApplyStatus", arg.GetArgString(L"state"));
         if (arg.GetArgString(L"billstatus") != L"")
         {
            string billstatus = arg.GetArgString(L"billstatus");
            string statusName = GetBillStatusName(billstatus);
            xstring billstatus = arg.GetArgString(L"billstatus");
            xstring statusName = GetBillStatusName(billstatus);
            dw_list.SetItemString(row, L"ApprovalStatus", billstatus);
            dw_list.SetItemDisplayString(row, L"ApprovalStatus", statusName);
         }