You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
<form id="add-form" class="form-horizontal form-ajax" role="form" data-toggle="validator" method="POST" action="">
|
|
<div class="form-group">
|
|
<div class="alert alert-warning-light no-margin">
|
|
工作报告信息
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-xs-12 col-sm-6">
|
|
<div class="form-group col-sm-10">
|
|
<label >报告类型:</label>
|
|
<div class="form-control">{$type}</div>
|
|
<input type="hidden" name="row[type]" value="{$type}">
|
|
</div>
|
|
</div>
|
|
|
|
{include file="qingdong/common/form_add" /}
|
|
|
|
<div class="col-xs-12 col-sm-10">
|
|
<div class="form-group col-sm-10">
|
|
<label>提醒人:</label>
|
|
{:build_select('row[reminds_id]', $staff, $staff_ids, ['class'=>'form-control selectpicker', 'multiple'=>'', 'data-rule'=>'required', 'data-live-search'=>'true'])}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group hidden layer-footer">
|
|
<div class="col-xs-2"></div>
|
|
<div class="col-xs-12 col-sm-8">
|
|
<button type="submit" class="btn btn-success btn-embossed">{:__('OK')}</button>
|
|
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|