From 75939c71a404bb691c6074c93d76b0aa1afcbbe6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期日, 29 九月 2024 09:35:46 +0800
Subject: [PATCH] 黑白印刷增加胶左

---
 CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx |   41 ++++++++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 15 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx
index 67460fc..5c391ef 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.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>
@@ -88,20 +88,30 @@
                     </select>
                 </td>
                 <td align="center">
-                    <div class="xialap">
-                    <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 class="xialapr">20000</div>
-                        <div class="xialapr">50000</div>
-                        <div class="xialapr">100000</div>
-                    </div>
-                    </div>
+                    <table>
+                        <tr>
+                            <td>
+                                <div class="xialap">
+                                    <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 class="xialapr">20000</div>
+                                        <div class="xialapr">50000</div>
+                                        <div class="xialapr">100000</div>
+                                    </div>
+                                </div>
+                            </td>
+                            <td>
+                                <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
+                            </td>
+                        </tr>
+                    </table>
+                    
                 </td>
                 <td>
                     <select class="selectLaber" name="singleOrdouble0">
@@ -130,6 +140,7 @@
                 <td align="left" style="padding-left: 40px;"><input type="checkbox" name="works" value="24" />&nbsp;濂楀彿</td>
                 <td align="left"><input type="checkbox" name="works" value="4" />&nbsp;鍘嬬棔</td>
                 <td align="left"><input type="checkbox" name="works" value="6" />&nbsp;鎵撶偣绾�</td>
+                 <td align="left"><div style="float:left"><input type="checkbox" name="works" value="99" onclick="SelectFuc(this)" index="0"/>&nbsp;鑳跺乏</div><div style="float:left; display:none" id="divJTT0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;姣忔湰椤垫暟锛�<input type="text" name="pNameMP" style="width:60px" class="validateInt" defaultValue="1" value="1"/>寮�/鏈�</div></td>
                 <td align="left"><div style="float:left"><input type="checkbox" name="works" value="13" onclick="SelectFuc(this)" index="0"/>&nbsp;鑳跺ご</div><div style="float:left; display:none" id="divJT0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;姣忔湰椤垫暟锛�<input type="text" name="pageNum" style="width:60px" class="validateInt" defaultValue="1" value="1"/>寮�/鏈�</div></td>
             </tr>
         </tbody>

--
Gitblit v1.9.1