Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
| 91 | </div> | 91 | </div> |
| 92 | <div class="form-group col-sm-3 col-md-2"> | 92 | <div class="form-group col-sm-3 col-md-2"> |
| 93 | <label>出生日期</label> | 93 | <label>出生日期</label> |
| 94 | <input type="text" name="birthDate" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?>"> | 94 | <input type="text" name="birthDate" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?>" onfocus="WdatePicker()"> |
| 95 | </div> | 95 | </div> |
| 96 | </div> | 96 | </div> |
| 97 | 97 | ... | ... |
-
Please register or sign in to post a comment