在属性中的URL/HTML中用<td><font face=”宋体” size=”2″>[商品名称]</font></td>替换相应的字段
例如:
<base href="http://www.guanyierp.com/tc/delivery/logistics/dialog/"/>
<style> table, td, th {
font-size: 12px;
border-width: 1px;
border-style: solid;
border-color: #000;
border-collapse: collapse
}</style>
<table>
<tr>
<td width="30px">ID</td>
<td width="100px">商品代码</td>
<td width="100px">规格名称</td>
<td width="100px">数量</td>
</tr>
<tr id=order-item>
<td>[ID]</td>
<td><font face=”宋体” size=”2″>[[商品代码]</td>
<td><font face=”宋体” size=”2″>[[规格名称]</td>
<td><font face=”宋体” size=”2″>[[数量]</td>
</tr>
</table>