username@email.com
2024-09-30 c8fa1df50f42b0b91bec2d3b813ebfb003e6e579
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderListBatchOperation.aspx
@@ -424,7 +424,7 @@
                                    orderType:<%#Eval("OrderTypeId")%>,
                                    orderState:<%#Eval("OrderState")%>,
                                    ordershowId:'<%#Eval("SellerOrderId")%>',
                                    pdName:'<%#Eval("DocumentName")%>',
                                    pdName:'<%# (Eval("DocumentName") ?? "").ToString().Replace("\"", "") %>',
                                    printName:'<%#Eval("PrintType.PrintName")%>', 
                                    printNum:<%#Eval("OrderExtend.PrintNum")%>, 
                                    deliverPrice:<%#Eval("SumPrice")%>,