792 lines
29 KiB
Vue
792 lines
29 KiB
Vue
<template>
|
|
<v-layout>
|
|
<v-flex xs12>
|
|
<v-card class="mb-2" color="white">
|
|
<v-toolbar color="blue lighten-3" dark height="50px">
|
|
<v-toolbar-title>DOKTER PENANGGUNG JAWAB</v-toolbar-title>
|
|
</v-toolbar>
|
|
<v-snackbar v-model="snackbar" :timeout="5000" :multi-line="false" :vertical="false" :top="true">
|
|
{{msgsnackbar}}
|
|
<v-btn flat @click="updateAlert_success(false)">
|
|
Tutup
|
|
</v-btn>
|
|
</v-snackbar>
|
|
|
|
<v-divider></v-divider>
|
|
<v-layout pa-2 row>
|
|
<v-flex xs6>
|
|
<v-autocomplete label="Dokter*"
|
|
v-model="xautodoctor"
|
|
:items="xautodoctors" :search-input.sync="search_group" auto-select-first
|
|
no-filter item-text="M_DoctorName" return-object no-data-text="Cari Dokter"
|
|
small :rules="groupRules" required>
|
|
<template slot="item" slot-scope="{ item }">
|
|
<v-list-tile-content>
|
|
<v-list-tile-title v-text="item.M_DoctorName"></v-list-tile-title>
|
|
</v-list-tile-content>
|
|
</template>
|
|
</v-autocomplete>
|
|
</v-flex>
|
|
<v-flex xs3>
|
|
<v-btn dark color="blue darken-1" @click="saveDoctorPJ()">Simpan</v-btn>
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-card>
|
|
</v-flex>
|
|
|
|
<one-dialog-print :title="printtitle" :width="printwidth" :height="500" :status="openprint" :urlprint="urlprint" @close-dialog-print="closePrint"></one-dialog-print>
|
|
<template>
|
|
|
|
<v-dialog v-model="dialogdeletealertdoctormcu" max-width="30%">
|
|
<v-card>
|
|
<v-card-title class="headline grey lighten-2 pt-2 pb-2" primary-title>
|
|
Peringatan !
|
|
</v-card-title>
|
|
<v-card-text class="pt-2 pb-2">
|
|
<v-layout row>
|
|
<v-flex xs12 d-flex>
|
|
<v-layout row>
|
|
<v-flex pb-1 xs12>
|
|
<v-layout row>
|
|
<v-flex pt-2 pr-2 xs12>
|
|
{{msgalertdoctormcu}}
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-card-text>
|
|
<v-divider></v-divider>
|
|
<v-card-actions>
|
|
<v-spacer></v-spacer>
|
|
<v-btn color="primary" flat @click="dialogdeletealertdoctormcu = false">
|
|
Tutup
|
|
</v-btn>
|
|
<v-btn color="primary" flat @click="closeDeleteAlertSubgroup()">
|
|
Yakin lah
|
|
</v-btn>
|
|
</v-card-actions>
|
|
</v-card>
|
|
</v-dialog>
|
|
|
|
</template>
|
|
|
|
</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;
|
|
}
|
|
|
|
.textinput {
|
|
-webkit-transition: width 0.4s ease-in-out;
|
|
transition: width 0.4s ease-in-out;
|
|
background-color: white;
|
|
background-position: 10px 10px;
|
|
background-repeat: no-repeat;
|
|
padding-left: 40px;
|
|
width: 100%;
|
|
padding: 8px 10px;
|
|
margin-bottom: 5px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #607d8b;
|
|
|
|
}
|
|
|
|
.textinput:focus {
|
|
width: 100%;
|
|
}
|
|
|
|
.textinput:focus::-webkit-input-placeholder {
|
|
color: transparent;
|
|
}
|
|
|
|
.textinput:focus::-moz-placeholder {
|
|
color: transparent;
|
|
}
|
|
|
|
.textinput:-moz-placeholder {
|
|
color: transparent;
|
|
}
|
|
|
|
.boxoutline {
|
|
color: red;
|
|
border: 1px solid red;
|
|
justify-content: center;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
padding-left: 10px;
|
|
background: #ffffff;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
border-radius: 1px
|
|
}
|
|
|
|
.boxoutline:hover {
|
|
background: rgba(0, 0, 0, 0.07) !important;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.boxsolid {
|
|
color: #ffffff;
|
|
border: 1px solid #ffffff;
|
|
justify-content: center;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
padding-left: 10px;
|
|
background: #f44336;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
border-radius: 1px
|
|
}
|
|
|
|
.boxsolid:hover {
|
|
background: #f44336de;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.scroll-container {
|
|
scroll-padding: 50px 0 0 50px;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 7px;
|
|
}
|
|
|
|
/* this targets the default scrollbar (compulsory) */
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: #73baf3;
|
|
}
|
|
|
|
/* the new scrollbar will have a flat appearance with the set background color */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #2196f3;
|
|
}
|
|
|
|
/* this will style the thumb, ignoring the track */
|
|
|
|
::-webkit-scrollbar-button {
|
|
background-color: #0079da;
|
|
}
|
|
|
|
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: black;
|
|
}
|
|
|
|
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
|
|
</style>
|
|
|
|
<script>
|
|
module.exports = {
|
|
components: {
|
|
'one-date-picker': httpVueLoader('../../common/oneDatePicker.vue'),
|
|
'one-dialog-print': httpVueLoader('../../common/oneDialogPrintX.vue')
|
|
},
|
|
data() {
|
|
return {
|
|
query: "",
|
|
items: [],
|
|
openprint: false,
|
|
urlprint: '',
|
|
printtitle: '',
|
|
printwidth: 600,
|
|
formatreport: 'pdf',
|
|
readonlydefault: false,
|
|
page: 1,
|
|
xname: '',
|
|
xlangname: '',
|
|
xreporttitle: '',
|
|
xphone: '',
|
|
xcode: '',
|
|
xaddress: '',
|
|
xipaddress: '',
|
|
xbasename: '',
|
|
isresult: false,
|
|
issatellite: false,
|
|
search_group: '',
|
|
search_city: '',
|
|
search_district: '',
|
|
search_kelurahan: '',
|
|
search_company: '',
|
|
search_mou: '',
|
|
search_doctor: '',
|
|
xnameRules: [
|
|
v => !!v || 'Nama harus diisi'
|
|
],
|
|
xcodeRules: [
|
|
v => !!v || 'Kode harus diisi'
|
|
],
|
|
addressRules: [
|
|
v => !!v || 'Alamat harus diisi'
|
|
],
|
|
xipaddressRules: [
|
|
v => !!v || 'Alamat IP harus diisi'
|
|
],
|
|
groupRules: [
|
|
v => !!v || 'Subgroup harus dipilih'
|
|
],
|
|
cityRules: [
|
|
v => !!v || 'Kota harus dipilih'
|
|
],
|
|
districtRules: [
|
|
v => !!v || 'Kecamatan harus dipilih'
|
|
],
|
|
kelurahanRules: [
|
|
v => !!v || 'Kelurahan harus dipilih'
|
|
],
|
|
headers: [{
|
|
text: "KODE",
|
|
align: "left",
|
|
sortable: false,
|
|
value: "lab",
|
|
width: "10%",
|
|
class: "blue lighten-3 white--text"
|
|
},
|
|
{
|
|
text: "NAMA",
|
|
align: "left",
|
|
sortable: false,
|
|
value: "lab",
|
|
width: "25%",
|
|
class: "blue lighten-3 white--text"
|
|
},
|
|
{
|
|
text: "HP",
|
|
align: "left",
|
|
sortable: false,
|
|
value: "name",
|
|
width: "15%",
|
|
class: "blue lighten-3 white--text"
|
|
},
|
|
{
|
|
text: "EMAIL",
|
|
align: "left",
|
|
sortable: false,
|
|
value: "name",
|
|
width: "15%",
|
|
class: "blue lighten-3 white--text"
|
|
},
|
|
{
|
|
text: "AKSI",
|
|
align: "left",
|
|
sortable: false,
|
|
value: "status",
|
|
width: "15%",
|
|
class: "blue lighten-3 white--text"
|
|
}
|
|
],
|
|
pagination: {
|
|
descending: false,
|
|
page: 1,
|
|
rowsPerPage: 100,
|
|
sortBy: 'M_DoctorName ASC',
|
|
totalItems: this.$store.state.doctormcu.total_transactions
|
|
},
|
|
statuss: [{
|
|
waktu: '16-07-2019 10:00',
|
|
status: 'Order Dibuat',
|
|
doctormcu: 'Nagita Slavina'
|
|
},
|
|
{
|
|
waktu: '16-07-2019 11:00',
|
|
status: 'Order Dikirim',
|
|
doctormcu: 'Nagita Slavina'
|
|
},
|
|
{
|
|
waktu: '16-07-2019 12:00',
|
|
status: 'Order dikonfirmasi',
|
|
doctormcu: 'Chacha Frederica'
|
|
},
|
|
{
|
|
waktu: '16-07-2019 13:00',
|
|
status: 'Telah dibuat Surat Jalan',
|
|
doctormcu: 'Chacha Frederica'
|
|
},
|
|
{
|
|
waktu: '16-07-2019 14:00',
|
|
status: 'Kurir akan mengambil sampel',
|
|
doctormcu: 'Satria Subiantoro'
|
|
}
|
|
],
|
|
color: "success",
|
|
validdoctormcu: false,
|
|
xid: 0,
|
|
isinput: "N",
|
|
countprice: 0,
|
|
doctormcudoctormcuid: 0,
|
|
doctormcuxname: "",
|
|
doctormculang: "",
|
|
doctormcutext: "",
|
|
isadvance: "N",
|
|
doctormcuformatadvance: "",
|
|
issenttodoctormcu: "N",
|
|
menustartdate: false,
|
|
menuenddate: false,
|
|
date: new Date().toISOString().substr(0, 10),
|
|
|
|
dialogdeletealertdoctormcu: false,
|
|
dialogverifyalertdoctormcu: false,
|
|
dialogreleasealertdoctormcu: false,
|
|
alertverify: false,
|
|
dialogunreleasealertdoctormcu: false,
|
|
dialogunverifyalertdoctormcu: false,
|
|
msgalertdoctormcu: ""
|
|
};
|
|
},
|
|
mounted() {
|
|
this.$store.dispatch("doctormcu/lookuppj")
|
|
},
|
|
computed: {
|
|
doctormcus() {
|
|
return this.$store.state.doctormcu.doctormcus
|
|
},
|
|
dialogdoctormcu() {
|
|
return this.$store.state.doctormcu.dialog_form_doctormcu
|
|
},
|
|
xerrors() {
|
|
return this.$store.state.doctormcu.errors
|
|
},
|
|
isLoading() {
|
|
return this.$store.state.doctormcu.search_status == 1
|
|
},
|
|
startComputedDateFormatted() {
|
|
return this.formatDate(this.xstartdate)
|
|
},
|
|
xstartdate: {
|
|
get() {
|
|
return this.$store.state.doctormcu.startdate
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_startdate", val)
|
|
}
|
|
},
|
|
endComputedDateFormatted() {
|
|
return this.formatDate(this.xenddate)
|
|
},
|
|
xenddate: {
|
|
get() {
|
|
return this.$store.state.doctormcu.enddate
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_enddate", val)
|
|
}
|
|
},
|
|
xautocitys() {
|
|
return this.$store.state.doctormcu.autocitys
|
|
},
|
|
xautocity: {
|
|
get() {
|
|
return this.$store.state.doctormcu.autocity
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_autocity", val)
|
|
this.$store.dispatch("doctormcu/searchdistrict", {
|
|
search: this.search_district,
|
|
id: val.M_CityID
|
|
})
|
|
}
|
|
},
|
|
xautodistricts() {
|
|
return this.$store.state.doctormcu.autodistricts
|
|
},
|
|
xautodistrict: {
|
|
get() {
|
|
return this.$store.state.doctormcu.autodistrict
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_autodistrict", val)
|
|
this.$store.dispatch("doctormcu/searchkelurahan", {
|
|
search: this.search_kelurahan,
|
|
id: val.M_DistrictID
|
|
})
|
|
}
|
|
},
|
|
xautokelurahans() {
|
|
return this.$store.state.doctormcu.autokelurahans
|
|
},
|
|
xautokelurahan: {
|
|
get() {
|
|
return this.$store.state.doctormcu.autokelurahan
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_autokelurahan", val)
|
|
}
|
|
},
|
|
xautocompanys() {
|
|
return this.$store.state.doctormcu.autocompanys
|
|
},
|
|
xautocompany: {
|
|
get() {
|
|
return this.$store.state.doctormcu.autocompany
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_autocompany", val)
|
|
this.$store.dispatch("doctormcu/searchmou", {
|
|
search: this.search_mou,
|
|
id: val.M_CompanyID
|
|
})
|
|
}
|
|
},
|
|
xautomous() {
|
|
return this.$store.state.doctormcu.automous
|
|
},
|
|
xautomou: {
|
|
get() {
|
|
return this.$store.state.doctormcu.automou
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_automou", val)
|
|
}
|
|
},
|
|
xautodoctors() {
|
|
return this.$store.state.doctormcu.autodoctorpjs
|
|
},
|
|
xautodoctor: {
|
|
get() {
|
|
return this.$store.state.doctormcu.autodoctorpj
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_autodoctorpj", val)
|
|
|
|
}
|
|
},
|
|
xaddressdoctors() {
|
|
return this.$store.state.doctormcu.addressdoctors
|
|
},
|
|
xaddressdoctor: {
|
|
get() {
|
|
return this.$store.state.doctormcu.addressdoctor
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_addressdoctor", val)
|
|
}
|
|
},
|
|
xstatuss() {
|
|
return this.$store.state.doctormcu.statuss
|
|
},
|
|
dialogstatusorder() {
|
|
return this.$store.state.doctormcu.dialog_status_order
|
|
},
|
|
|
|
xsearch: {
|
|
get() {
|
|
return this.$store.state.doctormcu.x_search
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_x_search", val)
|
|
}
|
|
},
|
|
curr_page: {
|
|
get() {
|
|
return this.$store.state.doctormcu.current_page
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_current_page", val)
|
|
this.$store.dispatch("doctormcu/lookupbyname", {
|
|
doctormcu: this.xsearch,
|
|
current_page: val,
|
|
lastid: -1
|
|
})
|
|
}
|
|
},
|
|
xtotal_page: {
|
|
get() {
|
|
return this.$store.state.doctormcu.total_data
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_total_data", val)
|
|
}
|
|
},
|
|
snackbar: {
|
|
get() {
|
|
return this.$store.state.doctormcu.alert_success
|
|
},
|
|
set(val) {
|
|
this.$store.commit("doctormcu/update_alert_success", val)
|
|
}
|
|
},
|
|
msgsnackbar() {
|
|
return this.$store.state.doctormcu.msg_success
|
|
}
|
|
},
|
|
methods: {
|
|
isSelected(p) {
|
|
return p.id == this.$store.state.doctormcu.selected_doctormcu.id
|
|
},
|
|
selectMe(sc) {
|
|
this.$store.commit("doctormcu/update_selected_doctormcu", sc)
|
|
|
|
},
|
|
updateDialogFormSubgroup() {
|
|
this.$store.commit("doctormcu/update_dialog_form_doctormcu", false)
|
|
},
|
|
updateDialogStatusOrder() {
|
|
this.$store.commit("doctormcu/update_dialog_status_order", false)
|
|
},
|
|
setStatusOrder(val) {
|
|
this.$store.commit("doctormcu/update_doctormcus", {})
|
|
this.$store.commit("doctormcu/update_dialog_status_order", true)
|
|
this.$store.commit("doctormcu/update_statuss", val.statuss)
|
|
},
|
|
doPriceList(val) {
|
|
console.log(location)
|
|
var id = val.id
|
|
location.replace("/one-ui/doctormcu/vuex/one-md-price/" + "?id=" + id)
|
|
},
|
|
doPrice() {
|
|
console.log(location)
|
|
var id = this.xid
|
|
location.replace("/one-ui/doctormcu/vuex/one-md-price/" + "?id=" + id)
|
|
},
|
|
thr_search_group: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchdoctorpj", {
|
|
tes: this.search_group
|
|
})
|
|
}, 200),
|
|
thr_search_city: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchcity", {
|
|
search: this.search_city
|
|
})
|
|
}, 200),
|
|
thr_search_district: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchdistrict", {
|
|
search: this.search_district,
|
|
id: this.xautocity.M_CityID
|
|
})
|
|
}, 200),
|
|
thr_search_kelurahan: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchkelurahan", {
|
|
search: this.search_kelurahan,
|
|
id: this.xautodistrict.M_DistrictID
|
|
})
|
|
}, 200),
|
|
thr_search: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/lookupbyname", {
|
|
doctormcu: this.xsearch,
|
|
current_page: 1,
|
|
lastid: -1
|
|
})
|
|
}, 200),
|
|
thr_search_company: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchcompany", {
|
|
search: this.search_company
|
|
})
|
|
}, 200),
|
|
thr_search_mou: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchmou", {
|
|
search: this.search_mou,
|
|
id: this.xautocompany.M_CompanyID
|
|
})
|
|
}, 200),
|
|
thr_search_doctor: _.debounce(function () {
|
|
this.$store.dispatch("doctormcu/searchdoctor", {
|
|
search: this.search_doctor
|
|
})
|
|
}, 200),
|
|
searchSubgroup() {
|
|
this.$store.dispatch("doctormcu/lookup", {
|
|
id: this.xdoctormcu.name === "" ? "0" : this.$store.state.doctormcu.selected_doctormcu
|
|
.id,
|
|
search: this.xsearch,
|
|
current_page: 1,
|
|
lastid: -1
|
|
})
|
|
},
|
|
doPrint() {
|
|
console.log('doprint')
|
|
this.printwidth = 1028
|
|
this.printtitle = ""
|
|
let doctormcu = one_doctormcu()
|
|
var id = this.xid
|
|
var d = new Date();
|
|
var n = d.getTime()
|
|
var rptname = 'doctormcu_price'
|
|
var formatrpt = this.formatreport
|
|
|
|
this.urlprint = "/birt/run?__report=report/one/md/" + rptname +
|
|
".rptdesign&__format=" +
|
|
formatrpt + "&PSubgroupID=" + id + "&doctormcuxname=" + doctormcu.M_DoctorSubgroupname +
|
|
"&tm=" + n
|
|
|
|
this.openprint = true
|
|
},
|
|
closePrint() {
|
|
this.openprint = false
|
|
},
|
|
openFormSubgroup(val) {
|
|
this.xid = val
|
|
this.xname = ''
|
|
this.xphone = ''
|
|
this.xcode = ''
|
|
this.xaddress = ''
|
|
this.xipaddress = ''
|
|
this.xbasename = ''
|
|
this.isresult = false
|
|
this.issatellite = false
|
|
this.$store.commit("doctormcu/update_autodoctors", [])
|
|
this.$store.commit("doctormcu/update_autodoctor", {})
|
|
this.$store.commit("doctormcu/update_autocitys", [])
|
|
this.$store.commit("doctormcu/update_autocity", {})
|
|
this.$store.commit("doctormcu/update_autocompanys", [])
|
|
this.$store.commit("doctormcu/update_autocompany", {})
|
|
this.$store.commit("doctormcu/update_automous", [])
|
|
this.$store.commit("doctormcu/update_automou", {})
|
|
this.$store.commit("doctormcu/update_autodoctors", [])
|
|
this.$store.commit("doctormcu/update_autodoctor", {})
|
|
this.$store.commit("doctormcu/update_autodistricts", [])
|
|
this.$store.commit("doctormcu/update_autodistrict", {})
|
|
this.$store.commit("doctormcu/update_autokelurahans", [])
|
|
this.$store.commit("doctormcu/update_autokelurahan", {})
|
|
this.$store.commit("doctormcu/update_addressdoctors", [])
|
|
this.$store.commit("doctormcu/update_addressdoctor", {})
|
|
this.$store.commit("doctormcu/update_dialog_form_doctormcu", true)
|
|
},
|
|
editFormSubgroup(val) {
|
|
this.xid = val.id
|
|
this.xname = val.M_DoctorName
|
|
this.xcode = val.M_DoctorCode
|
|
this.xreporttitle = val.M_DoctorReportTitle
|
|
this.xlangname = val.M_DoctorLangName
|
|
this.isresult = val.M_DoctorIsResult === 'N' ? false : true
|
|
this.$store.commit("doctormcu/update_autodoctors", [{
|
|
M_DoctorID: val.M_DoctorID,
|
|
M_DoctorName: val.M_DoctorName
|
|
}])
|
|
this.$store.commit("doctormcu/update_autodoctor", {
|
|
M_DoctorID: val.M_DoctorID,
|
|
M_DoctorName: val.M_DoctorName
|
|
})
|
|
this.$store.commit("doctormcu/update_dialog_form_doctormcu", true)
|
|
},
|
|
checkError(value) {
|
|
var errors = this.$store.state.doctormcu.errors
|
|
if (errors.includes(value)) {
|
|
return true
|
|
} else {
|
|
return false
|
|
}
|
|
},
|
|
saveDoctorPJ() {
|
|
if (!_.isEmpty(this.xautodoctor)) {
|
|
this.$store.dispatch("doctormcu/savepj",this.$store.state.doctormcu.autodoctorpj)
|
|
}
|
|
|
|
},
|
|
set_date2(x) {
|
|
this.startdate = x.new_date
|
|
},
|
|
set_date3(x) {
|
|
this.enddate = x.new_date
|
|
},
|
|
formatDate(date) {
|
|
if (!date) return null
|
|
|
|
const [year, month, day] = date.split('-')
|
|
return `${day}-${month}-${year}`
|
|
},
|
|
deFormatedDate(date) {
|
|
if (!date) return null
|
|
|
|
const [day, month, year] = date.split('-')
|
|
return `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`
|
|
},
|
|
updateAlert_success(val) {
|
|
this.$store.commit("doctormcu/update_alert_success", val)
|
|
},
|
|
deleteFormSubgroup(data) {
|
|
this.xid = data.id
|
|
|
|
this.msgalertdoctormcu = "Yakin, mau hapus doctormcu ini?"
|
|
this.dialogdeletealertdoctormcu = true
|
|
},
|
|
closeDeleteAlertSubgroup() {
|
|
this.$store.dispatch("doctormcu/delete", {
|
|
xid: this.xid,
|
|
doctormcuid: this.$store.state.doctormcu.autodoctor.M_DoctorID,
|
|
doctormcuname: this.$store.state.doctormcu.autodoctor.M_DoctorName,
|
|
current_page: this.curr_page,
|
|
sdoctormcu: this.xsearch
|
|
})
|
|
this.dialogdeletealertdoctormcu = false
|
|
}
|
|
},
|
|
watch: {
|
|
xsearch(val, old) {
|
|
console.log(val)
|
|
this.xsearch = val
|
|
this.thr_search()
|
|
|
|
},
|
|
search_group(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_group()
|
|
},
|
|
search_city(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_city()
|
|
},
|
|
search_district(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_district()
|
|
},
|
|
search_kelurahan(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_kelurahan()
|
|
},
|
|
search_company(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_company()
|
|
},
|
|
search_mou(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_mou()
|
|
},
|
|
search_doctor(val, old) {
|
|
if (val == old) return
|
|
if (!val) return
|
|
if (val.length < 1) return
|
|
if (this.$store.state.doctormcu.update_autocomplete_status == 1) return
|
|
this.thr_search_doctor()
|
|
}
|
|
}
|
|
}
|
|
</script> |