YM
2025-03-28 3bd8985e73fa326454ed8b8e1b1b60245caff89b
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>