From ee87c4ceb1a22800f8151db590bc732ca21158c6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 23 一月 2025 08:59:20 +0800
Subject: [PATCH] 黑白印件的“后道工序”修改为:

---
 CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx
index e0d981a..55016a5 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx
@@ -10,7 +10,7 @@
     <table class="table2">
         <tbody>
             <tr>
-                <th>璇烽�夋嫨鍗板埛鏂瑰紡:&nbsp<input type="radio" name="printMode" value='1' checked="true" />鍚堢増&nbsp;&nbsp<input type="radio" name="printMode" value='0'/>涓撶増</th>
+                <th>璇烽�夋嫨鍗板埛鏂瑰紡:&nbsp<input type="radio" name="printMode" value='1'  />鍚堢増&nbsp;&nbsp<input type="radio" name="printMode" value='0' checked="true" />涓撶増</th>
             </tr>
         </tbody>
     </table>
@@ -36,7 +36,7 @@
                     鍗板埛鏁伴噺(鏈�)
                 </th>
                 <th style="text-align: center;" class="fsByre">
-                    姣忔湰鍒嗘暟
+                    姣忔湰浠芥暟
                 </th>
                 <th style="text-align: center;">
                    鍗板埛棰滆壊
@@ -143,16 +143,30 @@
                 <td align="left" style="padding-left: 40px;">
                 濂楀彿鍙锋锛�<input type="text" name="thStart" />-<input type="text" name="thEnd" />
                 <span style=" margin-left:10px">
-                鑳跺ご浣嶇疆锛�<select name='jtWZ'>
+                瑁呰锛�<select name='jtWZ'   onchange="SelectjtWZ();"  >
                              <option value="鑳跺ご">鑳跺ご</option>
                              <option value="鑳跺乏">鑳跺乏</option>
+                     <option value="80鍏嬬墰鐨焊">80鍏嬬墰鐨焊</option>
+                     <option value="100鍏嬬墰鐨焊">100鍏嬬墰鐨焊</option>
+                     <option value="120鍏嬬墰鐨焊">120鍏嬬墰鐨焊</option>
+                     <option value="鍏朵粬">鍏朵粬</option>
+                        </select>
+                </span>
+                     <span style="margin-left:10px;display:none;" id="jtWZFMyaoqiu">
+                灏侀潰鍗板埛瑕佹眰锛�<select name='jtWZFM'>
+                             <option value="鍗曢潰榛戣壊">鍗曢潰榛戣壊</option>
+                             <option value="鍗曢潰褰╄壊">鍗曢潰褰╄壊</option>
+                     <option value="鍙岄潰榛戣壊">鍙岄潰榛戣壊</option>
+                     <option value="姝e僵鑳岄粦">姝e僵鑳岄粦</option>
+                     <option value="涓嶅嵃鍒�">涓嶅嵃鍒�</option>
+                     <option value="鍏朵粬">鍏朵粬</option>
                         </select>
                 </span>
                 </td>
             </tr>
         </tbody>
     </table>
-    <table class="table2">
+    <table class="table2" style="display:none;">
         <tbody>
             <tr>
                 <th>

--
Gitblit v1.9.1