Index: ssts-web/src/main/webapp/systemmanage/userFormExt.js
===================================================================
diff -u -r41205 -r41210
--- ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 41205)
+++ ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 41210)
@@ -91,7 +91,8 @@
}
//ZSYY-442:显示敏感字段
-function openEye(id){
+function openEye(){
+ var id = Ext.getCmp('id').getValue();
document.getElementById('openEye').style.display = 'inline-block';
document.getElementById('closeEye').style.display = 'none';
Ext.getCmp('idCard').enable();
@@ -163,7 +164,7 @@
var orgUnitId = getURLParameter('orgUnitId','0');
var formTitle = '用户管理';
if(id){
- formTitle ="基础数据"+' 
';
+ formTitle ="基础数据"+' 
';
}
var formObj = new Ext.FormPanel({
labelAlign: 'left',
Index: ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js
===================================================================
diff -u -r41205 -r41210
--- ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 41205)
+++ ssts-web/src/main/webapp/disinfectsystem/useRecord/useRecordForm.js (.../useRecordForm.js) (revision 41210)
@@ -2381,7 +2381,8 @@
}
//ZSYY-442:显示敏感字段
-function openEye(id){
+function openEye(){
+ var id = top.Ext.getCmp('id').getValue();
top.document.getElementById('openEye').style.display = 'inline-block';
top.document.getElementById('closeEye').style.display = 'none';
top.Ext.getCmp('patientIDCard').enable();
@@ -3173,7 +3174,7 @@
}
var formTitle = '基础数据';
if(id){
- formTitle ="基础数据"+' 
';
+ formTitle ="基础数据"+' 
';
}
formObj = new top.Ext.FormPanel({
id: 'useRecordForm',