mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ots
This commit is contained in:
6
httpdocs/assets/js/safekat/pages/produccion/index.js
Normal file
6
httpdocs/assets/js/safekat/pages/produccion/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
import OrdenTrabajoDatatable from '../../components/datatables/otDatatable.js'
|
||||
|
||||
$(function() {
|
||||
const otDatatable = new OrdenTrabajoDatatable($("#ot-datatable"))
|
||||
otDatatable.init()
|
||||
})
|
||||
Reference in New Issue
Block a user