From 05c48f6d45bfe7d52735cd3b3d757ff3559b7f12 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 27 十二月 2023 13:43:21 +0800
Subject: [PATCH] 账户管理,查询流水修改
---
CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx | 45 +++++++++++++++++++++++++++------------------
1 files changed, 27 insertions(+), 18 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx
index a86bcb0..604f8af 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx
@@ -20,19 +20,19 @@
<th style="text-align: center;">
鍗板埛灏哄
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width:20%">
绾稿紶
</th>
<th style="text-align: center;" class="Brand0">
鍝佺墝
</th>
- <th style="text-align: center;" class="gramWeight0">
+ <th style="text-align: center;width:10%" class="gramWeight0">
鍏嬮噸
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width:250px">
鍗板埛鏁伴噺
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width:10%">
鍗曞弻闈�
</th>
</tr>
@@ -85,20 +85,29 @@
</select>
</td>
<td align="center">
- <div class="xialap">
- <input type="text" id="printCount" name="printCount" readonly="readonly" style="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; 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">
--
Gitblit v1.9.1