项目初始化创建
This commit is contained in:
13
seeyon/common/capextend/cap4/form/utils/qrcodeform/index.js
Normal file
13
seeyon/common/capextend/cap4/form/utils/qrcodeform/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
csdk.event.on('formRendered', function(){
|
||||
|
||||
try {
|
||||
if(cmp.href.getParam().qc = "ext") {
|
||||
document.getElementById("relationBtns").style.display="none";
|
||||
document.getElementById("attachment_wrap").style.display="none";
|
||||
}
|
||||
} catch(e) {
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user