xj qian
2024-07-08 f91b17fb69ff2d1a206c9e0bd7ad583c1f91eb3e
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);
         }