From 6442fbe375c6b7abdc4b4b1dda7b990685bd02db Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 25 九月 2024 16:31:37 +0800 Subject: [PATCH] 逾期发票张数 --- CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx index 72a858e..e07dec3 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx @@ -396,7 +396,9 @@ deliverPrice:<%#Eval("SumPrice")%>, UnitPrice:'<%#Eval("UnitPrice") %>', sumPrice:<%#Eval("SumPrice")%>, - DeliveryOrderId:'<%#Eval("DeliveryOrderId")%>', + DeliveryOrderId:'<%#Eval("DeliveryOrderId")%>', + yssldw: '<%#Eval("OrderExtend.PrintNum")%><%#Eval("yssldw")%>', + PrintSizeName:'<%#Eval("PrintSizeName")%>' }" id='ckBox<%#Container.ItemIndex%>' id='ckBox<%#Container.ItemIndex%>' class='ckBox' /> </td> <td> -- Gitblit v1.9.1