From a0b3492010949e0d044892b9bb6456b51ae0d458 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期日, 26 一月 2025 12:14:19 +0800
Subject: [PATCH] 从“专版工单”发起生成的“纸张采购”中增加显示“印件名称”

---
 CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx
index e08ca1b..d7813a0 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx
@@ -104,6 +104,7 @@
                 </td>
                 <td align="center">
                     <input type="text"  id="printCount" name="printCount" style="height:15px; line-height: 15px; width:80px;" class="validateInt" defaultValue="5000" value="5000"/>
+                    <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                 </td>
             </tr>
         </tbody>

--
Gitblit v1.9.1