From 6fe02a16e55f17e45a3997171e1b2284d45af25b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 15 五月 2025 08:32:14 +0800 Subject: [PATCH] 提交 --- CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx | 62 +++++++++++++++++++++++++++---- 1 files changed, 54 insertions(+), 8 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx index 62f201b..414a83d 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx @@ -115,13 +115,26 @@ //鏌ョ湅瀹㈡埛璧勬枡 - function Viewkaipiao(Keyid, SellerOrderId) { - // window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, '', ''); - top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "鏌ョ湅璁㈠崟", Width: 1080, Height: 650 }); + function Viewkaipiao(Keyid, SellerOrderId, yongtu, supplierId) { + + if (yongtu == "澶栧崗鍔犲伐璐�") { + if (supplierId.length > 10) { + top.Dialog.open({ URL: "/Pages/business/WaixieOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "鏌ョ湅澶栧崗璁㈠崟", Width: 1080, Height: 650 }); + } else { + top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + SellerOrderId, Title: "鏌ョ湅璁㈠崟", Width: 1080, Height: 650 }); + } + + } else if (yongtu == "閲囪喘浠樻") { + top.Dialog.open({ URL: "/Pages/procurement/ProcurementListHTML.aspx?Keyid=" + SellerOrderId, Title: "鏌ョ湅閲囪喘璁㈠崟", Width: 1080, Height: 650 }); + } + } //鏌ョ湅 - function onView(keyid) { - top.Dialog.open({ URL: "/Pages/procurement/SuppliersDetail.aspx?Keyid=" + keyid, Title: "鏌ョ湅渚涘簲鍟�", Width: 950, Height: 650 }); + function onView(keyid, yongtu) { + if (yongtu != "鍏朵粬浠樻" && yongtu != "澶栧崗鍔犲伐璐�") { + top.Dialog.open({ URL: "/Pages/procurement/SuppliersDetail.aspx?Keyid=" + keyid, Title: "鏌ョ湅渚涘簲鍟�", Width: 950, Height: 650 }); + } + } @@ -178,7 +191,16 @@ <input id='txtCreatorName' runat="server" maxlength='50' /> </td> - + <td class="ali03"> + 浠樻鐢ㄩ�旓細 + </td> + <td> + <select keepdefaultstyle='true' id='selFukuanyongtu' runat="server" > + <option value="">鍏ㄩ儴</option> + <option value="澶栧崗鍔犲伐璐�">澶栧崗鍔犲伐璐�</option> + <option value="鍏朵粬浠樻">鍏朵粬浠樻</option> + </select> + </td> @@ -228,6 +250,15 @@ 鏀舵鍗曚綅 </th> <th style="text-align: center;" width="70"> + 鎴峰悕 + </th> + <th style="text-align: center;" width="70"> + 寮�鎴疯 + </th> + <th style="text-align: center;" width="70"> + 璐﹀彿 + </th> + <th style="text-align: center;" width="70"> 浠樻鐢ㄩ�� </th> <th width="60"> @@ -269,8 +300,23 @@ - <a href='javascript:void(0)' title='鐐瑰嚮鏌ョ湅 <%#Eval("SupplierName").ToString()%> 璧勬枡' class='a_under' onclick='onView("<%#Eval("SupplierId")%>")'><%#Eval("SupplierName") %></a> + <a href='javascript:void(0)' title='鐐瑰嚮鏌ョ湅 <%#Eval("SupplierName").ToString()%> 璧勬枡' class='a_under' onclick='onView("<%#Eval("SupplierId")%>","<%#Eval("Fukuanyongtu")%>")'><%#Eval("SupplierName") %></a> + </td> + <td style="text-align: center;"> + <%#Eval("Huming")%> + + + </td> + <td style="text-align: center;"> + <%#Eval("Bank")%> + + + </td> + <td style="text-align: center;"> + <%#Eval("AccountID")%> + + </td> <td style="text-align: center;"> <%#Eval("Fukuanyongtu")%> @@ -291,7 +337,7 @@ <td> - <a href='javascript:void(0)' title='鏌ョ湅璁㈠崟' class='a_under' onclick='Viewkaipiao("<%#Eval("Keyid")%>","<%#Eval("DindanId")%>")'> 鏌ョ湅璁㈠崟 </a> + <%#Eval("Fukuanyongtu").ToString().Equals("鍏朵粬浠樻")?"":"<a href='javascript:void(0)' title='鏌ョ湅璁㈠崟' class='a_under' onclick='Viewkaipiao(\""+Eval("Keyid") +"\",\""+Eval("DindanId")+"\",\""+Eval("Fukuanyongtu")+"\",\""+Eval("SupplierId")+"\")'> 鏌ョ湅璁㈠崟 </a>" %> </td> -- Gitblit v1.9.1