From d428e70498e9f9ec6aac36719d52829c0bb036a9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 30 九月 2024 15:22:30 +0800
Subject: [PATCH] 修改外协增加账号

---
 CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx
index 8e0af7e..0fdb6f7 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx
@@ -10,15 +10,15 @@
     <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>
   <table class="table2" style="margin-top: 0px;">
     <tr>
-        <th style="text-align: center;">鎴愬搧灏哄(闀棵楀)</th>
+        <th style="text-align: center;width: 150px;">鎴愬搧灏哄(闀棵楀)</th>
         <th style="text-align: center; width: 150px;">鍗板埛鍐屾暟(鍐�)</th>
-        <th style="text-align: center;">瑁呰鏂瑰紡</th>
+        <th style="text-align: center;width: 150px;">瑁呰鏂瑰紡</th>
     </tr>
     <tr>
         <td>
@@ -29,17 +29,27 @@
               </span>
         </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>
-             </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>
+                        </div>
+                    </td>
+                    <td>
+                        <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
+                    </td>
+                </tr>
+            </table>
+            
         </td>
         <td>
             <select name="bindingMode" id="bindingMode">

--
Gitblit v1.9.1