mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化 合同打印提示
This commit is contained in:
parent
02552c4f23
commit
fc038c5ef7
@ -4,18 +4,23 @@
|
||||
<!-- <div class=" text-center">
|
||||
<h1><span><vc:i18n name="合同打印" namespace="printContract"></vc:i18n></span></h1>
|
||||
</div> -->
|
||||
<div class="row margin-top">
|
||||
<div class="row margin-top" v-if="printContractInfo.context">
|
||||
<div class="col-sm-12">
|
||||
<div v-html="printContractInfo.context"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row margin-top" v-else>
|
||||
<div class="col-sm-12 text-center">
|
||||
<div>此合同未设置 合同模板,请到合同类型下的合同模板中设置</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="print-btn">
|
||||
<button class="btn btn-primary float-right" type="button" v-on:click="_printContractDiv()">
|
||||
<i class="fa fa-check"></i> 打印
|
||||
</button>
|
||||
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;" v-on:click="_closePage()"><span><vc:i18n name="取消" namespace="printContract"></vc:i18n></span>
|
||||
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;" v-on:click="_closePage()"><span><vc:i18n name="关闭" namespace="printContract"></vc:i18n></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user