From c41ba9575e72dda93085759ad48882d055313005 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期四, 16 四月 2026 09:03:02 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index c66e3a6..f1daba5 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -1,11 +1,16 @@
var pageCurr;
function getCol() {
var cols = [
+ {field: 'standby1', align: 'center',title: '瀹㈡埛po', hide: false},
+ {field: 'standby3', align: 'center',title: '瀹㈡埛sku', hide: false},
{field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺', style: 'font-weight: bold'}
];
arrRemove(detlCols, "field", "anfme")
arrRemove(detlCols, "field", "zpallet")
arrRemove(detlCols, "field", "orderNo")
+ arrRemove(detlCols, "field", "standby1")
+ arrRemove(detlCols, "field", "standby3")
+
// arrRemove(detlCols, "field", "memo")
cols.push.apply(cols, detlCols);
// cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'}
--
Gitblit v1.9.1