Index: ssts-web/src/main/webapp/js/extUtils.js =================================================================== diff -u -r21721 -r41197 --- ssts-web/src/main/webapp/js/extUtils.js (.../extUtils.js) (revision 21721) +++ ssts-web/src/main/webapp/js/extUtils.js (.../extUtils.js) (revision 41197) @@ -41,8 +41,13 @@ if(typeof(cmp) == 'undefined'){ continue; } + if(att == 'patientName' || att == 'patientIDCard'){ + var fieldBox = top.Ext.getCmp(att); + if(fieldBox && fieldBox.disabled){ + continue; + } + } obj[att] = cmp.getValue(); - //alert(obj[att]); } return obj; }