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/CorporateClientsList.aspx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx index 0d4f535..fdb11ab 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx @@ -22,16 +22,16 @@ //鏌ョ湅 function onView(keyid) { - top.Dialog.open({ URL: "/Pages/business/CorporateClientsDetail.aspx?Keyid=" + keyid, Title: "鏌ョ湅瀹㈡埛", Width: 900, Height: 750 }); + top.Dialog.open({ URL: "/Pages/business/CorporateClientsDetail.aspx?Keyid=" + keyid, Title: "鏌ョ湅瀹㈡埛", Width: 1200, Height: 900 }); } //鏌ョ湅 function onViewWeihu(keyid) { - top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "鏌ョ湅瀹㈡埛缁存姢璁板綍", Width: 900, Height: 750 }); + top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "鏌ョ湅瀹㈡埛缁存姢璁板綍", Width: 1200, Height: 900 }); } //淇敼 function onEdit(keyid) { - top.Dialog.open({ URL: "/Pages/business/CorporateClientsEdit.aspx?Keyid=" + keyid, Title: "淇敼瀹㈡埛", Width: 900, Height: 750 }); + top.Dialog.open({ URL: "/Pages/business/CorporateClientsEdit.aspx?Keyid=" + keyid, Title: "淇敼瀹㈡埛", Width: 1200, Height: 900 }); } //鍒犻櫎 @@ -358,7 +358,7 @@ <span menu_member_case_id="case_orderapplyCorporateClients" menu_member_case_name="璁㈠崟鍏宠仈" onclick="onChange('<%#Eval("Keyid")%>')" title="绾夸笅瀹㈡埛杞崲涓虹嚎涓婂鎴�" style="display: <%#Eval("Keyid").ToString() == Eval("MemberId").ToString() ? "inline" : "none"%>;">璁㈠崟鍏宠仈</span> <span onclick="onViewWeihu('<%#Eval("Keyid")%>')">缁存姢璁板綍</span> - <span onclick="onViewuplod('<%#Eval("Keyid")%>')" <%#Eval("ContractCount").ToString() == "0" ? "hidden" : ""%>>鏌ョ湅鍚堝悓</span> + <span onclick="onViewuplod('<%#Eval("Keyid")%>')" > <%#Eval("ContractCount").ToString() == "0" ? "涓婁紶鍚堝悓" : "鏌ョ湅鍚堝悓"%></span> </td> </tr> -- Gitblit v1.9.1