From f2fa318161407b936f70aa3b918dd38f24ea9a88 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期一, 13 六月 2022 07:08:28 +0800
Subject: [PATCH] 数据字典表相关功能 系统账号管理优化 订单管理 API账号管理 客户信息管理

---
 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