From a98a2e141895ae9c225ca2db836ae98ddc3f75b9 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期六, 21 十二月 2024 17:04:32 +0800 Subject: [PATCH] #平库盘点 --- src/main/webapp/static/js/pakStore/stockAdjust.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js index f6be988..1e6d9e1 100644 --- a/src/main/webapp/static/js/pakStore/stockAdjust.js +++ b/src/main/webapp/static/js/pakStore/stockAdjust.js @@ -11,11 +11,10 @@ ,{field: 'threeCode', align: 'center',title: '閿�鍞鍗曞彿', edit: true, style: 'font-weight:bold'} ,{field: 'deadTime', align: 'center',title: '閿�鍞鍗曡鍙�', edit: true, style: 'font-weight:bold'} ]; - arrRemove(detlCols, "field", "zpallet"); arrRemove(detlCols, "field", "anfme"); arrRemove(detlCols, "field", "batch"); arrRemove(detlCols, "field", "threeCode"); - arrRemove(detlCols, "field", "dead_time"); + arrRemove(detlCols, "field", "deadTime"); cols.push.apply(cols, detlCols); cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}) return cols; -- Gitblit v1.9.1