From 4b5e7f9fb5728068d7000272600602b54d8b36a6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 26 三月 2022 16:48:34 +0800
Subject: [PATCH] #杰克缝纫机立库 【加批号和单号】

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

diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js
index 29cd5f5..2225c57 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');
         }
     });
@@ -56,7 +55,7 @@
     /* 琛ㄦ牸閲嶇疆 */
     form.on('submit(originTbReset)', function (data) {
         insTb.reload({where: null});
-        insTb2.reload({where: {host_id: null}, page: {curr: 1}});
+        insTb2.reload({where: null, page: {curr: 1}});
         return false;
     });
 

--
Gitblit v1.9.1