partial update create mutations workflow

This commit is contained in:
2025-06-12 15:10:51 +07:00
parent a5e1348436
commit 1a01efb1b5
33 changed files with 560 additions and 12994 deletions

View File

@@ -1,4 +1,9 @@
$(document).ready(function () {
$(".select2").select2({
placeholder: "Pilih...",
allowClear: true,
});
// Fungsi untuk mengambil data stok
function fetchStockData() {
const dealerId = $("#dealer").val();