Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js =================================================================== diff -u -r37145 -r37156 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 37145) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 37156) @@ -1468,19 +1468,35 @@ }] },{ layout : 'form', - columnWidth : .5, + columnWidth : .3, cls:'edit-part2-labelwidth', items : [{ id : 'biologyResult', name : 'biologyResult', xtype : 'textfield', fieldLabel : '生物监测结果', anchor : '100%', + width:'70%', readOnly : true, cls : 'fieldReadOnlyNoRemove' }] },{ layout : 'form', + columnWidth : .2, + cls:'edit-part2-labelwidth', + items : [{ + xtype : 'button', + text : '生物监测图片', + minWidth : 50, + readOnly : true, + cls : 'fieldReadOnlyNoRemove', + handler : function() { + var srID = top.Ext.getCmp('sterilizationRecordID').getValue(); + top.showUploadImagesForWin(srID,'生物监测图片'); + } + }] + },{ + layout : 'form', columnWidth : .5, cls:'edit-part2-labelwidth', items : [{