From 59faff8bcfda7d9b33e133f88b3f3e97f3d84db3 Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期四, 10 七月 2025 09:23:44 +0800 Subject: [PATCH] 库存调整(未完成) --- src/main/webapp/static/js/pakStore/stockAdjust.js | 12 ++++++++++++ src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java index 76e4133..005587a 100644 --- a/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java @@ -860,7 +860,7 @@ @Override @Transactional public void adjustLocDetl(LocDetlAdjustParam param, Long userId) { - param.integrate(); +// param.integrate(); LocMast locMast = locMastService.selectById(param.getLocNo()); if (Cools.isEmpty(locMast)) { throw new CoolException("搴撲綅涓嶅瓨鍦�"); diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js index 042a8b5..c6ff8a7 100644 --- a/src/main/webapp/static/js/pakStore/stockAdjust.js +++ b/src/main/webapp/static/js/pakStore/stockAdjust.js @@ -8,9 +8,21 @@ {fixed: 'left', field: 'count', title: '瀹為檯鏁伴噺', align: 'center', edit:'text', width: 120, style:'color: blue;font-weight: bold'} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} ,{field: 'batch', align: 'center',title: '鎵瑰彿锛堢紪杈戯級', edit: true, style: 'font-weight:bold'} + // ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜', edit: true} + // ,{field: 'model', align: 'center',title: '妗跺瀷', edit: true} + // ,{field: 'manuDate', align: 'center',title: '鐢熶骇鏃ユ湡', edit: true} + // ,{field: 'weight', align: 'center',title: '鍑�閲�', edit: true} + // ,{field: 'manLength', align: 'center',title: '姣涢噸', edit: true} + // ,{field: 'volume', align: 'center',title: '缃愯閲�', edit: true} ]; arrRemove(detlCols, "field", "anfme"); arrRemove(detlCols, "field", "batch"); + // arrRemove(detlCols, "field", "zpallet"); + // arrRemove(detlCols, "field", "model"); + // arrRemove(detlCols, "field", "manuDate"); + // arrRemove(detlCols, "field", "weight"); + // arrRemove(detlCols, "field", "manLength"); + // arrRemove(detlCols, "field", "volume"); cols.push.apply(cols, detlCols); cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}) return cols; -- Gitblit v1.9.1