From b63e4e9f97aba58867a01b85e7d128b6eb738a0a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 09 十月 2025 09:48:50 +0800
Subject: [PATCH] 请示类别要增加  维修申请   维修付款申请

---
 CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx
index b673938..29d025f 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx
@@ -54,6 +54,14 @@
                         <span id="spanPlanTitle" runat="server"></span>
                     </td>
                 </tr>
+                <tr   style='<%=planDataType=="15"?"":"display:none;"  %>'>
+                <td class="ali03">
+                   鏀舵鍗曚綅锛�
+                </td>
+                <td colspan="3">
+                    <span id="spanShoukuandanwei" runat="server"></span>
+                </td>
+            </tr>
                 <tr>
                     <td class="ali03">
                         璇︾粏鍐呭锛�
@@ -72,6 +80,37 @@
                         </div>
                     </td>
                 </tr>
+                  <tr  style='<%=planDataType=="14"||planDataType=="15"?"":"display:none;"  %>' >
+                   
+                    <td class="ali03 " >
+                       瀹℃壒璇佹槑锛�
+                    </td>
+                    <td colspan="3">
+                         <asp:Repeater ID="RepClientList" runat="server">
+                           <ItemTemplate>
+                              
+                    <a title="鏌ョ湅鍥剧墖"    target="view_window" href="<%#Eval("PlanAttachment")%>">
+                            <img src="<%#Eval("PlanAttachment")%>" width="20" height="20" />
+                            </a>  &nbsp; &nbsp; &nbsp;
+ 
+                                </ItemTemplate>
+                           </asp:Repeater>
+                    </td>
+                </tr>
+
+                 <tr   style='<%=planDataType=="18"?"":"display:none;"  %>'>
+                <td   colspan="6">
+                   鏄惁鐢宠浠樻锛�
+                 
+                    <span id="spanShifoushenqingfukuan" runat="server"></span>&nbsp;&nbsp;&nbsp;&nbsp;
+               
+                        鏁呴殰璐d换浜猴細 <select keepDefaultStyle="true" runat="server" id="selZerenren" class="wx100px" >
+                       
+                    </select>
+                     &nbsp;&nbsp;&nbsp;&nbsp;鎷呰矗璐圭敤锛�<input id='txtDanzePrice' runat="server" maxlength='18'  class="float"   /></td>
+                   
+                    
+            </tr>
             </table>
         </fieldset>
         <fieldset>
@@ -84,7 +123,7 @@
                     <td colspan="3">
                         <select keepDefaultStyle="true" runat="server" id="selApprovalStatus" class="wx100px Sreq" msg="璇烽�夋嫨瀹℃壒缁撴灉">
                         <option value="">璇烽�夋嫨</option>
-                        <option value="1">鎵瑰噯</option>
+                        <option value="1" selected="selected" >鎵瑰噯</option>
                         <option value="2">涓嶆壒鍑�</option>
                     </select>
                     </td>

--
Gitblit v1.9.1