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 |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js
index 29cd5f5..e775a03 100644
--- a/src/main/webapp/static/js/orderTable.js
+++ b/src/main/webapp/static/js/orderTable.js
@@ -13,7 +13,7 @@
     var insTb = table.render({
         elem: '#originTable',
         url: baseUrl + '/order/nav/list/auth',
-        height: 'full-100',
+        height: 'full-120',
         headers: {token: localStorage.getItem('token')},
         request: {
             pageName: 'curr',
@@ -37,12 +37,11 @@
         //     '</p>'].join(''),
         defaultToolbar: [],
         cols: [[
-            // {type: 'number', title: '#'},
+            // {type: 'numbers', title: '#'},
             {field: 'orderTime', title: '鏃ユ湡'},
             {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