username@email.com
2024-12-23 4ddba64becec3891e4682ec92f0066ab571d9422
CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanweikaipiao.aspx
@@ -116,11 +116,15 @@
        
        //查看客户资料
        function Viewkaipiao(Keyid, SellerOrderId) {
            window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=&SellerOrderId=" + 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 onView(keyid) {
            top.Dialog.open({ URL: "/Pages/procurement/SuppliersDetail.aspx?Keyid=" + keyid, Title: "查看供应商", Width: 950, Height: 650 });
        function onView(keyid, yongtu) {
            if (yongtu != "其他付款") {
                top.Dialog.open({ URL: "/Pages/procurement/SuppliersDetail.aspx?Keyid=" + keyid, Title: "查看供应商", Width: 950, Height: 650 });
            }
        }
 
@@ -227,6 +231,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">
@@ -268,8 +281,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")%>
@@ -290,7 +318,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")+"\")'>  查看订单   </a>" %>
                                    
                                  
                                </td>