From 3bf021ed05b7ae7a50b4287b2831588495bb06e6 Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期四, 30 六月 2022 12:35:39 +0800 Subject: [PATCH] 优化金额或条数的长度处理。 --- web/web/GwSpPrePattern.aspx | 87 ++++++++++++++++++++++--------------------- 1 files changed, 45 insertions(+), 42 deletions(-) diff --git a/web/web/GwSpPrePattern.aspx b/web/web/GwSpPrePattern.aspx index 2c9f93c..ca9fe66 100644 --- a/web/web/GwSpPrePattern.aspx +++ b/web/web/GwSpPrePattern.aspx @@ -146,7 +146,7 @@ if (idArray.length == 0) { idArray.push(patternID); if (idArray.length == 0) { - mytek.alert("璇烽�夋嫨瑕佷慨鏀圭殑璐﹀彿锛�", false); + mytek.alert("璇烽�夋嫨瑕佷慨鏀圭殑鐭俊璐﹀彿锛�", false); return; } } @@ -224,58 +224,61 @@ <div class="listCanvas"> <div class="ibox"> <div class="input-group m-b"> - <span class="input-group-addon">瀹㈡埛ID</span> + <span class="input-group-addon">瀹㈡埛璐﹀彿</span> <input type="text" name="ClientID" id="ClientID" class="form-control col-md-2" /> </div> <div class="input-group m-b"> - <span class="input-group-addon">SPID</span> + <span class="input-group-addon">鐭俊璐﹀彿</span> <input type="text" name="SpID" id="SpID" class="form-control col-md-2" /> </div> <div class="input-group m-b"> <input type="button" value="鏌ヨ" class="btn btn-primary action-query" /> - <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" /> </div> </div> </div> </form> - <table class="table table-striped table-bordered table-hover" id="gwSpPreTable"> - <thead> - <tr class="header"> - <th> - <input type="checkbox" name="check-all-row" id="check-all-row" value="" /> - </th> - <th class="col-md-1"> - 瀹㈡埛ID - </th> - <th class="col-md-1"> - SPID - </th> - <th class="col-md-5"> - 鎶ュ鍐呭 - </th> - <th class="col-md-1"> - 鍒涘缓鏃堕棿 - </th> - <th class="col-md-1"> - 瀹℃牳鐘舵�� - </th> - <th class="col-md-1"> - 瀹℃牳鏃堕棿 - </th> - <th class="col-md-1"> - 瀹℃牳澶囨敞 - </th> - <th class="col-md-1"> - 瀹℃牳鍛� - </th> - <th class="col-md-1"> - 鎿嶄綔 - </th> - </tr> - </thead> - <tbody> - </tbody> - </table> + + <div class="table-responsive"> + <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" /> + <table class="table table-striped table-bordered table-hover" id="gwSpPreTable"> + <thead> + <tr class="header"> + <th> + <input type="checkbox" name="check-all-row" id="check-all-row" value="" /> + </th> + <th class="col-md-1"> + 瀹㈡埛璐﹀彿 + </th> + <th class="col-md-1"> + 鐭俊璐﹀彿 + </th> + <th class="col-md-5"> + 鎶ュ鍐呭 + </th> + <th class="col-md-1"> + 鍒涘缓鏃堕棿 + </th> + <th class="col-md-1"> + 瀹℃牳鐘舵�� + </th> + <th class="col-md-1"> + 瀹℃牳鏃堕棿 + </th> + <th class="col-md-1"> + 瀹℃牳澶囨敞 + </th> + <th class="col-md-1"> + 瀹℃牳鍛� + </th> + <th class="col-md-1"> + 鎿嶄綔 + </th> + </tr> + </thead> + <tbody> + </tbody> + </table> + </div> <div id="pagination"> </div> -- Gitblit v1.9.1