Flatten nested repos
This commit is contained in:
508
test/vuex/one-bill-issue-extend/components/oneBillDetail.vue
Normal file
508
test/vuex/one-bill-issue-extend/components/oneBillDetail.vue
Normal file
@@ -0,0 +1,508 @@
|
||||
<template>
|
||||
<v-layout v-if="xact !== 'new'" column>
|
||||
<v-dialog v-model="dialogconfirmationdeletepat" persistent max-width="290">
|
||||
<v-card>
|
||||
<v-card-title dark class="headline error pt-2 pb-2" primary-title style="color:white">
|
||||
<h4 dark>Konfirmasi</h4>
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
{{msgconfirmationdeletepat}}
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn small color="error darken-1 text-sm-left" flat @click="doDeletePat()">Hapus</v-btn>
|
||||
<v-btn small color="primary darken-1 text-sm-right" flat @click="dialogconfirmationdeletepat = false">Batal</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
<v-dialog v-model="dialogconfirmationsend" persistent max-width="290">
|
||||
<v-card>
|
||||
<v-card-title dark class="headline success pt-2 pb-2" primary-title style="color:white">
|
||||
<h4 dark>Konfirmasi</h4>
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
{{msgconfirmationsend}}
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn small color="success darken-1 text-sm-left" flat @click="doOrderPatient()">Kirim</v-btn>
|
||||
<v-btn small color="primary darken-1 text-sm-right" flat @click="dialogconfirmationsend = false">Batal</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
<v-card>
|
||||
<v-layout row>
|
||||
<v-flex xs12>
|
||||
<v-subheader red--text text--lighten-1> Daftar Nota Isu Penagihan No. {{this.$store.state.receivereference.selected_receivereference.F_BillIssueNumber}} [ {{this.$store.state.receivereference.selected_receivereference.M_CompanyName}}
|
||||
]
|
||||
<v-flex text-md-right>
|
||||
<v-btn v-if="! is_having_detail" :disabled="in_saving" color="blue" class="white--text ma-1" @click="saveNewPatient()">
|
||||
Simpan
|
||||
<v-icon right dark>save_alt</v-icon>
|
||||
</v-btn>
|
||||
</v-flex>
|
||||
</v-subheader>
|
||||
|
||||
<v-divider></v-divider>
|
||||
<v-layout row>
|
||||
<v-flex xs12 v-if="! is_having_detail">
|
||||
<v-layout row>
|
||||
<v-flex class="text-sm-left" xs6 pl-1 pr-1 pt-1 pb-1>
|
||||
<v-menu class="xs3 pr-2" v-model="menufilterdatestart" :close-on-content-click="false" :nudge-right="40" lazy transition="scale-transition"
|
||||
offset-y full-width max-width="290px" min-width="290px">
|
||||
<template v-slot:activator="{ on }">
|
||||
<v-text-field class="mt-1" v-model="filterComputedDateFormattedStart" label="Filter Tanggal Awal" outline readonly v-on="on"
|
||||
@blur="date = deFormatedDate(filterComputedDateFormattedStart)"></v-text-field>
|
||||
</template>
|
||||
<v-date-picker v-model="init_sdate" @change="searchBillStart" no-title @input="menufilterdatestart = false"></v-date-picker>
|
||||
</v-menu>
|
||||
</v-flex>
|
||||
<v-flex class="text-sm-left" xs6 pl-1 pr-1 pt-1 pb-1>
|
||||
<v-menu class="xs3 pl-2" v-model="menufilterdateend" :close-on-content-click="false" :nudge-right="40" lazy transition="scale-transition"
|
||||
offset-y full-width max-width="290px" min-width="290px">
|
||||
<template v-slot:activator="{ on }">
|
||||
<v-text-field class="mt-1" v-model="filterComputedDateFormattedEnd" label="Filter Tanggal Akhir" outline readonly v-on="on"
|
||||
@blur="date = deFormatedDate(filterComputedDateFormattedEnd)"></v-text-field>
|
||||
</template>
|
||||
<v-date-picker v-model="init_edate" @change="searchBillEnd" no-title @input="menufilterdateend = false"></v-date-picker>
|
||||
</v-menu>
|
||||
</v-flex>
|
||||
</v-layout row>
|
||||
</v-flex>
|
||||
</v-layout row>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pl-2 pr-2 pt-2 pb-2>
|
||||
|
||||
<v-data-table :headers="headers" :items="xpatients" :loading="isLoading" hide-actions class="elevation-1">
|
||||
|
||||
<template v-slot:headers="props">
|
||||
<tr>
|
||||
<th style="width:5px" class="text-xs-left blue lighten-3 white--text">
|
||||
<v-checkbox v-if="! is_having_detail" style="padding-top:0;margin-top:0" hide-details color="white" @change="changeCbxAll(bar_chx_all)"
|
||||
v-model="bar_chx_all"></v-checkbox>
|
||||
</th>
|
||||
<th v-for="header in props.headers" :key="header.text" :class="header.class" :width="header.width">
|
||||
{{ header.text }}
|
||||
</th>
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
<template v-slot:items="props">
|
||||
<td style="width:10px" class="text-xs-left">
|
||||
<v-checkbox v-if="props.item.isbill === 'N'" style="padding-top:0;margin-top:0" color="blue lighten-3" hide-details v-model="props.item.chex"
|
||||
@change="checkTop(props.item)"></v-checkbox>
|
||||
<span v-if="props.item.isbill === 'Y'">{{props.item.F_BillNo}}</span>
|
||||
</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.M_MouName}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.T_OrderHeaderDate }}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.T_OrderHeaderLabNumber}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.T_OrderHeaderLabNumberExt}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.pasienname}}</td>
|
||||
<td class="text-xs-left pa-2">{{convertMoney(props.item.total)}}</td>
|
||||
|
||||
</template>
|
||||
</v-data-table>
|
||||
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
</v-layout>
|
||||
</template>
|
||||
<style scoped>
|
||||
</style>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
data: () => ({
|
||||
|
||||
oldlabel: '',
|
||||
search_test: '',
|
||||
menufilterdatestart: false,
|
||||
menufilterdateend: false,
|
||||
headers: [{
|
||||
text: "AGREEMENT",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "15%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TANGGAL",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "NO. REG",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "20%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "NO. EXTERNAL",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "20%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "NAMA",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "45%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TOTAL",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "20%",
|
||||
class: "pa-1 blue lighten-3 white--text"
|
||||
}
|
||||
]
|
||||
}),
|
||||
computed: {
|
||||
|
||||
bar_chx_all: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.bar_chx_all
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_bar_chx_all", val)
|
||||
}
|
||||
},
|
||||
indeterminatex: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.indeterminatex
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_indeterminatex", val)
|
||||
}
|
||||
},
|
||||
dialogconfirmationdeletepat: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dialog_confirmation_delete_pat
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dialog_confirmation_delete_pat", val)
|
||||
}
|
||||
},
|
||||
msgconfirmationdeletepat() {
|
||||
return this.$store.state.receivereference.msg_confirmation_delete_pat
|
||||
},
|
||||
dialogconfirmationsend: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dialog_confirmation_send
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dialog_confirmation_send", val)
|
||||
}
|
||||
},
|
||||
msgconfirmationsend() {
|
||||
return this.$store.state.receivereference.msg_confirmation_send
|
||||
},
|
||||
xact() {
|
||||
return this.$store.state.receivereference.act
|
||||
},
|
||||
xactpat() {
|
||||
return this.$store.state.receivereference.act_pat
|
||||
},
|
||||
xactsend() {
|
||||
return this.$store.state.receivereference.act_send
|
||||
},
|
||||
|
||||
dialogformpatient: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dialog_form_patient
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dialog_form_patient", val)
|
||||
}
|
||||
},
|
||||
isLoading() {
|
||||
return this.$store.state.receivereference.search_status == 1
|
||||
},
|
||||
xpatients(p) {
|
||||
return this.$store.state.receivereference.patients
|
||||
},
|
||||
filterComputedDateFormattedStart() {
|
||||
return this.formatDate(this.init_sdate)
|
||||
},
|
||||
filterComputedDateFormattedEnd() {
|
||||
return this.formatDate(this.init_edate)
|
||||
},
|
||||
init_sdate: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.init_sdate
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_init_sdate", val)
|
||||
}
|
||||
},
|
||||
init_edate: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.init_edate
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_init_edate", val)
|
||||
}
|
||||
},
|
||||
xnoref: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.noref
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_noref", val)
|
||||
}
|
||||
},
|
||||
namapasien: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.namapasien
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_nama_pasien", val)
|
||||
}
|
||||
},
|
||||
xdob: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dob
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dob", val)
|
||||
}
|
||||
},
|
||||
xsexes() {
|
||||
return this.$store.state.receivereference.sexes
|
||||
},
|
||||
xsex: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.selected_sex
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_selected_sex", val)
|
||||
}
|
||||
},
|
||||
xorderautotests() {
|
||||
return this.$store.state.receivereference.orderautotests
|
||||
},
|
||||
xorderautotest: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.orderautotest
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_orderautotest", val)
|
||||
}
|
||||
},
|
||||
xordertests() {
|
||||
return this.$store.state.receivereference.ordertests
|
||||
},
|
||||
sub_total() {
|
||||
let tests = this.xordertests
|
||||
sub_total = 0
|
||||
tests.forEach(function (vpx, idx) {
|
||||
let total = parseInt(vpx.total)
|
||||
sub_total = sub_total + total
|
||||
})
|
||||
return sub_total
|
||||
},
|
||||
dp() {
|
||||
let mindp = this.$store.state.receivereference.selected_receivereference.M_MouMinDP
|
||||
let dp = mindp / 100 * this.sub_total
|
||||
return dp
|
||||
},
|
||||
isbill() {
|
||||
let isbill = this.$store.state.receivereference.selected_receivereference.M_MouIsBill
|
||||
return isbill
|
||||
},
|
||||
isagingonhold() {
|
||||
let isagingonhold = this.$store.state.receivereference.selected_receivereference.M_MouIsAgingOnHold
|
||||
return isagingonhold
|
||||
},
|
||||
agingonhold() {
|
||||
let agingonhold = this.$store.state.receivereference.selected_receivereference.M_MouIsAgingOnHoldNote
|
||||
return agingonhold
|
||||
},
|
||||
is_having_detail() {
|
||||
if (this.$store.state.receivereference.selected_receivereference.haveDetail == 'Y') return true
|
||||
return false
|
||||
},
|
||||
in_saving: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.in_saving
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_in_saving", val)
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async save_patient() {
|
||||
let pat = this.$store.state.receivereference.selected_patient
|
||||
let billID = this.$store.state.receivereference.selected_receivereference.F_BillID
|
||||
let prm = {
|
||||
token: window.one_token(),
|
||||
billID: billID,
|
||||
patients: pat
|
||||
}
|
||||
await this.$store.dispatch("receivereference/save_patient", prm)
|
||||
},
|
||||
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')}`
|
||||
},
|
||||
convertMoney(money) {
|
||||
return one_money(money)
|
||||
},
|
||||
searchBillStart() {
|
||||
this.$store.dispatch("receivereference/getpatient", {
|
||||
id: this.$store.state.receivereference.selected_receivereference.F_BillID,
|
||||
mouid: this.$store.state.receivereference.selected_receivereference.F_BillM_MouID,
|
||||
startdate: this.init_sdate,
|
||||
enddate: this.init_edate
|
||||
})
|
||||
},
|
||||
searchBillEnd() {
|
||||
this.$store.dispatch("receivereference/getpatient", {
|
||||
id: this.$store.state.receivereference.selected_receivereference.F_BillID,
|
||||
mouid: this.$store.state.receivereference.selected_receivereference.F_BillM_MouID,
|
||||
startdate: this.init_sdate,
|
||||
enddate: this.init_edate
|
||||
})
|
||||
},
|
||||
async saveNewPatient() {
|
||||
if (this.in_saving) return;
|
||||
this.in_saving = true;
|
||||
let pat = this.$store.state.receivereference.selected_patient
|
||||
var prm = {}
|
||||
prm.billID = this.$store.state.receivereference.selected_receivereference.F_BillID
|
||||
prm.M_CompanyName = this.$store.state.receivereference.selected_receivereference.M_CompanyName
|
||||
prm.patients = pat
|
||||
this.$store.dispatch("receivereference/savenewpatient", prm)
|
||||
|
||||
},
|
||||
changeCbxAll(value) {
|
||||
var arr = this.xpatients
|
||||
this.indeterminatex = false
|
||||
arr.forEach((el) => {
|
||||
el.chex = value
|
||||
})
|
||||
var selected = _.filter(arr, function (o) {
|
||||
return o.chex;
|
||||
})
|
||||
this.$store.commit("receivereference/update_selected_patient", selected)
|
||||
},
|
||||
checkTop(pat) {
|
||||
let patients = this.$store.state.receivereference.patients
|
||||
let idx = _.findIndex(patients, function (p) {
|
||||
return p.T_OrderHeaderID == pat.T_OrderHeaderID
|
||||
});
|
||||
patients[idx].checx = !patients[idx].chex
|
||||
var selected = _.filter(patients, function (o) {
|
||||
return o.chex;
|
||||
})
|
||||
this.$store.commit("receivereference/update_selected_patient", selected)
|
||||
},
|
||||
createNewPatient() {
|
||||
this.$store.commit("receivereference/update_act_pat", 'new')
|
||||
this.xnoref = ''
|
||||
this.namapasien = ''
|
||||
this.$store.commit("receivereference/update_selected_sex", [])
|
||||
this.xdob = ''
|
||||
this.$store.commit("receivereference/update_ordertests", [])
|
||||
this.$store.commit("receivereference/update_dialog_form_patient", true)
|
||||
},
|
||||
checkError(value) {
|
||||
var errors = this.$store.state.receivereference.errors
|
||||
if (errors.includes(value)) {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
},
|
||||
thr_search_test: _.debounce(function () {
|
||||
this.$store.dispatch("receivereference/searchtest", {
|
||||
tes: this.search_test,
|
||||
mouid: this.$store.state.receivereference.selected_receivereference.T_ReceiveReferenceHeaderM_MouID
|
||||
})
|
||||
}, 2000),
|
||||
doDeletePat() {
|
||||
var prm = {}
|
||||
prm.T_ReceiveReferencePatientT_ReceiveReferenceHeaderID = this.$store.state.receivereference.selected_receivereference
|
||||
.T_ReceiveReferenceHeaderID
|
||||
prm.T_ReceiveReferencePatientID = this.$store.state.receivereference.x_pat_id
|
||||
prm.T_ReceiveReferencePatientName = this.namapasien
|
||||
prm.M_CompanyName = this.$store.state.receivereference.selected_receivereference.M_CompanyName
|
||||
this.$store.dispatch("receivereference/deletepatient", prm)
|
||||
},
|
||||
sendOrderPatient(value) {
|
||||
let msg = "Yakin, akan mengirim permintaan nomor " + this.$store.state.receivereference.selected_receivereference
|
||||
.T_ReceiveReferenceHeaderNumber + " ?"
|
||||
this.$store.commit("receivereference/update_msg_confirmation_send", msg)
|
||||
this.$store.commit("receivereference/update_dialog_confirmation_send", true)
|
||||
},
|
||||
doOrderPatient() {
|
||||
var prm = {}
|
||||
prm.T_ReceiveReferenceHeaderID = this.$store.state.receivereference.selected_receivereference
|
||||
.T_ReceiveReferenceHeaderID
|
||||
prm.T_ReceiveReferenceHeaderNumber = this.$store.state.receivereference.selected_receivereference
|
||||
.T_ReceiveReferenceHeaderNumber
|
||||
this.$store.dispatch("receivereference/sendorder", prm)
|
||||
},
|
||||
convertMoney(money) {
|
||||
return one_money(money)
|
||||
},
|
||||
addTest() {
|
||||
var oldArr = this.$store.state.receivereference.ordertests
|
||||
oldArr.push(this.$store.state.receivereference.orderautotest)
|
||||
this.searchtest = ''
|
||||
this.$store.commit("receivereference/update_orderautotests", [])
|
||||
this.$store.commit("receivereference/update_orderautotest", {})
|
||||
},
|
||||
deleteDataPx(idx) {
|
||||
var inx = parseInt(idx);
|
||||
var xrow = this.$store.state.receivereference.ordertests[inx]
|
||||
if (parseInt(xrow.xid) !== 0) {
|
||||
var xdeltest = this.$store.state.receivereference.deleted_ordertests
|
||||
xdeltest.push(xrow)
|
||||
this.$store.commit("receivereference/update_deleted_ordertests", xdeltest)
|
||||
}
|
||||
var oldArr = this.$store.state.receivereference.ordertests
|
||||
oldArr.splice(inx, 1)
|
||||
this.$store.commit("receivereference/update_ordertests", oldArr)
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
search_city(val, old) {
|
||||
if (val == old) return
|
||||
if (!val) return
|
||||
if (val.length < 1) return
|
||||
if (this.$store.state.receivereference.update_autocomplete_status == 1) return
|
||||
this.thr_search_city()
|
||||
},
|
||||
search_test(val, old) {
|
||||
if (val == old) return
|
||||
if (!val) return
|
||||
if (val.length < 1) return
|
||||
if (this.$store.state.receivereference.update_autocomplete_status == 1) return
|
||||
this.thr_search_test()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
949
test/vuex/one-bill-issue-extend/components/oneBillList.vue
Normal file
949
test/vuex/one-bill-issue-extend/components/oneBillList.vue
Normal file
@@ -0,0 +1,949 @@
|
||||
<template>
|
||||
<v-layout class="fill-height" column>
|
||||
<template>
|
||||
|
||||
<v-dialog v-model="dialogdeletealert" 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>
|
||||
{{msgalert}}
|
||||
</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="dialogdeletealert = false">
|
||||
Tutup
|
||||
</v-btn>
|
||||
<v-btn color="primary" flat @click="closeDeleteAlert()">
|
||||
Yakin lah
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
<v-dialog v-model="dialognotifalert" max-width="30%">
|
||||
<v-card>
|
||||
<v-card-title class="headline grey lighten-2 pt-2 pb-2" primary-title>
|
||||
Konfirmasi
|
||||
</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>
|
||||
{{msgalert}}
|
||||
</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="dialognotifalert = false">
|
||||
Tutup
|
||||
</v-btn>
|
||||
<v-btn color="primary" flat @click="closeNotifAlert()">
|
||||
Yakin lah
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
</template>
|
||||
<v-dialog v-model="dialogsuccess" persistent max-width="290">
|
||||
<v-card>
|
||||
<v-card-title color="success" class="headline">Berhasil !</v-card-title>
|
||||
<v-card-text>
|
||||
{{msgsuccess}}
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="green darken-1" flat @click="closeDialogSuccess">OK</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
<v-card class="mb-2 pa-2 searchbox">
|
||||
<v-layout>
|
||||
<v-text-field class="xs4 ma-1" label="Kel. Pelanggan" placeholder="Cari..." outline v-model="name" hide-details></v-text-field>
|
||||
<v-text-field class="xs4 ma-1" label="No. Isu Penagihan" placeholder="Cari..." outline v-model="snorm" hide-details></v-text-field>
|
||||
<v-select class="xs3 mini-select ma-1" :items="statuses" item-text="name" return-object v-model="status" label="Status" outline
|
||||
hide-details></v-select>
|
||||
<span @click="searchPatient" class="icon-medium-fill-base xs1 white--text success iconsearch-search"></span>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
<v-card>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pl-2 pr-2 pt-2 pb-2>
|
||||
<v-data-table :headers="headers" :items="receivereferences" :loading="isLoading" :pagination.sync="pagination" class="elevation-1">
|
||||
<template slot="items" slot-scope="props">
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">{{ props.item.F_BillCreated}}</td>
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">
|
||||
{{ props.item.F_BillIssueNumber}}
|
||||
<p style="color:#800000" class="mb-0 font-weight-bold caption">{{props.item.F_BillNo}}</p>
|
||||
</td>
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">{{ props.item.F_BillDueDate}}
|
||||
<p style="color:#800000" class="mb-0 font-weight-bold caption"> + 7 Hari {{props.item.exduedatex}}</p></td>
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">
|
||||
{{props.item.extenddate}}</td>
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">
|
||||
{{ props.item.F_BillIssuePIC}}
|
||||
<p style="color:#800000" class="mb-0 font-weight-bold caption">{{props.item.F_BillIssuePICHP}}</p>
|
||||
</td>
|
||||
<td class="text-xs-center pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">{{ props.item.M_CompanyName}} : {{ props.item.moudesc}}</td>
|
||||
<td class="text-xs-center pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">{{ convertMoney(props.item.F_BillTotal)}}</td>
|
||||
<td class="text-xs-left pa-2" v-bind:class="{'amber lighten-4':isSelected(props.item)}" @click="selectMe(props.item)">
|
||||
<v-icon style="color:blue" title="extend tagihan" class="text-sm-right" @click="editBill(props.item)">update</v-icon>
|
||||
<v-icon style="color:green" title="histori extend" class="text-sm-right" @click="viewBill(props.item)">more_vert</v-icon>
|
||||
<v-icon style="color:#757575" title="cetak" class="text-sm-right" @click="printNote(props.item)">print</v-icon>
|
||||
</td>
|
||||
|
||||
</template>
|
||||
<template>
|
||||
<div class="text-xs-center">
|
||||
<v-pagination v-model="page" :length="15" :total-visible="7"></v-pagination>
|
||||
</div>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
<one-dialog-alert :status="openalertconfirmation" :msg="msgalertconfirmation" @forget-dialog-alert="forgetAlertConfirmation()"
|
||||
@close-dialog-alert="closeAlertConfirmation()"></one-dialog-alert>
|
||||
|
||||
<template>
|
||||
<v-layout row justify-center>
|
||||
<v-dialog v-model="dialoghistory" persistent max-width="1050px">
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
<span class="headline">HISTORI EXTEND</span><span> [ <span style="color:#2196F3;font-weight: 900;">{{name}} </span> ]
|
||||
</v-card-title>
|
||||
<v-layout row wrap>
|
||||
<v-flex xs12 pl-2 pr-2 pt-2 pb-2>
|
||||
<v-data-table :headers="headerhistory" :items="histories" hide-actions class="elevation-1">
|
||||
<template slot="items" slot-scope="props">
|
||||
<td class="text-xs-left pa-2" v-html="props.item.tanggal">
|
||||
</td>
|
||||
<td class="text-xs-left pa-2" v-html="props.item.F_BillIssueExtendDay">
|
||||
</td>
|
||||
<td class="text-xs-left pa-2" v-html="props.item.duedate">
|
||||
</td>
|
||||
<td class="text-xs-left pa-2" v-html="props.item.M_StaffName">
|
||||
</td>
|
||||
<td class="text-xs-left pa-2" v-html="props.item.F_BillIssueExtendNote">
|
||||
</td>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="primary" flat @click="closeViewHistory()">
|
||||
Tutup
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<template>
|
||||
<v-layout row justify-center>
|
||||
<v-dialog v-model="dialogformorder" persistent max-width="600px">
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
<span class="headline">Extend Penagihan [ {{this.xno}} ]</span>
|
||||
</v-card-title>
|
||||
<v-card-text class="pt-0 pb-0">
|
||||
<v-form ref="formcompany">
|
||||
<v-layout row wrap>
|
||||
<v-flex xs12 pa-2>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-autocomplete :readonly="xact === 'edit' || xact === 'view'" label="Kelompok Pelanggan*" v-model="xcompany" :items="xcompanies"
|
||||
:search-input.sync="search_company" auto-select-first no-filter item-text="M_CompanyName"
|
||||
return-object :loading="isLoading" no-data-text="Pilih Kel. Pelanggan">
|
||||
<template slot="item" slot-scope="{ item }">
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title v-text="item.M_CompanyName"></v-list-tile-title>
|
||||
</v-list-tile-content>
|
||||
</template>
|
||||
</v-autocomplete>
|
||||
<p v-if="checkError('requirexcompany')" class="error pl-2 pr-2" style="color:#fff">Pilih Kel. Pelanggan dulu dong</p>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-select :readonly="xact === 'edit' || xact === 'view'" item-text="M_MouDesc" return-object :items="xmous" v-model="xmou"
|
||||
label="Agreement*"></v-select>
|
||||
<p v-if="checkError('requirexmou')" class="error pl-2 pr-2" style="color:#fff">Pilih Agreement dulu dong</p>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-layout>
|
||||
<v-flex xs4>
|
||||
<v-text-field readonly v-model="filterComputedDateFormattedStart" @blur="date = deFormatedDate(filterComputedDateFormattedStart)" label="Tgl. Jatuh Tempo + 7 Hari "></v-text-field>
|
||||
</v-flex>
|
||||
<v-flex xs2>
|
||||
</v-flex>
|
||||
<v-flex xs4>
|
||||
<v-text-field v-model="xextenddueday" @change="changeDueDate()" type="number" label="Extend Jatuh Tempo (Hari)"></v-text-field>
|
||||
<p v-if="checkError('requirxextenddueday')" class="error pl-2 pr-2" style="color:#fff">Wajib Diisi</p>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-layout>
|
||||
<v-flex xs4>
|
||||
<v-menu ref="menusdate" v-model="menusdate" :close-on-content-click="false" :nudge-right="0"
|
||||
lazy transition="scale-transition" offset-y full-width max-width="290px"
|
||||
min-width="290px">
|
||||
<template v-slot:activator="{ on }">
|
||||
<v-text-field v-model="startComputedDateFormatted" label="Tgl. Jatuh Tempo Extend" readonly v-on="on"
|
||||
@blur="date = deFormatedDate(startComputedDateFormatted)"></v-text-field>
|
||||
</template>
|
||||
<v-date-picker :min="new Date().toISOString().substr(0, 10)" v-model="xsdate" no-title @change="changeDueDay()" @input="menusdate = false"></v-date-picker>
|
||||
<p v-if="checkError('requirexsdate')" class="error pl-2 pr-2" style="color:#fff">Tanggal jatuh tempo</p>
|
||||
|
||||
</v-flex>
|
||||
<v-flex xs2>
|
||||
</v-flex>
|
||||
<v-flex xs4>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-textarea v-model="xextendnote" label="Alasan Extend"></v-textarea>
|
||||
<p v-if="checkError('requirxextendnote')" class="error pl-2 pr-2" style="color:#fff">Wajib Diisi</p>
|
||||
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="blue darken-1" flat @click="updateDialogFormOrder()">Tutup</v-btn>
|
||||
<v-btn v-if="xact === 'edit'" color="blue darken-1" flat @click="updateFormPerusahaan()">Simpan Extend</v-btn>
|
||||
</v-card-actions>
|
||||
</v-form>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<one-dialog-print :title="printtitle" :width="printwidth" :height="550" :status="openprintnote" :urlprint="urlprintnote"
|
||||
@close-dialog-print="openprintnote = false"></one-dialog-print>
|
||||
|
||||
</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;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
components: {
|
||||
'one-dialog-info': httpVueLoader('../../common/oneDialogInfo.vue'),
|
||||
'one-dialog-alert': httpVueLoader('../../common/oneDialogAlert.vue'),
|
||||
'one-dialog-print': httpVueLoader('../../common/oneDialogPrintX.vue')
|
||||
},
|
||||
mounted() {
|
||||
this.$store.dispatch("receivereference/getsexreg")
|
||||
this.$store.dispatch("receivereference/search", {
|
||||
name: this.name,
|
||||
snorm: this.snorm,
|
||||
status: this.status.value,
|
||||
lastid: -1
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
checkError(value) {
|
||||
var errors = this.$store.state.receivereference.errors
|
||||
if (errors.includes(value)) {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
},
|
||||
isSelected(p) {
|
||||
return p.F_BillID == this.$store.state.receivereference.selected_receivereference
|
||||
.F_BillID
|
||||
},
|
||||
convertMoney(money) {
|
||||
return one_money(money)
|
||||
},
|
||||
printNote(val) {
|
||||
this.printwidth = 600
|
||||
this.printtitle = ""
|
||||
let user = one_user()
|
||||
var rpt = 'rpt_t_009'
|
||||
if (val.note_amount < 0)
|
||||
rpt = 'rpt_t_009'
|
||||
this.urlprintnote = "/birt/run?__report=report/one/fo/" + rpt + ".rptdesign&__format=pdf&username=" +
|
||||
user.M_UserUsername + "&PID=" + val.F_BillID
|
||||
this.$store.commit("receivereference/update_open_print_note", true)
|
||||
},
|
||||
searchPatient() {
|
||||
this.$store.dispatch("receivereference/search", {
|
||||
name: this.name,
|
||||
snorm: this.snorm,
|
||||
status: this.status.value,
|
||||
lastid: -1
|
||||
})
|
||||
},
|
||||
|
||||
selectMe(pat) {
|
||||
if (this.$store.state.receivereference.no_save == 0) {
|
||||
this.$store.commit("receivereference/update_selected_receivereference", pat)
|
||||
this.$store.commit("receivereference/update_act_send", pat.T_ReceiveReferenceHeaderIsSent)
|
||||
this.$store.commit("receivereference/update_init_sdate", pat.startdate)
|
||||
this.$store.dispatch("receivereference/getpatient", {
|
||||
id: pat.F_BillID,
|
||||
mouid: pat.F_BillM_MouID,
|
||||
startdate: pat.startdate,
|
||||
enddate: moment().format("YYYY-MM-DD")
|
||||
})
|
||||
this.$store.commit("receivereference/update_statuss", pat.statuss)
|
||||
} else {
|
||||
this.$store.commit("receivereference/update_open_alert_confirmation", true)
|
||||
}
|
||||
|
||||
},
|
||||
closeAlertConfirmation() {
|
||||
this.$store.commit("receivereference/update_open_alert_confirmation", false)
|
||||
},
|
||||
forgetAlertConfirmation() {
|
||||
this.$store.commit("receivereference/update_no_save", 0)
|
||||
this.$store.commit("receivereference/update_open_alert_confirmation", false)
|
||||
},
|
||||
updateAlert_success(val) {
|
||||
this.$store.commit("receivereference/update_alert_success", val)
|
||||
},
|
||||
updateDialogFormOrder() {
|
||||
this.$store.commit("receivereference/update_dialog_form_order", false)
|
||||
},
|
||||
updateDialogStatusOrder() {
|
||||
this.$store.commit("receivereference/update_dialog_status_order", false)
|
||||
},
|
||||
setNewOrder() {
|
||||
this.$store.commit("receivereference/update_selected_receivereference", {})
|
||||
this.$store.commit("receivereference/update_act_comp", 'new')
|
||||
this.$store.commit("receivereference/update_dialog_form_order", true)
|
||||
this.xid = 0
|
||||
this.xno = ''
|
||||
this.xtotal = 0
|
||||
this.xcompany = {}
|
||||
|
||||
this.$store.commit("receivereference/update_mous", [{}])
|
||||
this.xmou = {}
|
||||
this.xdueday = 0
|
||||
var dueDate = moment(new Date(new Date().getTime() + (this.xdueday * 24 * 60 * 60 * 1000))).format(
|
||||
'YYYY-MM-DD')
|
||||
this.xsdate = dueDate
|
||||
this.xnote = ''
|
||||
this.$store.dispatch("receivereference/getpatient", {
|
||||
id: 0,
|
||||
mouid: 0
|
||||
})
|
||||
},
|
||||
changeDueDay() {
|
||||
var start = moment(this.xduedate).format('YYYY-MM-DD');
|
||||
var end = moment(this.xsdate);
|
||||
var xday = end.diff(start, "days")
|
||||
this.xextenddueday = xday
|
||||
if(xday < 1){
|
||||
alert('Tanggal extend kurang dari tanggal jatuh tempo')
|
||||
this.xextenddueday = 0
|
||||
this.xsdate = ''
|
||||
}
|
||||
},
|
||||
changeDueDate() {
|
||||
var tanggal = new Date(this.billcreated)
|
||||
var hari = parseInt(this.xdueday) + parseInt(this.xextenddueday) + 7
|
||||
//alert(hari)
|
||||
var dueDate = moment(new Date(new Date(tanggal).getTime() + (hari * 24 * 60 * 60 * 1000))).format(
|
||||
'YYYY-MM-DD')
|
||||
var nDate = moment(new Date()).format('YYYY-MM-DD')
|
||||
if(dueDate < nDate){
|
||||
alert('tanggal masih kurang hari ini')
|
||||
this.xextenddueday = 0
|
||||
this.xsdate = ''
|
||||
}else{
|
||||
this.xsdate = dueDate
|
||||
}
|
||||
|
||||
//alert(dueDate)
|
||||
},
|
||||
setStatusOrder() {
|
||||
this.$store.commit("receivereference/update_selected_receivereference", {})
|
||||
this.$store.commit("receivereference/update_dialog_status_order", true)
|
||||
this.search_company = ''
|
||||
},
|
||||
saveFormPerusahaan() {
|
||||
this.$store.commit("receivereference/update_errors", [])
|
||||
var errors = this.$store.state.receivereference.errors
|
||||
if (this.xextenddueday == 0) {
|
||||
errors.push("requirxextenddueday")
|
||||
}
|
||||
if (_.isEmpty(this.xextendnote)) {
|
||||
errors.push("requirxextendnote")
|
||||
}
|
||||
|
||||
if (errors.length === 0) {
|
||||
if (this.in_saving) return;
|
||||
this.in_saving = true;
|
||||
this.$store.dispatch("receivereference/newreceivereference", {
|
||||
companyid: this.xcompany.M_CompanyID,
|
||||
mouid: this.xmou.M_MouID,
|
||||
sdate: this.xsdate,
|
||||
note: this.xnote,
|
||||
day: this.xdueday,
|
||||
picname: this.xpicname,
|
||||
pichp: this.xpichp
|
||||
})
|
||||
}
|
||||
},
|
||||
editBill(data) {
|
||||
this.xextenddueday = 0
|
||||
this.xextendnote = ''
|
||||
this.xid = data.F_BillIssueID
|
||||
this.xmouid = data.mouid
|
||||
this.xno = data.F_BillIssueNumber
|
||||
this.xpicname = data.F_BillIssuePIC
|
||||
this.xpichp = data.F_BillIssuePICHP
|
||||
this.xtotal = data.F_BillTotal
|
||||
//this.xduedate = data.duedatex
|
||||
this.$store.commit("receivereference/update_companies", [{
|
||||
M_CompanyID: data.M_CompanyID,
|
||||
M_CompanyName: data.M_CompanyName
|
||||
}])
|
||||
this.xcompany = {
|
||||
M_CompanyID: data.M_CompanyID,
|
||||
M_CompanyName: data.M_CompanyName
|
||||
}
|
||||
|
||||
this.$store.commit("receivereference/update_mous", [{
|
||||
M_MouID: data.M_MouID,
|
||||
M_MouDesc: data.M_MouDesc
|
||||
}])
|
||||
this.xmou = {
|
||||
M_MouID: data.M_MouID,
|
||||
M_MouDesc: data.M_MouDesc
|
||||
}
|
||||
this.xdueday = data.F_BillDueDateDay
|
||||
this.xsdate = data.sdate
|
||||
this.xnote = data.F_BillNote
|
||||
|
||||
this.billcreated = moment(data.billcreated).format('YYYY-MM-DD')
|
||||
//var tanggal = moment(data.billcreated).format('YYYY-MM-DD')
|
||||
//var hari = parseInt(this.xdueday) + 7
|
||||
//var createDate = moment(new Date(new Date(tanggal).getTime() + (hari * 24 * 60 * 60 * 1000))).format(
|
||||
// 'YYYY-MM-DD')
|
||||
|
||||
this.xduedate = data.exduedate
|
||||
|
||||
this.$store.commit("receivereference/update_act_comp", 'edit')
|
||||
this.$store.commit("receivereference/update_dialog_form_order", true)
|
||||
},
|
||||
viewBill(data) {
|
||||
this.$store.dispatch("receivereference/history", {
|
||||
id: data.F_BillIssueID
|
||||
})
|
||||
this.$store.commit("receivereference/update_dialog_history", true)
|
||||
},
|
||||
updateFormPerusahaan() {
|
||||
this.$store.commit("receivereference/update_errors", [])
|
||||
var errors = this.$store.state.receivereference.errors
|
||||
if (this.xextenddueday == 0) {
|
||||
errors.push("requirxextenddueday")
|
||||
}
|
||||
if (_.isEmpty(this.xextendnote)) {
|
||||
errors.push("requirxextendnote")
|
||||
}
|
||||
if (errors.length === 0) {
|
||||
this.$store.dispatch("receivereference/editbill", {
|
||||
id: this.xid,
|
||||
note: this.xextendnote,
|
||||
day: this.xextenddueday,
|
||||
mouid: this.xmouid,
|
||||
duedate: this.xsdate
|
||||
})
|
||||
}
|
||||
},
|
||||
deleteBill(data) {
|
||||
this.xid = data.F_BillID
|
||||
var xdata = {
|
||||
id: data.F_BillID,
|
||||
name: data.F_BillIssueNumber
|
||||
}
|
||||
this.msgalert = "Yakin, Mau Hapus No. Isu Penagihan " + data.F_BillIssueNumber + " ?"
|
||||
this.dialogdeletealert = true
|
||||
},
|
||||
notifBill(data) {
|
||||
this.xid = data.F_BillID
|
||||
var xdata = {
|
||||
id: data.F_BillID,
|
||||
name: data.F_BillIssueNumber
|
||||
}
|
||||
this.msgalert = "Yakin, Mau Kirim Notifikasi No. Isu Penagihan " + data.F_BillIssueNumber +
|
||||
" ke " +
|
||||
data.F_BillIssuePIC + " [" + data.F_BillIssuePICHP + "]"
|
||||
this.dialognotifalert = true
|
||||
},
|
||||
closeDeleteAlert() {
|
||||
this.$store.dispatch("receivereference/deletebill", {
|
||||
id: this.xid
|
||||
})
|
||||
this.dialogdeletealert = false
|
||||
},
|
||||
closeNotifAlert() {
|
||||
this.$store.dispatch("receivereference/notifbill", {
|
||||
id: this.xid
|
||||
})
|
||||
this.dialognotifalert = false
|
||||
},
|
||||
thr_search_company: _.debounce(function () {
|
||||
this.$store.dispatch("receivereference/searchcompany", this.search_company)
|
||||
}, 2000),
|
||||
closeDialogSuccess() {
|
||||
let arrreceivereference = this.$store.state.receivereference.receivereferences
|
||||
var idx = _.findIndex(arrreceivereference, item => item.F_BillID === this.$store.state
|
||||
.receivereference.last_id)
|
||||
console.log(idx)
|
||||
this.$store.dispatch("receivereference/search", {
|
||||
name: this.name,
|
||||
snorm: this.snorm,
|
||||
status: this.status.value,
|
||||
lastid: -1
|
||||
})
|
||||
this.$store.commit("receivereference/update_dialog_success", false)
|
||||
},
|
||||
closeViewHistory() {
|
||||
this.$store.commit("receivereference/update_dialog_history", false)
|
||||
},
|
||||
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')}`
|
||||
},
|
||||
formatDueDate(date) {
|
||||
if (!date) return null
|
||||
|
||||
const [year, month, day] = date.split('-')
|
||||
return `${day}-${month}-${year}`
|
||||
},
|
||||
deFormatedDueDate(date) {
|
||||
if (!date) return null
|
||||
|
||||
const [day, month, year] = date.split('-')
|
||||
return `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
dialogsuccess: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dialog_success
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dialog_success", val)
|
||||
}
|
||||
},
|
||||
msgsuccess() {
|
||||
return this.$store.state.receivereference.msg_success
|
||||
},
|
||||
snackbar: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.alert_success
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_alert_success", val)
|
||||
}
|
||||
},
|
||||
openprintnote: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.open_print_note
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_open_print_note", false)
|
||||
}
|
||||
},
|
||||
isLoading() {
|
||||
return this.$store.state.receivereference.search_status == 1
|
||||
},
|
||||
statuses() {
|
||||
return this.$store.state.receivereference.statuses
|
||||
},
|
||||
status: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.selected_status
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_selected_status", val)
|
||||
}
|
||||
},
|
||||
xact() {
|
||||
return this.$store.state.receivereference.act_comp
|
||||
},
|
||||
receivereferences() {
|
||||
return this.$store.state.receivereference.receivereferences
|
||||
},
|
||||
histories() {
|
||||
return this.$store.state.receivereference.histories
|
||||
},
|
||||
openalertconfirmation: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.open_alert_confirmation
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_open_alert_confirmation", val)
|
||||
}
|
||||
},
|
||||
dialogformorder() {
|
||||
return this.$store.state.receivereference.dialog_form_order
|
||||
},
|
||||
dialoghistory() {
|
||||
return this.$store.state.receivereference.dialog_history
|
||||
},
|
||||
dialogstatusorder() {
|
||||
return this.$store.state.receivereference.dialog_status_order
|
||||
},
|
||||
xdate: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.date
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_date", val)
|
||||
}
|
||||
},
|
||||
xnote: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.note
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_note", val)
|
||||
}
|
||||
},
|
||||
xextendnote: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.extendnote
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_extendnote", val)
|
||||
}
|
||||
},
|
||||
xdueday: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.dueday
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_dueday", val)
|
||||
}
|
||||
},
|
||||
xextenddueday: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.extenddueday
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_extenddueday", val)
|
||||
}
|
||||
},
|
||||
xpicname: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.picname
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_picname", val)
|
||||
}
|
||||
},
|
||||
xpichp: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.pichp
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_pichp", val)
|
||||
}
|
||||
},
|
||||
xcompanies() {
|
||||
return this.$store.state.receivereference.companies
|
||||
},
|
||||
xcompany: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.company
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_company", val)
|
||||
this.$store.dispatch("receivereference/getmou", this.$store.state.receivereference.company)
|
||||
}
|
||||
},
|
||||
xmous() {
|
||||
return this.$store.state.receivereference.mous
|
||||
},
|
||||
xmou: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.mou
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_mou", val)
|
||||
this.$store.commit("receivereference/update_dueday", val.M_MouAgingDay)
|
||||
this.$store.commit("receivereference/update_picname", val.M_MouPicBillName)
|
||||
this.$store.commit("receivereference/update_pichp", val.M_MouPicBillHandphone)
|
||||
}
|
||||
},
|
||||
filterComputedDateFormattedStart() {
|
||||
return this.formatDueDate(this.xduedate)
|
||||
},
|
||||
xduedate: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.duedate
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_duedate", val)
|
||||
}
|
||||
},
|
||||
startComputedDateFormatted() {
|
||||
return this.formatDate(this.xsdate)
|
||||
},
|
||||
xsdate: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.sdate
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_sdate", val)
|
||||
}
|
||||
},
|
||||
xstatuss() {
|
||||
return this.$store.state.receivereference.statuss
|
||||
},
|
||||
in_saving: {
|
||||
get() {
|
||||
return this.$store.state.receivereference.in_saving
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("receivereference/update_in_saving", val)
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
msgalertconfirmation: "Perubahan yang telah dilakukan belum disimpan dong !",
|
||||
items: [],
|
||||
xid: 0,
|
||||
xmouid: 0,
|
||||
xno: '',
|
||||
xtotal: 0,
|
||||
name: '',
|
||||
snorm: '',
|
||||
msgalert: "",
|
||||
billcreated: '',
|
||||
dialogdeletealert: false,
|
||||
dialognotifalert: false,
|
||||
search_company: '',
|
||||
menusdate: false,
|
||||
urlprintnote: '',
|
||||
printtitle: '',
|
||||
printwidth: '80%',
|
||||
ndate: moment(new Date()).format('YYYY-MM-DD'),
|
||||
date: new Date().toISOString().substr(0, 10),
|
||||
disabledDates: {
|
||||
to: new Date(Date.now() - 8640000)
|
||||
},
|
||||
page: 1,
|
||||
headerhistory: [{
|
||||
text: "WAKTU EXTEND",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "7%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "EXTEND JATUH TEMPO (HARI)",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "7%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TANGGAL JATUH TEMPO",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "STAFF",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "15%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "ALASAN EXTEND",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "20%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
}
|
||||
],
|
||||
headers: [{
|
||||
text: "TGL. PENERIMAAN",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "7%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "NO. PENAGIHAN",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "7%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TGL. JATUH TEMPO",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TGL. JATUH TEMPO (EXTEND)",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "PIC",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "KEL.PELANGGAN/AGREEMENT",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "40%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "TOTAL PENAGIHAN",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "name",
|
||||
width: "7%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
},
|
||||
{
|
||||
text: "AKSI",
|
||||
align: "center",
|
||||
sortable: false,
|
||||
value: "name",
|
||||
width: "15%",
|
||||
class: "pa-2 blue lighten-3 white--text"
|
||||
}
|
||||
],
|
||||
pagination: {
|
||||
descending: true,
|
||||
page: 1,
|
||||
rowsPerPage: 5,
|
||||
sortBy: 'F_BillIssueNumber',
|
||||
totalItems: this.$store.state.receivereference.total_receivereferences
|
||||
},
|
||||
statuss: [{
|
||||
waktu: '16-07-2019 10:00',
|
||||
status: 'Order Dibuat',
|
||||
user: 'Nagita Slavina'
|
||||
},
|
||||
{
|
||||
waktu: '16-07-2019 11:00',
|
||||
status: 'Order Dikirim',
|
||||
user: 'Nagita Slavina'
|
||||
},
|
||||
{
|
||||
waktu: '16-07-2019 12:00',
|
||||
status: 'Order dikonfirmasi',
|
||||
user: 'Chacha Frederica'
|
||||
},
|
||||
{
|
||||
waktu: '16-07-2019 13:00',
|
||||
status: 'Telah dibuat Surat Jalan',
|
||||
user: 'Chacha Frederica'
|
||||
},
|
||||
{
|
||||
waktu: '16-07-2019 14:00',
|
||||
status: 'Kurir akan mengambil sampel',
|
||||
user: 'Satria Subiantoro'
|
||||
}
|
||||
]
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
search_company(val, old) {
|
||||
if (val == old) return
|
||||
if (!val) return
|
||||
if (val.length < 1) return
|
||||
if (this.$store.state.receivereference.update_autocomplete_status == 1) return
|
||||
this.thr_search_company()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,66 @@
|
||||
<template>
|
||||
<v-menu v-model="menu2" :close-on-content-click="false" :nudge-right="40" lazy transition="scale-transition" offset-y full-width
|
||||
max-width="290px" min-width="290px">
|
||||
<v-text-field slot="activator" v-model="computedEndDateFormatted" :label=init_label persistent-hint readonly browser-autocomplete="off"></v-text-field>
|
||||
<v-date-picker v-model="init_edate" no-title @input="menu2 = false" :max="init_max_edate"></v-date-picker>
|
||||
</v-menu>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
props: ['label', 'date', 'data', 'max_edate'],
|
||||
|
||||
data() {
|
||||
return {
|
||||
init_edate: this.date && this.date != "0000-00-00" ? this.date : null, //new Date().toISOString().substr(0, 10),
|
||||
init_max_edate: this.max_edate ? this.max_edate : '2999-09-09',
|
||||
dateFormatted: this.formatDate(new Date().toISOString().substr(0, 10)),
|
||||
menu1: false,
|
||||
menu2: false,
|
||||
|
||||
init_label: this.label ? this.label : 'Date',
|
||||
init_edata: this.data ? this.data : ''
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
computedEndDateFormatted() {
|
||||
return this.formatDate(this.init_edate)
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
init_edate(n, o) {
|
||||
this.dateFormatted = this.formatDate(this.init_edate)
|
||||
|
||||
this.$emit('change', {
|
||||
"old_edate": o,
|
||||
"new_edate": n,
|
||||
"data": this.init_edata
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
formatDate(date) {
|
||||
if (!date) {
|
||||
return null
|
||||
}
|
||||
|
||||
const [year, month, day] = date.split('-')
|
||||
return `${day}-${month}-${year}`
|
||||
},
|
||||
parseDate(date) {
|
||||
if (!date) return null
|
||||
|
||||
const [month, day, year] = date.split('/')
|
||||
return `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`
|
||||
},
|
||||
|
||||
emitChange(n, o) {
|
||||
console.log("old:" + o)
|
||||
console.log("new:" + n)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,296 @@
|
||||
<template>
|
||||
<v-layout class="mb-2" column>
|
||||
<v-dialog v-model="dialogconfirmationdelete" persistent max-width="290">
|
||||
<v-card>
|
||||
<v-card-title dark class="headline error pt-2 pb-2" primary-title style="color:white">
|
||||
<h4 dark>Konfirmasi</h4>
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
{{msgconfirmationdelete}}
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn small color="error darken-1 text-sm-left" flat @click="doDeleteData()">Hapus</v-btn>
|
||||
<v-btn small color="primary darken-1 text-sm-right" flat @click="dialogconfirmationdelete = false">Batal</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
<v-card>
|
||||
<v-layout row>
|
||||
<v-flex xs12>
|
||||
<v-subheader red--text text--lighten-1> DETAIL DAFTAR REKANAN
|
||||
<v-flex text-md-right>
|
||||
<v-btn v-if="xact === 'new'" @click="saveNewPatient()" small color="info">Simpan</v-btn>
|
||||
<v-btn v-if="xact === 'edit'" @click="deleteData()" small color="error">Hapus</v-btn>
|
||||
<v-btn v-if="xact === 'edit'" @click="saveData()" small color="primary">Simpan</v-btn>
|
||||
</v-flex>
|
||||
</v-subheader>
|
||||
<v-divider></v-divider>
|
||||
<v-layout row wrap>
|
||||
<v-flex xs12 pa-2>
|
||||
<v-layout row>
|
||||
<v-flex xs6 pa-1>
|
||||
<v-text-field v-model="xdob" label="Tanggal*" hint="format : DD-MM-YYYY , contoh : 22-06-1988"></v-text-field>
|
||||
</v-flex>
|
||||
<v-flex xs6 pa-1>
|
||||
<v-text-field v-model="xnorm" label="No Order"></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
<v-layout row>
|
||||
<v-flex xs12 pa-1>
|
||||
<v-text-field v-model="xnote" label="Catatan"></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-flex>
|
||||
</v-card>
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
table,
|
||||
td,
|
||||
th {
|
||||
border: 1px solid #ddd;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 8px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.mini-input .v-input {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.mini-input .v-input,
|
||||
.mini-input .v-input--selection-controls,
|
||||
.mini-input .v-input__slot {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.mini-input .v-messages {
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
input.fhm-input {
|
||||
border: 1px solid black;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 4px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 4px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1),
|
||||
0 0 4px rgba(0, 0, 0, 0.1);
|
||||
padding: 2px 4px;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
margin: 0 0 1px 0;
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
data: () => ({
|
||||
|
||||
}),
|
||||
computed: {
|
||||
dialogconfirmationdelete: {
|
||||
get() {
|
||||
return this.$store.state.patient.dialog_confirmation_delete
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_dialog_confirmation_delete", val)
|
||||
}
|
||||
},
|
||||
msgconfirmationdelete() {
|
||||
return this.$store.state.patient.msg_confirmation_delete
|
||||
},
|
||||
xact() {
|
||||
return this.$store.state.patient.act
|
||||
},
|
||||
detail() {
|
||||
return this.$store.state.patient.selected_patient
|
||||
},
|
||||
xtitles () {
|
||||
return this.$store.state.patient.titles
|
||||
},
|
||||
xtitle: {
|
||||
get() {
|
||||
return this.$store.state.patient.selected_title
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_selected_title", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xpatientname: {
|
||||
get() {
|
||||
return this.$store.state.patient.patient_name
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_patient_name", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xnorm: {
|
||||
get() {
|
||||
return this.$store.state.patient.norm
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_norm", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xdob: {
|
||||
get() {
|
||||
return this.$store.state.patient.dob
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_dob", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xsexes() {
|
||||
return this.$store.state.patient.sexes
|
||||
},
|
||||
xsex: {
|
||||
get() {
|
||||
return this.$store.state.patient.selected_sex
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_selected_sex", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xreligions() {
|
||||
return this.$store.state.patient.religions
|
||||
},
|
||||
xreligion: {
|
||||
get() {
|
||||
return this.$store.state.patient.selected_religion
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_selected_religion", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xphone: {
|
||||
get() {
|
||||
return this.$store.state.patient.phone
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_phone", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xhp: {
|
||||
get() {
|
||||
return this.$store.state.patient.hp
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_hp", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xemail: {
|
||||
get() {
|
||||
return this.$store.state.patient.email
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_email", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xkartuidentitass() {
|
||||
return this.$store.state.patient.kartuidentitass
|
||||
},
|
||||
xkartuidentitas: {
|
||||
get() {
|
||||
return this.$store.state.patient.selected_kartuidentitas
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_selected_kartuidentitas", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xnoidentitas: {
|
||||
get() {
|
||||
return this.$store.state.patient.noidentitas
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_noidentitas", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
xnote: {
|
||||
get() {
|
||||
return this.$store.state.patient.note
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("patient/update_note", val)
|
||||
this.$store.commit("patient/update_no_save", 1)
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
saveData() {
|
||||
var prm = {}
|
||||
prm.M_PatientID = this.$store.state.patient.selected_patient.M_PatientID
|
||||
prm.M_PatientM_TitleID = this.$store.state.patient.selected_title.M_TitleID
|
||||
prm.M_PatientName = this.xpatientname
|
||||
prm.M_PatientDOB = this.xdob
|
||||
prm.M_PatientM_SexID = this.$store.state.patient.selected_sex.M_SexID
|
||||
prm.M_PatientM_ReligionID = this.$store.state.patient.selected_religion.M_ReligionID
|
||||
prm.M_PatientEmail = this.xemail
|
||||
prm.M_PatientHP = this.xhp
|
||||
prm.M_PatientPhone = this.xphone
|
||||
prm.M_PatientM_IdTypeID = this.$store.state.patient.selected_kartuidentitas.M_IdTypeID
|
||||
prm.M_PatientIDNumber = this.xnoidentitas
|
||||
prm.M_PatientNote = this.xnote
|
||||
this.$store.dispatch("patient/save", prm)
|
||||
},
|
||||
saveNewPatient() {
|
||||
var prm = {}
|
||||
prm.M_PatientID = 0
|
||||
prm.M_PatientM_TitleID = this.$store.state.patient.selected_title.M_TitleID
|
||||
prm.M_PatientName = this.xpatientname
|
||||
prm.M_PatientDOB = this.xdob
|
||||
prm.M_PatientM_SexID = this.$store.state.patient.selected_sex.M_SexID
|
||||
prm.M_PatientM_ReligionID = this.$store.state.patient.selected_religion.M_ReligionID
|
||||
prm.M_PatientEmail = this.xemail
|
||||
prm.M_PatientHP = this.xhp
|
||||
prm.M_PatientPhone = this.xphone
|
||||
prm.M_PatientM_IdTypeID = this.$store.state.patient.selected_kartuidentitas.M_IdTypeID
|
||||
prm.M_PatientIDNumber = this.xnoidentitas
|
||||
prm.M_PatientNote = this.xnote
|
||||
this.$store.dispatch("patient/newpatient", prm)
|
||||
},
|
||||
deleteData() {
|
||||
let msg = "Yakin, akan menghapus data pasien " + this.xpatientname + " ?"
|
||||
this.$store.commit("patient/update_msg_confirmation_delete", msg)
|
||||
this.$store.commit("patient/update_dialog_confirmation_delete", true)
|
||||
},
|
||||
doDeleteData() {
|
||||
var prm = {}
|
||||
prm.M_PatientID = this.$store.state.patient.selected_patient.M_PatientID
|
||||
prm.M_PatientName = this.xpatientname
|
||||
this.$store.dispatch("patient/delete", prm)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,66 @@
|
||||
<template>
|
||||
<v-menu v-model="menu2" :close-on-content-click="false" :nudge-right="40" lazy transition="scale-transition" offset-y full-width
|
||||
max-width="290px" min-width="290px">
|
||||
<v-text-field slot="activator" v-model="computedStartDateFormatted" :label=init_label persistent-hint readonly browser-autocomplete="off"></v-text-field>
|
||||
<v-date-picker v-model="init_sdate" no-title @input="menu2 = false" :max="init_max_sdate"></v-date-picker>
|
||||
</v-menu>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
props: ['label', 'date', 'data', 'max_sdate'],
|
||||
|
||||
data() {
|
||||
return {
|
||||
init_sdate: this.date && this.date != "0000-00-00" ? this.date : null, //new Date().toISOString().substr(0, 10),
|
||||
init_max_sdate: this.max_sdate ? this.max_sdate : '2999-09-09',
|
||||
dateFormatted: this.formatDate(new Date().toISOString().substr(0, 10)),
|
||||
menu1: false,
|
||||
menu2: false,
|
||||
|
||||
init_label: this.label ? this.label : 'Date',
|
||||
init_sdata: this.data ? this.data : ''
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
computedStartDateFormatted() {
|
||||
return this.formatDate(this.init_sdate)
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
init_sdate(n, o) {
|
||||
this.dateFormatted = this.formatDate(this.init_sdate)
|
||||
|
||||
this.$emit('change', {
|
||||
"old_sdate": o,
|
||||
"new_sdate": n,
|
||||
"data": this.init_sdata
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
formatDate(date) {
|
||||
if (!date) {
|
||||
return null
|
||||
}
|
||||
|
||||
const [year, month, day] = date.split('-')
|
||||
return `${day}-${month}-${year}`
|
||||
},
|
||||
parseDate(date) {
|
||||
if (!date) return null
|
||||
|
||||
const [month, day, year] = date.split('/')
|
||||
return `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`
|
||||
},
|
||||
|
||||
emitChange(n, o) {
|
||||
console.log("old:" + o)
|
||||
console.log("new:" + n)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user