From 21a248a0cf76b6f05fcaac6f90975ef15ab607a1 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 18 十二月 2024 09:24:10 +0800
Subject: [PATCH] 公文纸,试卷

---
 CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx
index 3f1603b..b610db5 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderEdit.aspx
@@ -447,7 +447,8 @@
         <tr>
             <td colspan="2" align="center">
                 <input type="button" class="Btn AddForums" value="娣诲姞鐗堥潰" />
-                <input type="button" class="Btn CutForums" value="鍑忓皯鐗堥潰" />
+                <input type="button" class="Btn CutForums" value="鍑忓皯鐗堥潰" />  &nbsp; &nbsp; &nbsp; &nbsp;
+                 <input type="button" class="Btn" value="绾稿紶閲囪喘"  onclick="zhizhangcaigou();" />
             </td>
         </tr>
         <tr>
@@ -1169,6 +1170,13 @@
             }
 
         }
+
+        //绾稿紶閲囪喘
+        function zhizhangcaigou() {
+             
+            top.Dialog.open({ URL: "/Pages/procurement/ProcurementADD.aspx", Title: "绾稿紶閲囪喘", Width: 1100, Height: 700 });
+            
+        }
     </script>
 </body>
 </html>

--
Gitblit v1.9.1