From df86a965f286dae149d7d3d2d3e886b3c2e4ee0b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 20 二月 2025 09:40:55 +0800
Subject: [PATCH] 公文纸“A4(420*297”改为“A3(420*297”
---
CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx | 48 +++++++++++++++++++++++++++++-------------------
1 files changed, 29 insertions(+), 19 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
index e36d08e..7fc8bed 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
@@ -10,20 +10,20 @@
<table class="table2">
<tbody>
<tr>
- <th>璇烽�夋嫨鍗板埛鏂瑰紡锛� <input type="radio" name="printMode" value='1' checked="true" />鍚堢増鍗板埛  <input type="radio" name="printMode" value='0'/>涓撶増鍗板埛</th>
+ <th>璇烽�夋嫨鍗板埛鏂瑰紡锛� <input type="radio" name="printMode" value='1' />鍚堢増鍗板埛  <input type="radio" name="printMode" value='0' checked="true" />涓撶増鍗板埛</th>
</tr>
</tbody>
</table>
<table class="table2">
<tbody>
<tr>
- <th style="text-align: center;">
+ <th style="text-align: center;width: 150px;">
鍗板埛灏哄锛堥暱脳瀹斤級
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width: 150px;">
褰㈢姸
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width: 150px;">
鍗板埛鏁伴噺
</th>
</tr>
@@ -38,21 +38,31 @@
<option value="寮傚瀷">寮傚瀷</option>
</select>
</td>
- <td align="center">
- <div class="xialap">
- <input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; width:80px;" class="validateInt" defaultValue="500" value="500"/>
- <div class="xialapb">
- <div class="xialapr">500</div>
- <div class="xialapr">1000</div>
- <div class="xialapr">2000</div>
- <div class="xialapr">3000</div>
- <div class="xialapr">5000</div>
- <div class="xialapr">10000</div>
- <div class="xialapr">20000</div>
- <div class="xialapr">30000</div>
- <div class="xialapr">50000</div>
- </div>
- </div>
+ <td align="center">
+ <table>
+ <tr>
+ <td>
+ <div class="xialap">
+ <input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; width:80px;" class="validateInt" defaultValue="500" value="500"/>
+ <div class="xialapb">
+ <div class="xialapr">500</div>
+ <div class="xialapr">1000</div>
+ <div class="xialapr">2000</div>
+ <div class="xialapr">3000</div>
+ <div class="xialapr">5000</div>
+ <div class="xialapr">10000</div>
+ <div class="xialapr">20000</div>
+ <div class="xialapr">30000</div>
+ <div class="xialapr">50000</div>
+ </div>
+ </div>
+ </td>
+ <td>
+ <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
+ </td>
+ </tr>
+ </table>
+
</td>
</tr>
</tbody>
--
Gitblit v1.9.1