From dbda463cdacc6c6101acdf9d58e22450a281b9b0 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期二, 07 六月 2022 23:11:04 +0800
Subject: [PATCH] 客户信息管理 停用客户信息管理

---
 web/web/GwOrderList.aspx |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/web/web/GwOrderList.aspx b/web/web/GwOrderList.aspx
index e6cf071..9f9cbe4 100644
--- a/web/web/GwOrderList.aspx
+++ b/web/web/GwOrderList.aspx
@@ -19,7 +19,7 @@
             function loadPageList() {
 
                 var clientId = $("#ClientID").val();
-                var clientName = $("#ClientName").val();
+                var company = $("#Company").val();
                 var spId = $("#SpID").val();
                 var startDate = $("#sDate").val();
                 var endDate = $("#eDate").val();
@@ -28,7 +28,7 @@
                     url: "GwOrder.ashx",
                     type: "POST",
                     //data: { action: "gwOrderList", SpID: SpID, ClientID: ClientID, ClientName: ClientName, sDate: sDate, EndTime: EndTime, pageSize: $("#pager").Pager("getPageSize"), pageIndex: $("#pager").Pager("getPageIndex") },
-                    data: { action: "gwOrderList", clientId: clientId, clientName: clientName, spId: spId, startDate: startDate, endDate: endDate, flag: -1, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() },
+                    data: { action: "gwOrderList", clientId: clientId, company: company, spId: spId, startDate: startDate, endDate: endDate, flag: -1, pageIndex: pagination.getPageIndex(), pageSize: pagination.getPageSize() },
                 success: function (result) {
                         if (result.OK) {
                             $("#orderListTable tbody").html(result.Message.Table);
@@ -100,16 +100,16 @@
     class="form-inline">
     <div class="ibox">
         <div class="input-group m-b">
-            <span class="input-group-addon">SPID</span>
-            <input type="text" name="SpID" id="SpID" value="<%=SpID %>"" class="form-control" />
+            <span class="input-group-addon">瀹㈡埛璐﹀彿</span>
+            <input type="text" name="ClientID" id="ClientID" value="<%=ClientId %>" class="form-control" />
         </div>
         <div class="input-group m-b">
-            <span class="input-group-addon">瀹㈡埛ID</span>
-            <input type="text" name="ClientID" id="ClientID" class="form-control" />
+            <span class="input-group-addon">鍏徃鍚嶇О</span>
+            <input type="text" name="Company" id="Company" class="form-control " />
         </div>
         <div class="input-group m-b">
-            <span class="input-group-addon">瀹㈡埛鍚嶇О</span>
-            <input type="text" name="ClientName" id="ClientName" class="form-control " />
+            <span class="input-group-addon">鐭俊璐﹀彿</span>
+            <input type="text" name="SpID" id="SpID" value="<%=SpID %>" class="form-control" />
         </div>
         <div class="input-group m-b">
             <div class="input-daterange input-group " id="datepicker">
@@ -130,22 +130,22 @@
                 <tr class="header">
                     <th>璁㈠崟ID
                     </th>
-                    <th>璐﹀彿ID
+                    <th>鐭俊璐﹀彿
                     </th>
-                    <th>瀹㈡埛ID
+                    <th>瀹㈡埛璐﹀彿
                     </th>
-                    <th>浜у搧ID
+                    <th>浜у搧鍚嶇О
                     </th>
                     <%--<th>濂楅ID
                     </th>
                          --%>
-                    <th>璁㈠崟鍩烘湰鏉℃暟
+                    <th>璁㈠崟鍩烘湰鏉℃暟(鏉�)
                     </th>
-                    <th>璁㈠崟璧犻�佹潯鏁�
+                    <th>璁㈠崟璧犻�佹潯鏁�(鏉�)
                     </th>
                     <th>鍗曚环锛堝厓/鏉★級
                     </th>
-                    <th>璁㈠崟鎬绘潯鏁�
+                    <th>璁㈠崟鎬绘潯鏁�(鏉�)
                     </th>
                     <th>璁㈠崟鎬婚噾棰濓紙鍏冿級
                     </th>
@@ -153,13 +153,15 @@
                     </th>
                     <th>鍏呭�煎墠璐﹀彿浣欓锛堟潯锛�
                     </th>
+                    <th>瀹℃牳浜�(澶氱骇鎸夆��,鈥濆垎闅�)
+                    </th>
                     <th>鍒涘缓浜�
                     </th>
                     <th>鍒涘缓鏃堕棿
                     </th>
                     <th>鐘舵��
                     </th>
-                    <th class="text-right">鎿嶄綔
+                    <th class="text-center">鎿嶄綔
                     </th>
                 </tr>
             </thead>
@@ -198,14 +200,14 @@
                         </div>
                         <div class="form-group">
                             <label class="col-sm-2 control-label">
-                                璐﹀彿ID</label>
+                                鐭俊璐﹀彿</label>
                             <div class="col-sm-4 ">
                                 <input type="text" class="form-control" name="spId" id="spId" value="" />
                             </div>
                         </div>
                         <div class="form-group">
                             <label class="col-sm-2 control-label">
-                                瀹㈡埛ID</label>
+                                瀹㈡埛璐﹀彿</label>
                             <div class="col-sm-4 ">
                                 <select name="clientId" id="clientId" class="form-control">
                                     <%=GetClientOptions("0")%>
@@ -214,7 +216,7 @@
                         </div>
                         <div class="form-group">
                             <label class="col-sm-2 control-label">
-                                浜у搧ID</label>
+                                浜у搧鍚嶇О</label>
                             <div class="col-sm-4 ">
                                 <select name="productId" id="productId" class="form-control">
                                     <%=GetProductOptions("0")%>

--
Gitblit v1.9.1