LiFan
2024-07-19 ce22455f57f11a3f7f1f8c8d03c243957ae26ad1
update
已修改2个文件
5 ■■■■ 文件已修改
jrj/project/business/VATNotify/list.vatinvoice.cpp 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/maint.vatinvoice..cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/VATNotify/list.vatinvoice.cpp
@@ -140,7 +140,9 @@
                if(xcontrol(GetControl(L"cbx_type")).GetText() ==L"未开增值税票" ) return 1;
                int row = dw_list.GetRow();
                xaserverarg arg;
                xstring VatInvoiceID = dw_list.GetItemString(row,L"VATInvoiceID");
                xstring VATInvoiceID = dw_list.GetItemString(row,L"VATInvoiceID");
                arg.AddArg(L"VATInvoiceID", VATInvoiceID);
                OpenWindow(L"dev:xpage[maint.vatinvoice.vx]", arg);
                return 1;
            }
jrj/project/business/VATNotify/maint.vatinvoice..cpp
@@ -381,6 +381,7 @@
            {
                xaserverarg arg = GetArg();
                VATInvoiceID = arg.GetArgString(L"VATInvoiceID");
            }