ERP 系统各项参数明细及扩展配置
<!--生成单据二维码-->
<div id="code" style="height:1px;"></div>
<img id="codeimg" style=" width:80px;height:80px;"/>
<!--QRcode End-->
<!-- 公司logo-->
<img src id="logo" align="bottom" style="width: 100px; "/>
<!--生成公章 此处注意 子绝父相 position:relative; 设置审核需要设置属性display:none -->
<img src id="yinzhang" style="position:absolute; width:140px; "/>
<!-- 设置二维码 -->
<img src id="ma" style="width: 100px; "/>
<!-- 设置单价不显示 -->
<td class='noprice'></td>
<!-- 设置模板中显示条码 contenteditable="true"此段表示可编辑 -->
<td class="barcode" contenteditable="true"></td>
<!-- 中文条款 -->
<div id=Term></div>
<!-- 英文条款 -->
<div id=TermEN></div>