Files
FE_CPONE/test/vuex/one-process-resultvalidation/components/oneProcessRePxList.vue
2026-04-27 10:13:31 +07:00

506 lines
17 KiB
Vue

<template>
<v-layout class="fill-height flex-card" column>
<v-card class="fill-height">
<!-- <v-subheader>
<h3 class="title">DAFTAR PASIEN</h3>
</v-subheader> -->
<hr style="border-top:0px solid #c8c8c8;" />
<v-data-table
:headers="headers" :items="pxs"
:loading="isLoading"
hide-actions class="xelevation-1">
<template slot="items" slot-scope="props">
<td class="text-xs-left pt-2 pb-2 pr-2 green--text" v-bind:class="[margin_left(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'N'" colspan="8">
{{ props.item.t_testname }}
</td>
<td class="text-xs-left pt-2 pb-2 pr-2 green--text" v-bind:class="[margin_left(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
{{ props.item.t_testname }}
</td>
<td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'" style="position: relative">
<!-- <v-textarea
label=""
solo
rows=1
hide-details
v-on:keyup="update_result(props.index, $event.target.value)"
:value="props.item.result"
flat
readonly
></v-textarea> -->
<span class="body-1">{{init_result(props.item)}}</span>
</td>
<td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
{{ !init_blank(props.item) ? props.item.result_flag : "" }}
</td>
<td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
{{ !init_blank(props.item) ? props.item.normal_note : "" }}
</td>
<!-- <td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
{{ props.item.unit_name }}
</td> -->
<td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
{{ !init_blank(props.item) ? props.item.methode_name : "" }}
</td>
<td class="text-xs-left pa-2" v-bind:class="[is_selected(props.item), validation_color(props.item)]"
@click="select(props.index, props.item)" v-if="props.item.is_result == 'Y'">
<!-- <v-textarea
label=""
solo
rows=1
hide-details
v-on:keyup="update_note(props.index, $event.target.value)"
:value="props.item.note"
flat
readonly
></v-textarea> -->
<span class="body-1">{{ !init_blank(props.item) ? props.item.note : ""}}</span>
</td>
<td class="text-xs-center pa-1" v-if="props.item.is_result == 'Y'" v-bind:class="[validation_color(props.item)]" @click="select(props.index, props.item)">
<div class="text-xs-center">
<div class="text-xs-center">
<!-- <v-checkbox v-show="props.item.T_OrderDetailVerification == 'Y'" label="__" :input-value="validation(props.item)" false-value="N" true-value="Y" @change="validation_change($event, props.index)" class="mt-1 mr-1 ml-0 mb-0 cb-auto-ver" hide-details
:disabled="props.item.validation_old=='Y'"
></v-checkbox> -->
<v-btn fab
:dark="props.item.validation_old != 'Y'"
:disabled="props.item.validation_old == 'Y'"
small color="red" class="ma-0 float-left"
@click="reject(props.item)"
v-show="props.item.verification == 'Y'"
>
<v-icon>clear</v-icon>
</v-btn>
<v-btn fab
dark
small :color="props.item.validation=='Y'?'green':'grey'" class="ml-1 ma-0 float-left"
@click="validation_y(props.index)"
v-show="props.item.verification == 'Y'">
<v-icon>done</v-icon>
</v-btn>
<!-- <v-btn fab
:dark="props.item.sample_handling_perfect == 'Y'"
:disabled="props.item.sample_handling_perfect != 'Y'"
small color="lighten-2" class="ma-0" v-bind:class="props.item.mr_state == 'N' ? 'red' : 'green'" @click="mr(props.item.id)">
MR
</v-btn> -->
</div>
</div>
</td>
<td class="text-xs-center pa-1" v-if="props.item.is_result == 'Y'" v-bind:class="[validation_color(props.item)]">
<div class="text-xs-center">
<div class="text-xs-center">
<!-- <v-checkbox label="" :input-value="validation(props.item)" value="Y" false-value="N" @change="validation_change($event, props.index)" class="mt-1 mr-1 ml-0 mb-0 cb-auto-ver"></v-checkbox> -->
<v-btn v-show="props.item.verification == 'Y'" fab
:dark="props.item.sample_handling_perfect == 'Y' && props.item.validation_old != 'Y'"
small :color="delta_color(props.item) + ' lighten-2'" class="ma-0" @click="select(props.index, props.item); mr(props.item.id)"
:disabled="props.item && props.item.validation_old == 'Y'">
MR
</v-btn>
<v-btn fab
v-show="props.item.verification == 'Y'"
:dark="props.item.sample_handling_perfect == 'Y' && props.item && props.item.validation_old != 'Y'"
small :color="delta_color_2(props.item)+' lighten-2'" class="ma-0 ml-1" @click="select(props.index, props.item); trend(props.item.id)"
:disabled="props.item && props.item.validation_old == 'Y'">
<v-icon>equalizer</v-icon>
</v-btn>
<v-btn fab
v-show="props.item.verification == 'Y'"
:dark="props.item.sample_handling_perfect == 'Y' && props.item && props.item.validation_old != 'Y'"
small :color="delta_color_2(props.item)+' lighten-2'" class="ma-0 ml-1" @click="select(props.index, props.item); delta(props.item.id)"
:disabled="props.item && props.item.validation_old == 'Y'">
<span class="icon-delta"></span>
</v-btn>
</div>
</div>
</td>
</template>
</v-data-table>
</v-card>
<one-process-re-rerun-result></one-process-re-rerun-result>
<one-process-re-history></one-process-re-history>
<v-snackbar
v-model="snackbar"
:timeout="5000"
bottom right
>
{{ save_text }}
<v-btn
color="pink"
flat
@click="snackbar = false"
>
Close
</v-btn>
</v-snackbar>
<v-snackbar
v-model="snackbar_err"
:timeout="5000"
bottom right
color="red"
>
{{ err_text }}
<v-btn
color="pink"
flat
@click="snackbar_err = false"
>
Close
</v-btn>
</v-snackbar>
<one-process-rv-dialog-trend></one-process-rv-dialog-trend>
<one-process-rv-dialog-unval></one-process-rv-dialog-unval>
</v-layout>
</template>
<style scoped>
.searchbox .v-input.v-text-field .v-input__slot{
min-height:60px;
}
.searchbox .v-btn {
min-height:60px;
}
table.v-table tbody td,table.v-table tbody th {
height: 40px;
}
table.v-table thead tr {
height: 40px;
}
.btn_rerun {
position: absolute;
top: 10px;
right: 2px
}
.flex-card {
min-height: -webkit-min-content;
display: flex;
}
.v-text-field.v-text-field--solo .v-input__control {
min-height: 40px;
}
.v-textarea.v-text-field--box.v-text-field--single-line .v-text-field__prefix, .v-textarea.v-text-field--box.v-text-field--single-line textarea, .v-textarea.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix, .v-textarea.v-text-field--enclosed.v-text-field--single-line textarea {
margin-top: 6px;
}
.v-btn--floating {
border-radius: 0%;
}
/* .cb-auto-ver {
float: left;
} */
.cb-auto-ver .v-icon {
font-size: 40px;
}
.cb-auto-ver label {
color: transparent;
}
.v-btn--floating.v-btn--small {
height: 30px;
width: 30px;
}
.v-input--selection-controls__ripple {
position: relative !important;
}
</style>
<script>
module.exports = {
components : {
'one-process-re-rerun-result': httpVueLoader('./oneProcessReRerunResult.vue'),
'one-process-re-history': httpVueLoader('./oneProcessReHistory.vue'),
'one-process-rv-dialog-trend': httpVueLoader('./oneProcessRvDialogTrend.vue'),
'one-process-rv-dialog-unval': httpVueLoader('./oneProcessRvDialogUnval.vue')
},
data() {
return {
query: "",
save_text: "Data berhasil dikonfirmasi.",
err_text: "Tidak ada data yang perlu dikonfirmasi !",
items: [],
headers: [
{
text: "NAMA PEMERIKSAAN",
align: "left",
sortable: false,
value: "mr",
width: "15%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "HASIL",
align: "left",
sortable: false,
value: "mr",
width: "15%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "FLAG",
align: "left",
sortable: false,
value: "mr",
width: "10%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "NILAI NORMAL",
align: "left",
sortable: false,
value: "mr",
width: "15%",
class: "pa-2 blue lighten-3 white--text"
},
// {
// text: "UNIT",
// align: "left",
// sortable: false,
// value: "mr",
// width: "10%",
// class: "pa-2 blue lighten-3 white--text"
// },
{
text: "METODE",
align: "left",
sortable: false,
value: "mr",
width: "15%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "CATATAN",
align: "left",
sortable: false,
value: "mr",
width: "10%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "VALIDASI",
align: "left",
sortable: false,
value: "mr",
width: "8%",
class: "pa-2 blue lighten-3 white--text"
},
{
text: "MR",
align: "center",
sortable: false,
value: "mr",
width: "20%",
class: "pa-2 blue lighten-3 white--text"
}
],
isLoading: false
};
},
methods : {
oneMoment : function(d) {
return window.oneMoment(d)
},
select (idx, item) {
this.$store.commit('re_px/update_selected_px', item)
this.$store.commit('re_px/update_selected_px_idx', idx)
// this.$store.commit('ver_validation/update_selected_sent_sample', item)
},
is_selected (item) {
return ''
},
margin_left (item) {
if (item.level == 3 || item.level == 2)
return 'pl-5'
return 'pl-2'
},
rerun_me () {
this.$store.commit('re_px/update_dialog_rerun', true)
},
update_result(idx, result) {
let x = this.$store.state.re_px.pxs
x[idx]['result'] = result
this.$store.commit('re_px/update_pxs', {records:x})
},
update_note(idx, note) {
let x = this.$store.state.re_px.pxs
x[idx]['note'] = note
this.$store.commit('re_px/update_pxs', {records:x})
},
validation(i) {
if (i.validation == "N" || i.validation == "Y")
return i.validation
if (i.sample_handling_perfect != "Y")
return "N"
if (i.mr_state == "N")
return "N"
return "Y"
},
validation_y(idx) {
let x = this.$store.state.re_px.pxs
let e = x[idx].validation
x[idx].validation = e == 'Y' ? 'N' : 'Y'
this.$store.commit("re_px/update_pxs", {records:x})
},
mr(x) {
this.$store.dispatch('re_px/mr_state')
this.$store.commit('re_px/update_dialog_trend', true)
},
validation_color(i) {
if (i.validation_old == "Y")
return "green lighten-4"
return""
},
delta_color(x) {
if (x.sample_handling_perfect == "N")
return "grey"
if (x.mr_state == "N")
return "red"
return "green"
},
delta_color_2(x) {
if (x.sample_handling_perfect == "N")
return "grey"
if (x.delta_check == "N")
return "red"
return "green"
},
init_result(x) {
if (x.validation_old == "Y" || x.verification == "Y")
return x.result
if (x.sample_receive != 'Y')
return ""
if (x.sample_receive == 'Y' && !x.pre_analytic)
return ""
if (x.sample_receive == 'Y' && x.pre_analytic)
{
if (x.sample_worklist_receive == "Y")
return x.result
else
return ""
}
},
init_blank(x) {
if (x.validation_old == "Y" || x.verification == "Y")
return false
if (x.sample_receive == "Y" &&
x.sample_worklist_receive == "Y" &&
!!x.pre_analytic &&
x.result != "" &&
x.result != null) return false
return true
},
trend(x) {
this.$store.dispatch('re_px/trend_analysis');
// this.$store.commit('re_px/update_dialog_trend', true)
},
delta(x) {
this.$store.dispatch('re_px/delta_check')
this.$store.commit('re_px/update_dialog_trend', true)
},
reject(x) {
this.$store.commit('re_px/update_dialog_unval', true)
}
},
computed : {
pxs () {
return this.$store.state.re_px.pxs
},
icon_info () {
return window.BASE_URL + '/one-ui/apps/image/info.png'
},
snackbar : {
get () { return this.$store.state.re_px.snackbar },
set (v) { this.$store.commit('re_px/update_snackbar', v) }
},
snackbar_err : {
get () { return this.$store.state.re_px.snackbar_err },
set (v) { this.$store.commit('re_px/update_snackbar_err', v) }
}
},
mounted () {
// this.$store.dispatch('re_patient/search')
}
}
</script>