From 991dbfbad93e1cb12d589b02100ac81a847a72f8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 05 十二月 2024 08:42:56 +0800 Subject: [PATCH] 增加客户预存款开票 --- CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingConfirm.aspx | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingConfirm.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingConfirm.aspx index 4d4810c..846f031 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingConfirm.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingConfirm.aspx @@ -86,11 +86,16 @@ //鍌敹 function ViewCuishou(personId) { - top.Dialog.open({ URL: "/Pages/business/InvoicingCuishou.aspx?id=" + personId, Title: "鍌", Width: 400, Height: 600 }); + top.Dialog.open({ URL: "/Pages/business/InvoicingCuishou.aspx?id=" + personId, Title: "鍌", Width: 600, Height: 800 }); } //鏀舵 - function ViewShoukuan(personId) { - top.Dialog.open({ URL: "/Pages/financial/InvoicingShoukuan.aspx?id=" + personId, Title: "鏀舵", Width: 600, Height: 800 }); + function ViewShoukuan(personId, shenqingleixing) { + if (shenqingleixing == "璁㈠崟寮�绁�") { + top.Dialog.open({ URL: "/Pages/financial/InvoicingShoukuan.aspx?id=" + personId, Title: "璁㈠崟鏀舵", Width: 600, Height: 800 }); + } else { + top.Dialog.open({ URL: "/Pages/financial/DepositsCustomerFapiao.aspx?Keyid=" + personId, Title: "瀹㈡埛棰勪粯娆惧瓨娆�", Width: 900, Height: 680 }); + } + } //鍥炴 @@ -246,6 +251,9 @@ <th style="text-align: center;" width="70"> 鐢宠寮�绁ㄦ椂闂� </th> + <th style="text-align: center;" width="70"> + 鐢宠绫诲瀷 + </th> <th style="text-align: center;" width="70"> 涓氬姟缁忕悊 </th> @@ -297,6 +305,11 @@ <td> <%#Eval("CreateTime", "{0:yyyy-MM-dd}")%> + </td> + <td style="text-align: center;"> + <%#Eval("Shenqingleixing")%> + + </td> <td style="text-align: center;"> <%#Eval("BusinessManager")%> @@ -356,7 +369,7 @@ <a href='javascript:void(0)' title='浠樻鐧昏' class='a_under' onclick='ViewFukuan("<%#Eval("Keyid")%>")'> 浠樻鐧昏 </a> <a href='javascript:void(0)' title='鍌' class='a_under' onclick='ViewCuishou("<%#Eval("Keyid")%>")'> 鍌 </a> - <a href='javascript:void(0)' title='鏀舵' class='a_under' onclick='ViewShoukuan("<%#Eval("Keyid")%>")'> 鏀舵 </a> + <a href='javascript:void(0)' title='鏀舵' class='a_under' onclick='ViewShoukuan("<%#Eval("Keyid")%>","<%#Eval("Shenqingleixing")%>")'> 鏀舵 </a> </td> </tr> -- Gitblit v1.9.1