step 31 : inputan seach instrument & assay no large screen

This commit is contained in:
sindhu
2025-03-17 12:05:54 +07:00
parent dcd84b91eb
commit 5ec7f61b05
2 changed files with 64 additions and 8 deletions

View File

@@ -43,7 +43,8 @@ document.addEventListener('alpine:init', () => {
namaInstrument: 'Instrument'
},
openInstrument: false,
openInstrumentMobile: false,
openInstrumentSearchMobile: false,
openInstrumentSearch: false,
dataInstrument: [
{
idInstrument: 1,
@@ -79,7 +80,7 @@ document.addEventListener('alpine:init', () => {
this.selectedInstrument = item;
},
onChangeInstrumentMobile(item){
this.openInstrumentMobile = false;
this.openInstrumentSearchMobile = false;
// this.selectedInstrument = item;
this.selectedInstrument = { ...item };
},