Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js =================================================================== diff -u -r16463 -r16475 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 16463) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/foreignProxyDisinfectionView.js (.../foreignProxyDisinfectionView.js) (revision 16475) @@ -726,7 +726,7 @@ maxLength : '41', id : 'scanBarcode',//departBarcode name : 'scanBarcode', - anchor : '100%', + anchor : '97%', cls:'edit-4char-labelwidth', listeners : { specialkey : function(field, e) { @@ -848,7 +848,7 @@ hideTrigger : true, typeAhead : false, allowBlank : false, - anchor : '100%', + anchor : '97%', listeners:{ select:function(combo, record, index){ top.Ext.getCmp("depart").setValue(record.data.name); @@ -860,6 +860,7 @@ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hideCssdForeignProxyDisinfectionAapplicantAndMaker == true, items : [{ xtype : 'combo', fieldLabel : '申请人', @@ -875,7 +876,7 @@ triggerAction : 'all', hideTrigger : false, typeAhead : false, - allowBlank : false, + allowBlank : sstsConfig.hideCssdForeignProxyDisinfectionAapplicantAndMaker == true ? true : false, anchor : '97%' }] }/*,{ @@ -895,7 +896,7 @@ } } }, - anchor : '100%' + anchor : '97%' }] }*/,{ columnWidth : .5, @@ -910,12 +911,13 @@ name : 'sterilizationUser', allowBlank : sstsConfig.hiddenForeignProxyPartElement, readOnly : true, - anchor : '100%' + anchor : '97%' }] },{ columnWidth : .5, layout : 'form', labelWidth : 70, + hidden : sstsConfig.hideCssdForeignProxyDisinfectionAapplicantAndMaker == true, items : [{ xtype : 'combo', fieldLabel : '制作者', @@ -955,7 +957,7 @@ hideTrigger : false, typeAhead : false, allowBlank : true, - anchor : '100%' + anchor : '97%' }] },/*{ columnWidth : .5, @@ -975,7 +977,7 @@ } } }, - anchor : '100%' + anchor : '97%' }] },*/{ columnWidth : .5, @@ -1010,7 +1012,7 @@ altFormats:'Y-m-d|Y-n-j|y-n-j|y-m-j|y-m-d|y-n-d|Y-n-d|Y-m-j|Ymd|Ynj|ynj|ymj|ymd|ynd|Ynd|Ymj|Y/m/d|Y/n/j|y/n/j|y/m/j|y/m/d|y/n/d|Y/n/d|Y/m/j', editable : false, format : 'Y-m-d H:i', - anchor : '100%' + anchor : '97%' }] },{ columnWidth : .5, @@ -1040,7 +1042,7 @@ altFormats:'Y-m-d|Y-n-j|y-n-j|y-m-j|y-m-d|y-n-d|Y-n-d|Y-m-j|Ymd|Ynj|ynj|ymj|ymd|ynd|Ynd|Ymj|Y/m/d|Y/n/j|y/n/j|y/m/j|y/m/d|y/n/d|Y/n/d|Y/m/j', editable : false, format : 'Y-m-d H:i', - anchor : '100%' + anchor : '97%' }] },{ columnWidth : .5, @@ -1062,7 +1064,7 @@ mode : 'remote', forceSelection : true, allowBlank : !sstsConfig.sterilizerNotAllowBlank, - anchor : '100%', + anchor : '97%', editable:false, listeners : { select : function(combo, record, index) { @@ -1086,7 +1088,7 @@ id : 'frequency', name : 'frequency', allowBlank : !sstsConfig.sterilizerNotAllowBlank, - anchor : '100%' + anchor : '97%' }] }, { columnWidth : 1, @@ -1099,7 +1101,7 @@ id : 'remark', name : 'remark', allowBlank : true, - anchor : '100%' + anchor : '99%' }] }] }] Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js =================================================================== diff -u -r16270 -r16475 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js (.../config.js) (revision 16270) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/config.js (.../config.js) (revision 16475) @@ -68,5 +68,7 @@ //核算月报只有一列的时候,是否使用另外的一个模板。新模板的名称monthReportOneColumn.jasper applyMonthReportOneColumnTemplate:true, //核算月报的名称,如果没配置,就是核算月报 - monthReportName:'消毒供应室消毒费核算月报' + monthReportName:'消毒供应室消毒费核算月报', + //是否隐藏灭菌管理-外部代理灭菌里的申请人和制作人(只有为true时才隐藏,false或不配置都显示) + hideCssdForeignProxyDisinfectionAapplicantAndMaker : true } \ No newline at end of file