From 3347848a66b7a0b72d5c7d937c49dea544b365c3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 19 四月 2022 16:01:58 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/pack/pack.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/pack/pack.js b/src/main/webapp/static/js/pack/pack.js index 0ec95e6..b98b1af 100644 --- a/src/main/webapp/static/js/pack/pack.js +++ b/src/main/webapp/static/js/pack/pack.js @@ -23,8 +23,8 @@ cols: [[ {type: 'checkbox'} // ,{field: 'id', align: 'center',title: 'ID'} - ,{field: 'barcode', align: 'center',title: '鏉$爜'} - ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', minWidth: 200, width: 200} + ,{field: 'barcode',title: '鏉$爜'} + ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', minWidth: 250, width: 250} ,{field: 'batch', align: 'center',title: '鎵瑰彿', hide: true} ,{field: 'settle$', align: 'center',title: '鐘舵��', templet: '#settleTpl', minWidth: 160, width: 160} // ,{field: 'status$', align: 'center',title: '鐘舵��'} -- Gitblit v1.9.1