From a5b2428bc6ebac0210e4c552f61e7c5e1f1c9134 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 24 十一月 2022 15:25:48 +0800 Subject: [PATCH] 优化多项 --- web/web/gwspupdate.aspx | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/web/web/gwspupdate.aspx b/web/web/gwspupdate.aspx index 720ab9c..3d20b83 100644 --- a/web/web/gwspupdate.aspx +++ b/web/web/gwspupdate.aspx @@ -539,7 +539,7 @@ <thead> <tr> <th colspan="4"> - <%=ActionTitle%> 缂栬緫璐︽埛 + <%=ActionTitle%> 缂栬緫璐﹀彿 </th> </tr> </thead> @@ -803,7 +803,7 @@ </td> <th> - 鏄惁鑷姩杩旇繕: + <span style="color:red">鏄惁鑷姩杩旇繕澶辫触鐨勬潯鏁�:</span> </th> <td> <select name="IsAutoReturn" id="IsAutoReturn"> @@ -815,6 +815,13 @@ <span class="highlight">*</span> </td> </tr> + <%--<tr> + <th>鎵h垂鏂瑰紡锛�</th> + <td> + <input type="radio" class="icheck-me" name="DeductionMode" value="1" <%=(GwSp.DeductionMode==1 ? "checked":"")%>/><label>鎻愪氦閲�</label> + <input type="radio" class="icheck-me" name="DeductionMode" value="2" <%=(GwSp.DeductionMode==2 ? "checked":"")%> /><label>鎴愬姛閲�</label> + </td> + </tr>--%> <tr> <th> @@ -1140,11 +1147,7 @@ <input type="radio" class="icheck-me" name="IsDispalyPrice" value="0" <%=(GwSp.IsDispalyPrice==0 ? "checked":"")%> /><label>鍚�</label> <input type="radio" class="icheck-me" name="IsDispalyPrice" value="1" <%=(GwSp.IsDispalyPrice==1 ? "checked":"")%> /><label>鏄�</label> </td> - <%--<th>鎵h垂鏂瑰紡锛�</th> - <td> - <input type="radio" class="icheck-me" name="DeductionMode" value="1" <%=(GwSp.DeductionMode==1 ? "checked":"")%>/><label>鎻愪氦閲�</label> - <input type="radio" class="icheck-me" name="DeductionMode" value="2" <%=(GwSp.DeductionMode==2 ? "checked":"")%> /><label>鎴愬姛閲�</label> - </td>--%> + </tr> <%--<tr> <th>鍙戦�佹槸鍚﹀鏍革細</th> -- Gitblit v1.9.1