From 64bbcaefc8edc5519c4ff41b71a4a485a20daa8c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 03 九月 2025 09:29:51 +0800
Subject: [PATCH] 采购付款申请增加填写申请主题

---
 CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx
index 437e783..0648178 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementList.aspx
@@ -8,7 +8,7 @@
     <script type="text/javascript">
         //娣诲姞
         function addModel() {
-            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid='0'", Title: "鏂板閲囪喘", Width: 650, Height: 250 });
+            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid='0'", Title: "鏂板閲囪喘", Width: 800, Height: 250 });
         }
 
         //鎵撳嵃閲囪喘淇℃伅
@@ -23,7 +23,7 @@
 
         //淇敼
         function onEdit(keyid) {
-            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid=" + keyid, Title: "淇敼閲囪喘淇℃伅", Width: 650, Height: 250 });
+            dialog.open({ URL: "/Pages/procurement/ProcurementEdit.aspx?Keyid=" + keyid, Title: "淇敼閲囪喘淇℃伅", Width: 800, Height: 250 });
         }
 
         //鍒犻櫎
@@ -165,7 +165,7 @@
                         渚涘簲鍟嗭細
                     </td>
                     <td>
-                        <select id="selSuppliers" runat="server" datatextfield="Name" datavaluefield="Keyid" keepdefaultstyle='true' selinputhtml="True"   class="Sreq w122px">
+                        <select id="selSuppliers" runat="server" datatextfield="Name" datavaluefield="Keyid" keepdefaultstyle='true' selinputhtml="True"   class="w122px">
                         </select>
                     </td>
                     <td class="ali03  ">
@@ -301,6 +301,9 @@
                             <th>
                                 閲囪喘鏃堕棿
                             </th>
+                             <th>
+                                閲囪喘浜�
+                            </th>
                             <th width="150">
                                 鎿嶄綔
                             </th>
@@ -363,6 +366,9 @@
                         <td>
                             <%#Eval("PurchaseTime")%>
                         </td>
+                          <td>
+                            <%#Eval("Caigouren")%>
+                        </td>
                         <td class="Operate">
                             <span menu_member_case_id="case_onView" menu_member_case_name="鏌ョ湅" onclick="onView(<%#Eval("Keyid")%>)">鏌ョ湅</span> <span menu_member_case_id="case_onEdit" menu_member_case_name="淇敼" onclick="onEdit('<%#Eval("Keyid")%>')">淇敼</span> <span menu_member_case_id="case_onDelete" menu_member_case_name="鍒犻櫎" onclick="onDelete(<%#Eval("Keyid")%>)">鍒犻櫎</span>
                         </td>
@@ -374,6 +380,13 @@
             </asp:Repeater>
             <div id="page">
                 <uc:UCPager ID="UCPager1" runat="server" />
+                 <select keepdefaultstyle='true' id='ddlPageSize' runat="server" style="float:right;margin-top:10px;" >
+                           <option value="25">25鏉�/椤�</option>
+                            <option value="50">50鏉�/椤�</option>
+                            <option value="100">100鏉�/椤�</option>
+                        <option value="200">200鏉�/椤�</option>
+                        </select>
+            <div style="height:100px;"></div>
             </div>
         </div>
     </div>

--
Gitblit v1.9.1