diff --git a/globalscript/theme.js b/globalscript/theme.js index 1a943de..b5bbdb4 100644 --- a/globalscript/theme.js +++ b/globalscript/theme.js @@ -19,6 +19,7 @@ var CustomTheme = { "success-darken": "#1B5E20", white: "#FFFFFF", grey: "#9E9E9E", + "grey-lighten-2": "#E0E0E0", "grey-lighten-5": "#FAFAFA", "grey-darken-1": "#757575" }, diff --git a/status-patient/components/content.vue b/status-patient/components/content.vue index 376291d..8083b78 100644 --- a/status-patient/components/content.vue +++ b/status-patient/components/content.vue @@ -6,11 +6,12 @@

{{ $t('message.table.title') }}

-

6

+

{{ datax.length }}

@@ -23,14 +24,86 @@ + + + \ No newline at end of file + + + \ No newline at end of file diff --git a/status-patient/components/sp_dialog.vue b/status-patient/components/sp_dialog.vue new file mode 100644 index 0000000..75442bd --- /dev/null +++ b/status-patient/components/sp_dialog.vue @@ -0,0 +1,75 @@ + + + \ No newline at end of file diff --git a/status-patient/modules/store.js b/status-patient/modules/store.js index bc26017..115f616 100644 --- a/status-patient/modules/store.js +++ b/status-patient/modules/store.js @@ -78,13 +78,93 @@ const store = { } ], "no_reg_ext": "056G3C17LA" + }, + { + "xno": 2, + "xid": "132283", + "order_date": "28-08-2024 15:51", + "no_reg": "05600028LA", + "patient_name": "Ny COBA HENY", + "company_name": "PASIEN MANDIRI", + "mou_name": "PRAMITA PROMO PAKET IMLEK 2024", + "status_cito": "N", + "order_promise": "29-08-2024 12:00", + "details_order": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_sampling": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_verifications": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_process": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_result_verification": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_result_validation": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "details_print": [ + { + "ids": "1626780", + "group_name": "Fisioterapi SWD", + "group_id": "26", + "flag_nonlab": "N", + "status": "Y" + } + ], + "no_reg_ext": "056R2H68LA" } - ] + ], + total_page: 1, + sp_dialog: false, } }, mutations: { setDate(state, date) { state.date = date; + }, + setDialog(state, bool) { + state.sp_dialog = bool; } }, actions: {