update proses add akun pusat media jurnal & move barcode to serah terima
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user