update proses add akun pusat media jurnal & move barcode to serah terima

This commit is contained in:
2026-05-13 16:52:20 +07:00
parent 38a182641a
commit d018e85927
44 changed files with 14646 additions and 12 deletions

View File

@@ -190,7 +190,7 @@
style="min-width: 30px; height: 30px; margin: 0;" outline
small @click="handOverRO(props.item)" color="green lighten-2"
>
<v-icon small color="green" v-on="on">send</v-icon>
<v-icon small color="green" v-on="on">move_to_inbox</v-icon>
</v-btn>
</template>
<span>Serah Terima</span>
@@ -375,8 +375,9 @@ module.exports = {
},
handOverRO(data) {
this.$store.commit("ro/update_selected_ro", data);
this.$store.commit("ro/update_dialog_handover", true);
this.$store.dispatch("ro/getRuangan");
this.$store.dispatch("ro/getListStaff", 'Y');
this.$store.commit("ro/update_dialog_handover", true);
},
uploadDoct(data) {
this.$store.commit("ro/update_selected_ro", data);