出生日期
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| 24 | </div> | 24 | </div> |
| 25 | <div class="form-group col-sm-3 col-md-2"> | 25 | <div class="form-group col-sm-3 col-md-2"> |
| 26 | <label>出生日期</label> | 26 | <label>出生日期</label> |
| 27 | <input type="text" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?>"> | 27 | <input type="text" class="form-control input-text Wdate" value="<?=$clientInfoOutputVO->birthDate?>" onfocus="WdatePicker()"> |
| 28 | </div> | 28 | </div> |
| 29 | </div> | 29 | </div> |
| 30 | 30 | ||
| ... | @@ -127,4 +127,4 @@ | ... | @@ -127,4 +127,4 @@ |
| 127 | </div> | 127 | </div> |
| 128 | </div> | 128 | </div> |
| 129 | </div> | 129 | </div> |
| 130 | </div> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 130 | </div> | ... | ... |
-
Please register or sign in to post a comment