From 1a987c661d60c77b258a3be42c09a3fd2ba3ae06 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 14 八月 2023 15:34:59 +0800 Subject: [PATCH] #订单出库自动出浅库位 --- src/main/webapp/static/js/mat/mat.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/mat/mat.js b/src/main/webapp/static/js/mat/mat.js index 7d814a0..8bfb2be 100644 --- a/src/main/webapp/static/js/mat/mat.js +++ b/src/main/webapp/static/js/mat/mat.js @@ -5,11 +5,11 @@ var cols = [ {type: 'checkbox'} ,{field: 'tagId$', align: 'center',title: '褰掔被', templet: '#tagTpl'} - ,{field: 'matnrNew', align: 'center',title: '鏂板晢鍝佺紪鍙�', width: 180} + // ,{field: 'matnrNew', align: 'center',title: '鏂板晢鍝佺紪鍙�', width: 180} ]; cols.push.apply(cols, matCols); cols.push( - {fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150} + {fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ) return cols; } -- Gitblit v1.9.1