From 61c36655506afd11f448e6985f4406e6f107c8ca Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 26 三月 2022 14:55:34 +0800
Subject: [PATCH] #杰克缝纫机立库 【订单出库预览】 优化

---
 src/main/webapp/static/js/orderTable.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js
index 1665bd7..e775a03 100644
--- a/src/main/webapp/static/js/orderTable.js
+++ b/src/main/webapp/static/js/orderTable.js
@@ -42,7 +42,6 @@
             {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'}
         ]],
         done: function (res, curr, count) {
-            console.log(res)
             $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');
         }
     });

--
Gitblit v1.9.1