From c4867cf5e5f78cfb924a3048bd0c4232d4a1e986 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 19 十二月 2024 08:33:44 +0800
Subject: [PATCH] 新增审批  付款申请   再付款申请中操作其他付款付款   生产管理里边点采购的供应商修改

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanfukuan.aspx |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanfukuan.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanfukuan.aspx
index e78998d..708958f 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanfukuan.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanfukuan.aspx
@@ -114,7 +114,8 @@
         
         //鏌ョ湅瀹㈡埛璧勬枡
         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) {
@@ -234,6 +235,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">
@@ -283,6 +293,21 @@
 
                                    
                                 </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")%>
 
@@ -303,7 +328,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>" %>     <%--<a href='javascript:void(0)' title='鏌ョ湅璁㈠崟' class='a_under' onclick='Viewkaipiao("<%#Eval("Keyid")%>","<%#Eval("DindanId")%>")'>  鏌ョ湅璁㈠崟   </a>--%>
                                     
                                   
                                 </td>
@@ -323,7 +348,7 @@
                     </asp:repeater>
                 </tbody>
                   <tr>
-                        <td colspan="5">
+                        <td colspan="8">
                            鍚堣
                         </td>
                            

--
Gitblit v1.9.1