From b4fc2f5e7ce5f0e984f406c4bca23dd5044fdcec Mon Sep 17 00:00:00 2001 From: ZY <zc857179121@qq.com> Date: 星期二, 01 四月 2025 13:35:38 +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