Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js =================================================================== diff -u -r17502 -r17505 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 17502) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 17505) @@ -1957,7 +1957,7 @@ var columns = [ {header : "流水号",width : 90,dataIndex : 'serialNumber', renderer : modifyRecord}, - {header : "申请人",width : 80,dataIndex : 'applicant'}, + {header : "申请人",width : 80,dataIndex : 'applicant',hidden : sstsConfig.hideCssdForeignProxyDisinfectionApplicant}, {header : "灭菌员",width : 80,dataIndex : 'sterilizationUser',hidden : sstsConfig.hiddenForeignProxyPartElement}, {header : "申请科室",width : 150,dataIndex : 'depart'}, {header : "器械包数量",width : 80,dataIndex : 'tousseAmount'}, @@ -1970,8 +1970,8 @@ }}, {header : "状态",width : 70,dataIndex : 'deliverStatus'}, {header : "物品简要",width : 400,dataIndex : 'lendGoodsBrief'}, - {header : "制作者",width : 80,dataIndex : 'maker'}, - {header : "核对者",width : 80,dataIndex : 'assistant'}, + {header : "制作者",width : 80,dataIndex : 'maker',hidden : sstsConfig.hideCssdForeignProxyDisinfectionMaker}, + {header : "核对者",width : 80,dataIndex : 'assistant',hidden : sstsConfig.hiddenForeignProxyPartElement}, {header : "是否打印",width : 65,dataIndex : 'hasPrinted'}, {header : "申请时间",width : 115,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, {header : "送来时间",width : 115,dataIndex : 'arrivedTime',renderer : myDateFormatByMinute},