From 39eda46cbbf3ebb393c3770a5a19e923cace2a13 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 22 四月 2021 14:05:54 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index d95a51c..5fd8558 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -155,7 +155,7 @@ headers: {token: localStorage.getItem('token')}, url: baseUrl+'/order/list/auth', page: true, - limit: 16, + limit: 10, limits: [16, 30, 50, 100, 200, 500], toolbar: '#orderToolbar', height: 'full-100', @@ -164,8 +164,8 @@ // ,{field: 'uuid', align: 'center',title: '缂栧彿'} ,{field: 'docType$', align: 'center',title: '绫诲埆', templet: '#docTypeTpl', width: 100} ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', minWidth: 250} - ,{field: 'orderTime', align: 'center',title: '鍗曟嵁鏃ユ湡'} - ,{field: 'itemName', align: 'center',title: '椤圭洰'} + ,{field: 'orderTime', align: 'center',title: '鍗曟嵁鏃ユ湡', width: 120} + ,{field: 'itemName', align: 'center',title: '椤圭洰', hide: true} ,{field: 'allotItemId$', align: 'center',title: '璋冩嫧椤圭洰缂栧彿', hide: true} ,{field: 'defNumber', align: 'center',title: '鍒濆绁ㄦ嵁鍙�', hide: true} ,{field: 'number', align: 'center',title: '绁ㄦ嵁鍙�', hide: true} -- Gitblit v1.9.1