Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js =================================================================== diff -u -r16713 -r16899 --- ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 16713) +++ ssts-web/src/main/webapp/disinfectsystem/useRecord/tabs/tousseInstanceInfoTab.js (.../tousseInstanceInfoTab.js) (revision 16899) @@ -652,6 +652,19 @@ columnWidth : .5, cls:'edit-part2-labelwidth', items : [{ + id : 'hospitalNumForTab', + name : 'hospitalNumForTab', + xtype : 'textfield', + fieldLabel : '住院号', + anchor : '100%', + readOnly : true, + cls : 'fieldReadOnlyNoRemove' + }] + },{ + layout : 'form', + columnWidth : .5, + cls:'edit-part2-labelwidth', + items : [{ id : 'treatmentNumForTab', name : 'treatmentNumForTab', xtype : 'textfield', @@ -996,6 +1009,7 @@ success : function(response, options) { var result = Ext.decode(response.responseText); if(result.data != null){ + top.Ext.getCmp('hospitalNumForTab').setValue(result.data.hospitalNum); top.Ext.getCmp('treatmentNumForTab').setValue(result.data.treatmentNum); top.Ext.getCmp('patientNameForTab').setValue(result.data.patientName); top.Ext.getCmp('patientIDCardForTab').setValue(result.data.patientIDCard);