partial update create mutations workflow
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
$(document).ready(function () {
|
||||
$(".select2").select2({
|
||||
placeholder: "Pilih...",
|
||||
allowClear: true,
|
||||
});
|
||||
|
||||
// Fungsi untuk mengambil data stok
|
||||
function fetchStockData() {
|
||||
const dealerId = $("#dealer").val();
|
||||
|
||||
Reference in New Issue
Block a user