|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label is-required">会议时间:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control m-b" placeholder="请选择会议时间" name="meetingTime"></input>
|
|
|
|
|
<input type="text" class="form-control m-b" required placeholder="请选择会议时间" name="meetingTime"></input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -81,12 +81,12 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-2 control-label is-required">上传文件:</label>
|
|
|
|
|
<label class="col-sm-2 control-label">上传文件:</label>
|
|
|
|
|
<div class="fileinput fileinput-new col-sm-10" data-provides="fileinput">
|
|
|
|
|
<span class="btn btn-white btn-file">
|
|
|
|
|
<span class="fileinput-new">选择文件</span>
|
|
|
|
|
<span class="fileinput-exists">更改</span>
|
|
|
|
|
<input type="file" id="fileUrlId" name="..." required>
|
|
|
|
|
<input type="file" id="fileUrlId" name="..." >
|
|
|
|
|
<input type="hidden" id="fileUrl" name="fileUrl">
|
|
|
|
|
<input type="hidden" id="fileName" name="fileName">
|
|
|
|
|
</span>
|
|
|
|
|