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/work/MyRequestAdd.aspx |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
index 4a4d5de..bf942b5 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
@@ -16,7 +16,31 @@
                     $("#trCarNo").css("display", "table-row");
                     $("#trCarYes").css("display", "none");
                 }
+                if ($(this).val() == "15") {
+                    
+                    $("#trShoukuandanwei").css("display", "table-row");
+                } else {
+                   
+                    $("#trShoukuandanwei").css("display", "none");
+                }
+
+                
             });
+
+            if ($("#selPlanDataType").val() == "7") {
+                $("#trCarNo").css("display", "none");
+                $("#trCarYes").css("display", "table-row");
+            } else {
+                $("#trCarNo").css("display", "table-row");
+                $("#trCarYes").css("display", "none");
+            }
+            if ($("#selPlanDataType").val() == "15") {
+
+                $("#trShoukuandanwei").css("display", "table-row");
+            } else {
+
+                $("#trShoukuandanwei").css("display", "none");
+            }
         });
     </script>
 </head>
@@ -37,7 +61,7 @@
                             <option value="7">鐢ㄨ溅</option>
                             <option value="10">涓氬姟缁忚垂</option>
                             <option value="11">瀹㈡埛鑱旇皧</option>
-<%--                            <option value="13">寮�绁ㄧ敵璇�</option>--%>
+                            <option value="15">浠樻鐢宠</option>
                             <option value="12">鍏朵粬</option>
                     </select>
                 </td>
@@ -64,6 +88,14 @@
                 <select id="selPlanTitle" runat="server" keepdefaultstyle="true" style=" width:100px;"></select>
                 </td>
             </tr>
+            <tr id="trShoukuandanwei" style=" display:none;">
+                <td class="ali03">
+                   鏀舵鍗曚綅锛�
+                </td>
+                <td colspan="3">
+                 <input id="txtShoukuandanwei" type="text" style=" width:400px;" class="" runat="server" msg="璇疯緭鍏ユ敹娆惧崟浣�" maxlength="50" />
+                </td>
+            </tr>
             <tr>
                 <td class="ali03">
                     璇风ず鍐呭锛�

--
Gitblit v1.9.1