参数配置

ERP 系统各项参数明细及扩展配置

基础参数

Core

销售明细参数相关

采购明细参数相关

加工单 - 报关单

对账与发票明细参数

库存调拨 / 报损 / 报溢


扩展

<!--生成单据二维码-->
<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>