Flatten nested repos
This commit is contained in:
71
test/vuex/hasil01/components/hasilBoxV1.vue
Normal file
71
test/vuex/hasil01/components/hasilBoxV1.vue
Normal file
@@ -0,0 +1,71 @@
|
||||
<template>
|
||||
<v-card class="fill-height" >
|
||||
<v-card-text >
|
||||
<v-autocomplete
|
||||
cache-items
|
||||
hide-no-data
|
||||
hide-details
|
||||
label="Nama Dokter"
|
||||
solo-inverted
|
||||
></v-autocomplete>
|
||||
|
||||
<v-select label="Alamat Dokter" ></v-select>
|
||||
<v-select label="Bahasa" ></v-select>
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Tanggal</th>
|
||||
<th>Jam</th>
|
||||
<th>Pemeriksaan</th>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td style = "text-align: left; padding : 5px;">12/12/2019</td>
|
||||
<td >13.30</td>
|
||||
<td >SGOT,SGPT</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td style = "text-align: left; padding : 5px;">15/12/2019</td>
|
||||
<td >16.00</td>
|
||||
<td > Urine Lengkap</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<v-spacer></v-spacer>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</template>
|
||||
<style scoped>
|
||||
.myclass {
|
||||
height:100%;
|
||||
}
|
||||
table {
|
||||
font-family: arial, sans-serif;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<script>
|
||||
module.exports = {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
71
test/vuex/hasil01/components/kirimBoxV1.vue
Normal file
71
test/vuex/hasil01/components/kirimBoxV1.vue
Normal file
@@ -0,0 +1,71 @@
|
||||
<template>
|
||||
|
||||
<v-card class="my-right fill-height">
|
||||
<v-card-text>
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Email Pasien" @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex xs12 md9 >
|
||||
<v-text-field v-model="email" :error-messages="emailErrors" label="E-mail" @input="$v.email.$touch()" @blur="$v.email.$touch()" ></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Email Dokter " @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex xs12 md9 >
|
||||
<v-text-field v-model="email" :error-messages="emailErrors" label="E-mail" @input="$v.email.$touch()" @blur="$v.email.$touch()" ></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Email Rekanan " @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex xs12 md9 >
|
||||
<v-text-field v-model="email" :error-messages="emailErrors" label="E-mail" @input="$v.email.$touch()" @blur="$v.email.$touch()" ></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Kirim Rekanan" @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex xs12 md9 >
|
||||
<v-text-field v-model="email" :error-messages="emailErrors" label="Alamat Rekanan" @input="$v.email.$touch()" @blur="$v.email.$touch()" ></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Kirim Dokter" @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
<v-flex xs12 md9 >
|
||||
<v-text-field v-model="email" :error-messages="emailErrors" label="Alamat Dokter" @input="$v.email.$touch()" @blur="$v.email.$touch()" ></v-text-field>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
<v-layout>
|
||||
<v-flex xs12 md3>
|
||||
<v-checkbox v-model="checkbox" :error-messages="checkboxErrors" label="Ambil Sendiri " @change="$v.checkbox.$touch()" @blur="$v.checkbox.$touch()" ></v-checkbox>
|
||||
</v-flex>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
|
||||
|
||||
</template>
|
||||
<style scoped>
|
||||
.my-right {
|
||||
margin-left:10px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
module.exports = {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
33
test/vuex/hasil01/components/oneFoHasilV1.vue
Normal file
33
test/vuex/hasil01/components/oneFoHasilV1.vue
Normal file
@@ -0,0 +1,33 @@
|
||||
<template>
|
||||
<v-layout row wrap>
|
||||
<v-flex xs6 fill-height class="left">
|
||||
<hasil-box> </hasil-box>
|
||||
</v-flex>
|
||||
|
||||
<v-flex xs6 class="right" fill-height>
|
||||
<kirim-box> </kirim-box>
|
||||
</v-flex>
|
||||
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.judul {
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
components : {
|
||||
'hasil-box' : httpVueLoader('./hasilBoxV1.vue'),
|
||||
'kirim-box' : httpVueLoader('./kirimBoxV1.vue'),
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user