From 57936e11434f6614f818a0a0a495918dc1af6dd6 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 02 十二月 2024 08:07:01 +0800 Subject: [PATCH] 单据出库完成 --- src/main/webapp/static/js/saasLog/saasLog.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/js/saasLog/saasLog.js b/src/main/webapp/static/js/saasLog/saasLog.js index 6d2833e..5505981 100644 --- a/src/main/webapp/static/js/saasLog/saasLog.js +++ b/src/main/webapp/static/js/saasLog/saasLog.js @@ -23,14 +23,14 @@ cols: [[ {type: 'checkbox'} ,{field: 'id', align: 'center',title: 'id', hide:true} - ,{field: 'locNo', align: 'center',title: '搴撲綅'} ,{field: 'type$', align: 'center',title: '鎿嶄綔绫诲瀷'} - ,{field: 'matnr', align: 'center',title: '鐗╂枡鍙�'} + ,{field: 'locNo', align: 'center',title: '搴撲綅'} + ,{field: 'matnr', align: 'center',title: '鐗╂枡'} + ,{field: 'batch', align: 'center',title: '鎵规'} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} + ,{field: 'createBy', align: 'center',title: '鎿嶄綔璐﹀彿'} ,{field: 'ioTime$', align: 'center',title: '鎿嶄綔鏃堕棿'} - ,{field: 'createBy', align: 'center',title: '', hide:true} - - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} + // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], request: { pageName: 'curr', -- Gitblit v1.9.1