Index: ssts-web/src/main/webapp/ext-4.2.3/resources/ext-theme-green/custom-theme-sandbox.css =================================================================== diff -u -r18833 -r27934 --- ssts-web/src/main/webapp/ext-4.2.3/resources/ext-theme-green/custom-theme-sandbox.css (.../custom-theme-sandbox.css) (revision 18833) +++ ssts-web/src/main/webapp/ext-4.2.3/resources/ext-theme-green/custom-theme-sandbox.css (.../custom-theme-sandbox.css) (revision 27934) @@ -5,6 +5,9 @@ .not-null-row .x4-grid-cell { background-color: #ffff00; } +.hide-tr .x4-grid-cell{ + display:none; +} .terminated-row .x4-grid-cell { background-color: #ff0000; Index: ssts-web/src/main/webapp/disinfectsystem/config/qysfybjy/config.js =================================================================== diff -u -r27931 -r27934 --- ssts-web/src/main/webapp/disinfectsystem/config/qysfybjy/config.js (.../config.js) (revision 27931) +++ ssts-web/src/main/webapp/disinfectsystem/config/qysfybjy/config.js (.../config.js) (revision 27934) @@ -153,5 +153,7 @@ //在器械包信息列表中,显示签收项(签收人、签收时间) showSignedItems : true, //加急功能 - enableUrgentFunction:true + enableUrgentFunction:true, + //申领界面不显示整包申请的消毒物品的材料明细,值为true : 申领界面不显示整包申请的消毒物品的材料明细;值为false或者没有配置 : 申领界面显示出整包申请的消毒物品的材料明细 + hideMaterialsListOfDisinfectionGoodsApplyEntire:true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js =================================================================== diff -u -r27892 -r27934 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js (.../goodsApplicationForm.js) (revision 27892) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationForm.js (.../goodsApplicationForm.js) (revision 27934) @@ -1185,7 +1185,11 @@ return 'not-null-row'; }else{// 整包清洗 record.set('countBackup', c); - + //消毒物品整包申请的并且hideMaterialsListOfDisinfectionGoodsApplyEntire为true,隐藏的材料明细 + if(sstsConfig.hideMaterialsListOfDisinfectionGoodsApplyEntire && pNode.get('tousseType') === tousseType_disinfectGoods){ + return 'hide-tr'; + } + var c2 = pNode.get('count'); if (c2 == 0 || c2 == '' || c2 == null){ record.set('count','');