@@ -139,7 +139,7 @@ <h2>Options</h2>
139139 < div class ="row ">
140140 < label class ="col-5 col-form-label "> groupId</ label >
141141 < div class ="col-7 pt-2 ">
142- < input class ="form-control form-control-sm " type ="text " value ="group1 "
142+ < input class ="form-control form-control-sm " type ="text " value ="group1 " v-model =" groupId "
143143 :readonly ="toDateFromDate == '0' " v-on:change ="optionChange('groupId', $event.target.value) ">
144144 </ div >
145145 </ div >
@@ -239,9 +239,9 @@ <h2>Options</h2>
239239 < input class ="form-control form-control-sm " type ="text " v-model ="holidays[index] "
240240 v-on:change ="dateChange('holidays', $event) " />
241241 </ div >
242- < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addItem ('holidays') "> + </ button >
242+ < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addDateItem ('holidays') "> + </ button >
243243
244- < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeItem ('holidays') "> - </ button >
244+ < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeDateItem ('holidays') "> - </ button >
245245 </ div >
246246 </ div >
247247 < hr >
@@ -253,9 +253,9 @@ <h2>Options</h2>
253253 < input class ="form-control form-control-sm " type ="text " v-model ="specialDates[index] "
254254 v-on:change ="dateChange('specialDates', $event) " />
255255 </ div >
256- < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addItem ('specialDates') "> + </ button >
256+ < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addDateItem ('specialDates') "> + </ button >
257257
258- < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeItem ('specialDates') "> -
258+ < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeDateItem ('specialDates') "> -
259259 </ button >
260260 </ div >
261261 </ div >
@@ -268,10 +268,10 @@ <h2>Options</h2>
268268 < input class ="form-control form-control-sm " type ="text " v-model ="disabledDates[index] "
269269 v-on:change ="dateChange('disabledDates', $event) " />
270270 </ div >
271- < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addItem ('disabledDates') "> +
271+ < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addDateItem ('disabledDates') "> +
272272 </ button >
273273
274- < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeItem ('disabledDates') "> -
274+ < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeDateItem ('disabledDates') "> -
275275 </ button >
276276 </ div >
277277 </ div >
@@ -284,9 +284,9 @@ <h2>Options</h2>
284284 < input class ="form-control form-control-sm " type ="text " v-model ="disabledDays[index] "
285285 v-on:change ="dateChange('disabledDays', $event) " />
286286 </ div >
287- < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addItem ('disabledDays') "> + </ button >
287+ < button class ="btn btn-sm btn-primary " type ="button " v-on:click ="addDateItem ('disabledDays') "> + </ button >
288288
289- < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeItem ('disabledDays') "> -
289+ < button class ="btn btn-sm btn-danger " type ="button " v-on:click ="removeDateItem ('disabledDays') "> -
290290 </ button >
291291 </ div >
292292 </ div >
@@ -317,7 +317,7 @@ <h3 :hidden="toDateFromDate == '0'">To Date</h3>
317317 < div class ="col-12 " :hidden ="inLine == '0' || modalMode == '1' ">
318318 < div class ="row justify-content-md-center ">
319319 < div class ="col-5 ">
320- < h3 :hidden ="toDateFromDate == '0' " hidden > From Date</ h3 >
320+ < h3 :hidden ="toDateFromDate == '0' "> From Date</ h3 >
321321 < div class ="border mb-3 " data-name ="in-line-dtp1 "> </ div >
322322 < div class ="row g-0 ">
323323 < div class ="col-6 ">
0 commit comments