add button detail func mockup
This commit is contained in:
@@ -10,6 +10,7 @@ const store = {
|
||||
kelpelanggan: "PASIEN MANDIRI",
|
||||
nama: "Tn. Alpha",
|
||||
status: "New",
|
||||
doneCall: "N",
|
||||
},
|
||||
{
|
||||
tanggal: "31-07-2024",
|
||||
@@ -17,6 +18,7 @@ const store = {
|
||||
kelpelanggan: "PASIEN KLINISI",
|
||||
nama: "Tn. Beta",
|
||||
status: "New",
|
||||
doneCall: "N",
|
||||
},
|
||||
{
|
||||
tanggal: "30-07-2024",
|
||||
@@ -24,6 +26,7 @@ const store = {
|
||||
kelpelanggan: "PASIEN KLINISI",
|
||||
nama: "Tn. Gamma",
|
||||
status: "New",
|
||||
doneCall: "N",
|
||||
},
|
||||
],
|
||||
selected_patients: {
|
||||
@@ -39,15 +42,20 @@ const store = {
|
||||
{
|
||||
specimen: "EDTA Rutin",
|
||||
barcode: "055000035LSE1A",
|
||||
requirement: "",
|
||||
sDate: new Date(),
|
||||
eDate: "",
|
||||
},
|
||||
{
|
||||
specimen: "EDTA Rutin",
|
||||
barcode: "0550000AA223FF",
|
||||
requirement: "",
|
||||
sDate: new Date(),
|
||||
eDate: "",
|
||||
},
|
||||
],
|
||||
jenis: ["DARAH", "SWAB/SEKRET" ]
|
||||
},
|
||||
|
||||
pemeriksaan: [
|
||||
"Hematologi Lengkap", "Golongan Darah Rhesus", "Kultur Usap Tenggorokan (Vitek)",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user