LiFan
2024-07-23 9ab768f94cecdcec13c22e7d70e9fd8a18afef53
update
已修改14个文件
16 ■■■■ 文件已修改
jrj/project/business/AP/list.ap.cpp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AR/ExchangeSignFast.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/APSplite.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/BasicFare.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/CommissionExpense.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/FreightExpenseInput.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/PaperCardReconciliation.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/PaperCardReconciliationEx.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/list.expense.ap.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/list.manage.ap.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/AdvanceChargeList.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/tracer.so.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/list.vatinvoice.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/list.vatnotify.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/AP/list.ap.cpp
@@ -191,7 +191,7 @@
            int h = xcombobox::GetCurSel(evt->command.hCtrl);
            if (h > -1)
            {
                xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                apType = L"---";
                if (txt == L"已付货款")
                {
@@ -300,7 +300,7 @@
                int h = xcombobox::GetCurSel(evt->command.hCtrl);
                if (h > -1)
                {
                    xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                    xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                    if (txt == L"出运日期")
                    {
                        apType = L"000";
@@ -326,7 +326,7 @@
                int h1 = xcombobox::GetCurSel(evt->command.hCtrl);
                if (h1 > -1)
                {
                    xstring txt1 = xcombobox::GetLBText(evt->command.hCtrl, h1);
                    xstring txt1 = (string)xcombobox::GetLBText(evt->command.hCtrl, h1);
                    if (txt1 == L"出运日期")
                    {
                        apType = L"001";
@@ -352,7 +352,7 @@
                int h2 = xcombobox::GetCurSel(evt->command.hCtrl);
                if (h2 > -1)
                {
                    xstring txt2 = xcombobox::GetLBText(evt->command.hCtrl, h2);
                    xstring txt2 = (string)xcombobox::GetLBText(evt->command.hCtrl, h2);
                    if (txt2 == L"出运日期")
                    {
                        apType = L"001";
jrj/project/business/AR/ExchangeSignFast.cpp
@@ -134,7 +134,7 @@
            int h = xcombobox::GetCurSel(evt->command.hCtrl);
            if (h > -1)
            {
                xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                if (txt == L"限定客户")
                {
                    OnRetrieve(1);
jrj/project/business/Expense/APSplite.cpp
Binary files differ
jrj/project/business/Expense/BasicFare.cpp
Binary files differ
jrj/project/business/Expense/CommissionExpense.cpp
Binary files differ
jrj/project/business/Expense/FreightExpenseInput.cpp
Binary files differ
jrj/project/business/Expense/PaperCardReconciliation.cpp
Binary files differ
jrj/project/business/Expense/PaperCardReconciliationEx.cpp
Binary files differ
jrj/project/business/Expense/list.expense.ap.cpp
Binary files differ
jrj/project/business/Expense/list.manage.ap.cpp
Binary files differ
jrj/project/business/GDN/AdvanceChargeList.cpp
Binary files differ
jrj/project/business/GDN/tracer.so.cpp
Binary files differ
jrj/project/business/VATNotify/list.vatinvoice.cpp
@@ -98,7 +98,7 @@
            int h = xcombobox::GetCurSel(evt->command.hCtrl);
            if(h > -1) 
            {
                xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                if(txt==L"增值税票")
                {
                    dw_list.openUrl(L"/sale/view/VATNotify/template/VATInvoice/list");
@@ -203,7 +203,7 @@
            int h = xcombobox::GetCurSel(evt->command.hCtrl);
            if(h > -1) 
            {
                xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                if(txt==L"出运日期")
                {
                
jrj/project/business/VATNotify/list.vatnotify.cpp
@@ -289,7 +289,7 @@
            int h = xcombobox::GetCurSel(evt->command.hCtrl);
            if (h > -1)
            {
                xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h);
                xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h);
                if (txt == L"通知日期")
                {