Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js =================================================================== diff -u -r14812 -r14937 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14812) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsTemplateApplicationView.js (.../goodsTemplateApplicationView.js) (revision 14937) @@ -3024,7 +3024,7 @@ var columns = [ {header : "流水号",width : 75 * fontSizeScale,dataIndex : 'serialNumber', renderer : renderModifyFun}, - {header : "申请科室",width : 120 * fontSizeScale,dataIndex : 'depart',hidden:sstsConfig.hideApplyDepartColumn || !isSupplyRoomUser}, + {header : "申请科室",width : 120 * fontSizeScale,dataIndex : 'depart',hidden:sstsConfig.hideApplyDepartColumn || isCssdUser != 'true'}, {header : "结算科室",width : 120 * fontSizeScale,dataIndex : 'settleAccountsDepart',hidden:sstsConfig.hideSettleDepartColumn}, {header : "申请人",width : 60 * fontSizeScale,dataIndex : 'applicant'}, {header : "申请时间",width : 120 * fontSizeScale,dataIndex : 'applicationTime', renderer : myDateFormatByMinute}, @@ -3471,7 +3471,7 @@ }]; //如果不是用版本2或者是在高级视图的全部申请单打开或者不是临床科室则按原来的显示 - if (recyclingApplicationVersion != 2 || listType == 'all' || isSupplyRoomUser == true){ + if (recyclingApplicationVersion != 2 || listType == 'all' || isCssdUser == 'true'){ grid = new Ext.ux.ForgonPageGrid({ title : entityName + '单列表', tbar : tbar,