Index: ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/config.js =================================================================== diff -u -r13563 -r14051 --- ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/config.js (.../config.js) (revision 13563) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/config.js (.../config.js) (revision 14051) @@ -53,5 +53,24 @@ //入库单是否显示生物检测信息 godownEntryShowBiologicalTestReport:true, //打印标签中的材料时,是否打印一次性物品 - tousseLabelPrintDisposableGoods:true + tousseLabelPrintDisposableGoods:true, + //申请单详情页打印下拉按钮配置(value配置注明-1:器械包,2:敷料包,3:消毒物品,4:一次性物品) + applicationPrintButtonConfig:{ + items:[ +// {text:'全部',value:[]}, +// {text:'器械包(不含敷料包)',value:[1]}, +// {text:'敷料包',value:[2]}, +// {text:'器械包和敷料包',value:[1,2]}, +// {text:'消毒物品',value:[3]}, +// {text:'一次性物品',value:[4]}, + {text:'器械包和消毒物品',value:[1,3]} +// {text:'器械包和一次性物品',value:[1,4]}, +// {text:'器械包、敷料包、消毒物品',value:[1,2,3]}, +// {text:'器械包、敷料包、一次性物品',value:[1,2,4]}, +// {text:'消毒物品和一次性物品',value:[3,4]}, +// {text:'敷料包和消毒物品',value:[2,3]}, +// {text:'敷料包和一次性物品',value:[2,4]}, +// {text:'敷料包、消毒物品、一次性物品',value:[2,3,4]} + ] + } } \ No newline at end of file