xj qian
2024-09-24 e3664da0966a35a90193abc46f57eb1386123297
update
已修改6个文件
8 ■■■■ 文件已修改
jrj/project/business/Expense/list.manage.ap.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN/maintex.gdn3.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/GDN3.maint.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/SO3.maint.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/Expense/list.manage.ap.cpp
Binary files differ
jrj/project/business/GDN/maintex.gdn3.cpp
Binary files differ
jrj/project/business/GDN3.maint.cpp
@@ -1868,7 +1868,7 @@
        if (x == L"userSalespersonID")
        {
            xstring sSalespersonID = dw_base.GetItemString(1, L"SalespersonID");
            hdr->data = sSalespersonID;
            hdr->data = sSalespersonID.c_str(true);
        }
        return 1;
    }
jrj/project/business/SO3.maint.cpp
@@ -567,7 +567,7 @@
        {
            xstring sSalespersonID = dw_base.GetItemString(1, L"SalespersonID");
            //alert(sSalespersonID);
            hdr->data = sSalespersonID;
            hdr->data = sSalespersonID.c_str(true);
        }
jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp
@@ -728,7 +728,7 @@
            if (x == L"userInvoiceNo") //下拉
            {
                xstring sInvoiceNo = dw_item.GetItemString(row, L"NInvoiceNo");
                hdr.data = sInvoiceNo;
                hdr.data = sInvoiceNo.c_str(true);
            }
            return 1;
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp
@@ -821,7 +821,7 @@
            if (x == L"userInvoiceNo") //下拉
            {
                xstring sInvoiceNo = dw_item.GetItemString(row, L"NInvoiceNo");
                hdr.data = sInvoiceNo;
                hdr.data = sInvoiceNo.c_str(true);
            }
            return 1;