username@email.com
2025-02-07 07948a2a0191a6e7608339789e97684599c3da7f
CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingApply.aspx
@@ -15,7 +15,8 @@
        //查看客户资料
        function Viewkaipiao(Keyid, SellerOrderId) {
            window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId , '', '');
            //window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, '', '');
            top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 });
        }
        function ViewRemark(str) {