From d34ca25b9754e49b2d1220ff9f0de6af9b734d99 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 23 四月 2025 08:59:57 +0800 Subject: [PATCH] 类型放前面 人放在最后面 客供文件就没有人 --- CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx | 45 ++++++++++++++++++++++++++------------------- 1 files changed, 26 insertions(+), 19 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx index 9d40e64..33dec78 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx @@ -7,10 +7,10 @@ <title>鎵嬫彁琚嬭浠�</title> </head> <body> - <table class="table2"> + <table class="table2" style="display:none;" > <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> @@ -18,7 +18,7 @@ <tbody> <tr> <th style="text-align: center;"> - 鍗板埛灏哄 + 鎴愬搧灏哄 </th> <th style="text-align: center;"> 绾稿紶 @@ -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