完善打印相关功能

去掉无用的前端文件
修改版权描述
This commit is contained in:
2021-02-26 05:52:52 +08:00
parent 37229cac4a
commit 427dabb95d
101 changed files with 442 additions and 7350 deletions
@@ -224,10 +224,10 @@
<div class="form-group">
<label for="set_col">打印方式</label>
<div class="form-text">
<select class="input-select2 form-control input-sm" id="print_type" name="print_type" data-width="100%">
<option value="">&nbsp;</option>
<select class="input-select2 form-control input-sm" id="print_type" name="print_type" data-width="100%">
<option value="html" @if($template['print_type'] == 'html') selected @endif>html</option>
<option value="stiReport" @if($template['print_type'] == 'stiReport') selected @endif>StiReport</option>
<option value="pdf" @if($template['print_type'] == 'pdf') selected @endif>pdf</option>
<option value="stiReport" @if($template['print_type'] == 'stiReport') selected @endif>stiReport</option>
</select>
</div>
</div>