feature: serah terima & print barcode

This commit is contained in:
2026-07-22 11:42:50 +07:00
parent a38e9b1d38
commit 0c8848c18a
8 changed files with 491 additions and 64 deletions

View File

@@ -131,9 +131,9 @@ export default {
context.commit("roasset/update_snackbar", snac, { root: true });
}
},
async listingStaff(context) {
async listingStaff(context, params) {
try {
const params = { token: one_token() };
params.token = one_token();
const resp = await api.getListStaff(params);
if (resp.status != 'OK') {
throw new Error(resp.message);