Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r14668 -r14685 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 14668) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 14685) @@ -86,5 +86,7 @@ //是否隐藏加急数量 isHideUrgentAmount: true, // 科室申请版本:1或者没有配置沿用之前的版本,2:独立出科室申领的几个申请功能 - recyclingApplicationVersion : 2 + recyclingApplicationVersion : 2, + //隐藏外部代理灭菌的部分元素(页面属性),为true时部分隐藏,未配置或配置为其它值时与原来保持一致 + hiddenForeignProxyPartElement : true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js =================================================================== diff -u -r14682 -r14685 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 14682) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 14685) @@ -426,7 +426,7 @@ }else if(packageType == ""){ showResult("请输入包装类型!"); top.Ext.getCmp('packageType1').focus(); - }else if(sterilingType == ""){ + }else if(sterilingType == "" && sstsConfig.hiddenForeignProxyPartElement != true){ showResult("请输入灭菌程序!"); top.Ext.getCmp('sterilingType1').focus(); }else if(count == ""){ @@ -854,6 +854,7 @@ dataIndex : 'sterilingType', width : 200, menuDisabled: true, + hidden : sstsConfig.hiddenForeignProxyPartElement, editor : new top.Ext.form.ComboBox({ xtype : 'combo', id : 'sterilingTypeCombo', @@ -884,6 +885,7 @@ },{ id : 'basketName1', header : "灭菌筐", + hidden : sstsConfig.hiddenForeignProxyPartElement, dataIndex : 'basketName', width : 200, menuDisabled: true @@ -943,6 +945,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'textfield', fieldLabel : '扫描条码', @@ -1032,6 +1035,7 @@ layout : 'form', columnWidth : .5, labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'combo', fieldLabel : '所属分组', @@ -1101,6 +1105,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'textfield', fieldLabel : '灭菌员', @@ -1137,6 +1142,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'combo', fieldLabel : '核对者', @@ -1179,6 +1185,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'textfield', fieldLabel : '灭菌筐', @@ -1197,6 +1204,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hiddenForeignProxyPartElement, items : [{ xtype : 'datefieldWithMin', fieldLabel : '申请时间', @@ -1385,8 +1393,10 @@ } } },{ - text : '灭菌程序:' + text : '灭菌程序:', + hidden : sstsConfig.hiddenForeignProxyPartElement },{ + hidden : sstsConfig.hiddenForeignProxyPartElement, xtype : 'combo', id : 'sterilingType1', name : 'sterilingType1', @@ -2093,15 +2103,15 @@ var columns = [ {header : "流水号",width : 120,dataIndex : 'serialNumber', renderer : modifyRecord}, - {header : "灭菌员",width : 120,dataIndex : 'applicant'}, + {header : "灭菌员",width : 120,dataIndex : 'applicant',hidden : sstsConfig.hiddenForeignProxyPartElement}, {header : "制作者",width : 120,dataIndex : 'maker'}, {header : "核对者",width : 120,dataIndex : 'assistant'}, {header : "是否打印",width : 120,dataIndex : 'hasPrinted'}, {header : "申请时间",width : 120,dataIndex : 'applicationTime',renderer : myDateFormatByMinute}, {header : "送来时间",width : 120,dataIndex : 'arrivedTime',renderer : myDateFormatByMinute}, {header : "预约时间",width : 120,dataIndex : 'scheduleTime',renderer : myDateFormatByMinute}, - {header : "申请部门",width : 120,dataIndex : 'depart'}, - {header : "所属分组",width : 120,dataIndex : 'foreignProxyGroup'}, + {header : "申请科室",width : 120,dataIndex : 'depart'}, + {header : "所属分组",width : 120,dataIndex : 'foreignProxyGroup',hidden : sstsConfig.hiddenForeignProxyPartElement}, {header : "状态",width : 120,dataIndex : 'deliverStatus'}, {header:'查看发货单',align :'center',renderer: function(v,p,record){ var status = record.data.deliverStatus;