Commit fdca59f4 by lujunyi

默认勾选

parent cde7fbc7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<input type="text" class="form-control" id="prescription_no" placeholder="请输入处方编号" style="width: 200px;"> <input type="text" class="form-control" id="prescription_no" placeholder="请输入处方编号" style="width: 200px;">
<div class="input-group-append"> <div class="input-group-append">
<div class="form-check" style="margin-left: 10px;"> <div class="form-check" style="margin-left: 10px;">
<input type="checkbox" class="form-check-input" id="is_eseal" name="is_eseal"> <input type="checkbox" class="form-check-input" id="is_eseal" name="is_eseal" checked>
<label class="form-check-label" for="is_eseal">带电子印章</label> <label class="form-check-label" for="is_eseal">带电子印章</label>
</div> </div>
<button class="btn btn-primary" type="button" id="search-btn" style="margin-left: 10px;"> <button class="btn btn-primary" type="button" id="search-btn" style="margin-left: 10px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment