Index: ssts-web/src/main/webapp/disinfectsystem/basedatamanager/deviceInterface/deviceInterfaceForm.js =================================================================== diff -u -r28767 -r28777 --- ssts-web/src/main/webapp/disinfectsystem/basedatamanager/deviceInterface/deviceInterfaceForm.js (.../deviceInterfaceForm.js) (revision 28767) +++ ssts-web/src/main/webapp/disinfectsystem/basedatamanager/deviceInterface/deviceInterfaceForm.js (.../deviceInterfaceForm.js) (revision 28777) @@ -95,7 +95,7 @@ fieldLabel : "共享文件夹", name : "folderPath", id : "folderPath", - allowBlank : false, + allowBlank : true, anchor : '95%' }] }, { @@ -109,7 +109,7 @@ name : "userName", id : "userName", blankText : '请输入用户名!', - allowBlank : false, + allowBlank : true, anchor : '97.5%' }] }, { @@ -122,7 +122,7 @@ fieldLabel : "密码", name : "password", id : "password", - allowBlank : false, + allowBlank : true, anchor : '95%' } ] }, { @@ -318,9 +318,9 @@ hideCmt('deviceTypeWrap','deviceType',true); hideCmt('interfaceTypeWrap','interfaceType',true); - showCmt('userNameWrap','userName',false); - showCmt('folderPathWrap','folderPath',false); - showCmt('passwordWrap','password',false); + showCmt('userNameWrap','userName',true); + showCmt('folderPathWrap','folderPath',true); + showCmt('passwordWrap','password',true); if(deviceBrand == JIANGHAN){ showCmt('deviceIdWrap','deviceId',true);