From 1280aa7ceaeffcdcd52e3c0fd45c86f608f9f0cf Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 05 八月 2025 09:02:10 +0800
Subject: [PATCH] 20250804 供应商,新增采购,过滤供应商
---
CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx | 52 +++++++++++++++++++++++++++++++---------------------
1 files changed, 31 insertions(+), 21 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
index e36d08e..d755302 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
@@ -7,23 +7,23 @@
<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>
<table class="table2">
<tbody>
<tr>
- <th style="text-align: center;">
- 鍗板埛灏哄锛堥暱脳瀹斤級
+ <th style="text-align: center;width: 150px;">
+ 鎴愬搧灏哄锛堥暱脳瀹斤級
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width: 150px;">
褰㈢姸
</th>
- <th style="text-align: center;">
+ <th style="text-align: center;width: 150px;">
鍗板埛鏁伴噺
</th>
</tr>
@@ -38,21 +38,31 @@
<option value="寮傚瀷">寮傚瀷</option>
</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">30000</div>
- <div class="xialapr">50000</div>
- </div>
- </div>
+ <td align="center">
+ <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">30000</div>
+ <div class="xialapr">50000</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