From 176106cf1be8bb0dfd9921180b26d7cc9efb7a3d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 16 十二月 2024 08:52:39 +0800
Subject: [PATCH] 外协付款申请功能
---
CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx | 37 ++++++++++++++++++++++++-------------
1 files changed, 24 insertions(+), 13 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx
index 42ac7ee..75b04d8 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx
@@ -10,9 +10,9 @@
<input type="hidden" name="printMode" value="0" />
<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>
@@ -23,17 +23,28 @@
</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