From 8d51a0762a43eedada5eb15bd24180d7204e63b3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 17 一月 2025 08:58:19 +0800
Subject: [PATCH] 报销流程
---
CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx | 43 +++++++++++++++++++++++++++----------------
1 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/BlackAndWhite.aspx
index 67460fc..bebe6d1 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>璇烽�夋嫨鍗板埛鏂瑰紡锛� <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>
@@ -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,7 +140,8 @@
<td align="left" style="padding-left: 40px;"><input type="checkbox" name="works" value="24" /> 濂楀彿</td>
<td align="left"><input type="checkbox" name="works" value="4" /> 鍘嬬棔</td>
<td align="left"><input type="checkbox" name="works" value="6" /> 鎵撶偣绾�</td>
- <td align="left"><div style="float:left"><input type="checkbox" name="works" value="13" onclick="SelectFuc(this)" index="0"/> 鑳跺ご</div><div style="float:left; display:none" id="divJT0"> 姣忔湰椤垫暟锛�<input type="text" name="pageNum" style="width:60px" class="validateInt" defaultValue="1" value="1"/>寮�/鏈�</div></td>
+ <td align="left"><div style="float:left"><input type="checkbox" id="worksjiaozuo" name="works" value="99" onclick="SelectFuc(this)" index="0"/> 鑳跺乏</div><div style="float:left; display:none" id="divJTT0"> 姣忔湰寮犳暟锛�<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" id="worksjiaotou" name="works" value="13" onclick="SelectFuc(this)" index="0"/> 鑳跺ご</div><div style="float:left; display:none" id="divJT0"> 姣忔湰寮犳暟锛�<input type="text" name="pageNum" style="width:60px" class="validateInt" defaultValue="1" value="1"/>寮�/鏈�</div></td>
</tr>
</tbody>
</table>
--
Gitblit v1.9.1