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 | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx index 4688aac..55016a5 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx @@ -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