From 93b130b87d2302f216c8bdc77e95e47eae0ba331 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 30 九月 2024 09:39:54 +0800
Subject: [PATCH] 订单默认送货
---
CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx | 41 ++++++++++++++++++++++++-----------------
1 files changed, 24 insertions(+), 17 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx
index 9d40e64..923f62a 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx
@@ -10,7 +10,7 @@
<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>
@@ -26,12 +26,10 @@
<th style="text-align: center;" class="Brand0">
鍝佺墝
</th>
- <th style="text-align: center;" class="gramWeight0">
+ <th style="text-align: center;" class="gramWeight0">
鍏嬮噸
</th>
- <th style="text-align: center;">
- 鍗板埛鏁伴噺
- </th>
+ <th>鍗板埛鏁伴噺</th>
</tr>
<tr>
<td>
@@ -70,18 +68,27 @@
<select class="selectLaber" id="gramWeight0" name="gramWeight0">
</select>
</td>
- <td>
- <div class="xialap" style="display: inline-block;">
- <input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; line-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>
- </div>
+ <td >
+ <table>
+ <tr>
+ <td>
+ <div class="xialap" style="display: inline-block;">
+ <input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; line-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>
+ </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