Showing
1 changed file
with
2 additions
and
2 deletions
@@ -40,12 +40,12 @@ | @@ -40,12 +40,12 @@ | ||
40 | <div class="col-sm-3"> | 40 | <div class="col-sm-3"> |
41 | <input type="text" class="form-control" jsaction="date:end:endOperateTime" | 41 | <input type="text" class="form-control" jsaction="date:end:endOperateTime" |
42 | id="beginOperateTime" required placeholder="营业期限开始时间" | 42 | id="beginOperateTime" required placeholder="营业期限开始时间" |
43 | - value="<%data.beginOperateTime%>" readonly style="background-color: #fff"> | 43 | + value="<%data.beginOperateTime%>" style="background-color: #fff"> |
44 | </div> | 44 | </div> |
45 | <div class="col-sm-3"> | 45 | <div class="col-sm-3"> |
46 | <input type="text" class="form-control" jsaction="date:start:beginOperateTime" | 46 | <input type="text" class="form-control" jsaction="date:start:beginOperateTime" |
47 | id="endOperateTime" required placeholder="营业期限结束时间" | 47 | id="endOperateTime" required placeholder="营业期限结束时间" |
48 | - value="<%data.endOperateTime%>" readonly style="background-color: #fff"> | 48 | + value="<%data.endOperateTime%>" style="background-color: #fff"> |
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |
51 | 51 |
-
Please register or login to post a comment