From 26d5890bf75f0917eca93d2d1780bf5aea0cec7a Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 26 六月 2024 09:08:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/orderLog/orderLog.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/orderLog/orderLog.js b/src/main/webapp/static/js/orderLog/orderLog.js
index c392cfc..0c02c95 100644
--- a/src/main/webapp/static/js/orderLog/orderLog.js
+++ b/src/main/webapp/static/js/orderLog/orderLog.js
@@ -130,8 +130,7 @@
                             {field: 'anfme', title: '鏁伴噺'},
                             {field: 'workQty', title: '浣滀笟鏁伴噺'},
                             {field: 'qty', title: '瀹屾垚鏁伴噺', style: 'font-weight: bold'},
-                            {field: 'owner$', title: '璐т富'},
-                            {field: 'payment$', title: '璐х墿褰㈡��'},
+
                             {field: 'weight', title: '閲嶉噺'}
                         ]],
                         request: {
@@ -556,7 +555,7 @@
             layer.closeAll();
             layer.load(1, {shade: [0.1,'#fff']});
             // location.href = "http://192.168.4.121:8082/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo;
-            location.href = "http://10.114.97.100:8080/stwms/orderLog/printExport/auth?orderNo="+data.orderNo;
+            location.href = baseUrl+"/orderLog/printExport/auth?orderNo="+data.orderNo;
             layer.closeAll('loading');
         });
     }

--
Gitblit v1.9.1