Browse Source

挂号卡号长度

ZZhuangFW 1 month ago
parent
commit
7dd33651f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/templates/mz/registration.html

+ 2 - 2
src/main/resources/templates/mz/registration.html

@@ -147,8 +147,8 @@
                     </label>
                     <div class="col-md-8 col-sm-8 col-xs-12">
                         <div class="input-group demo2 input-group-own">
-                            <input id="cardNo" class="form-control col-md-7 col-xs-12" type="text"
-                                   data-validate-length-range="1,9"
+                                <input id="cardNo" class="form-control col-md-7 col-xs-12" type="text"
+                                   data-validate-length-range="1,14"
                                    placeholder="ID/卡号" required="required">
                             <input type='text' class="form-control hide" id='patientId'/>
                             <input type='text' class="form-control hide" id='jdFlag'/>