From 5d0f77980cf2535f4df9198a143cab891836fad4 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期四, 30 十月 2025 10:36:57 +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