jrj/project/business/Expense/list.manage.ap.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/GDN/maintex.gdn3.cpp | 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/GDN3.maint.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/SO3.maint.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/Expense/list.manage.ap.cppBinary files differ
jrj/project/business/GDN/maintex.gdn3.cppBinary 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;