The maximum appointment time is greater than the minimum appointment time. Management of the class of the group exercises

Source: Internet
Author: User

/action/project/erpclub/teachmngsys/gpoperset/classdef/crud

<div class= "Form-group" >
<label class= "col-xs-2 col-sm-3 col-md-3 col-lg-3 control-label col-xs-offset-1 col-sm-offset-1 col-md-offset-1 Col-lg-offset-1 ">
Minimum advance appointment time (hours) </label>
<div class= "col-xs-8 col-sm-7 col-md-7 col-lg-7" >
<input type= "text" class= "Form-control" id= "F_allowbook" name= "F_allowbook" value= "" Maxlength= "readonly/>"
</div>
</div>
<div class= "Form-group" >
<label class= "col-xs-2 col-sm-3 col-md-3 col-lg-3 control-label col-xs-offset-1 col-sm-offset-1 col-md-offset-1 Col-lg-offset-1 ">
Early cancellation time (hours) </label>
<div class= "col-xs-8 col-sm-7 col-md-7 col-lg-7" >
<input type= "text" class= "Form-control" id= "F_allowcancel" name= "F_allowcancel" value= "" Maxlength= "readonly/" >
</div>
</div>

$ ("#f_allowbeginbook"). On (' Blur ', function () {
var f_allowbeginbook= $ (' #f_allowbeginbook '). Val ();
var f_allowbook=$ (' #f_allowbook '). Val ();
if (f_allowbeginbook<=f_allowbook&&f_allowbook!= ') {
$ (' #f_allowbeginbook '). Val (');
Alert (' Maximum appointment time cannot be less than minimum appointment time ')
}
});

$ ("#f_allowbook"). On (' Blur ', function () {
var f_allowbeginbook= $ (' #f_allowbeginbook '). Val ();
var f_allowbook=$ (' #f_allowbook '). Val ();
if (f_allowbeginbook<=f_allowbook&&f_allowbeginbook!= ') {
$ (' #f_allowbook '). Val (');
Alert (' Minimum appointment time cannot be greater than maximum appointment time ')
}
});

The maximum appointment time is greater than the minimum appointment time. Management of the class of the group exercises

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.