Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js =================================================================== diff -u -r40728 -r40736 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 40728) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 40736) @@ -2464,7 +2464,7 @@ beforeedit: function (editor, context, eOpts) { var record = context.record; var text = record.raw.text || ''; - if (!record.get('leaf') && text == '无篮筐汇总') { + if(sstsConfig.enableGroupPendingAssemblyTasksByBasket && !record.get('leaf') && text == '无篮筐汇总'){ return false; } }, @@ -6931,8 +6931,6 @@ */ function isConfirmRequestPackingTousse(params, index, isTrue) { var len = params.length; - console.log(index) - console.log(len) if (index == len) { if (isTrue) { printLabelsAfterPacking(params);