first commit

This commit is contained in:
2026-07-23 09:40:36 +08:00
commit 090abf48fa
989 changed files with 145728 additions and 0 deletions
+9
View File
@@ -0,0 +1,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>