稻花香仓库初始化

This commit is contained in:
2025-11-17 10:08:33 +08:00
commit c2bf7f7a91
201 changed files with 21640 additions and 0 deletions

View 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) {
}
});