公告板
版本库
filestore
活动
搜索
登录
main
/
OAManage
OA系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
角色权限接口调整
YM
2025-04-14
8f45b3d3afcd0acebe80c663da0dc255c3decea3
[OAManage.git]
/
app
/
contract
/
view
/
purchase
/
view_log.html
1
2
3
4
5
6
7
8
9
<div>
<div id="logList" class="log-timeline p-3"></div>
</div>
<script>
function log(){
let oaEdit = layui.oaEdit;
oaEdit.log('logList','Purchase',purchase_id);
}
</script>