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

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

diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js
index 29cd5f5..1665bd7 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,7 +37,7 @@
         //     '</p>'].join(''),
         defaultToolbar: [],
         cols: [[
-            // {type: 'number', title: '#'},
+            // {type: 'numbers', title: '#'},
             {field: 'orderTime', title: '鏃ユ湡'},
             {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center'}
         ]],

--
Gitblit v1.9.1