bs 怎样用js来删除文档附件?
------解决方案--------------------
谁说不可以,你仔细看看最初始的附件,每个前面都有checkbox的,删除的方法就是选择好了,再点filesave按钮吧,自己写js,不就是拿到这个checkbox的id,然后checked属性为true,最后filesave按钮.click嘛,很简单吧
------解决方案--------------------
<Computed Text>
计算文本的公式为:@If(@Attachments> 0; " <br> <input type=checkbox name=\ "%%Detach\ " value=\ " "[email protected]+ "\ "> "; " ")
再做个按钮,[email protected]([FileSave])
具体js要怎么处理就在这基础上扩展吧