打印单据

master
cez 2021-12-12 22:11:19 +08:00
parent b869cea022
commit a01dabab1c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<t:datagrid singleSelect="true" name="mvGoodsList" checkbox="true" pagination="true" fitColumns="false" title="商品视图" actionUrl="mvGoodsController.do?datagrid" idField="goodsCode" fit="true" queryMode="group">
<t:dgCol title="货主" field="cusCode" queryMode="single" width="50"></t:dgCol>
<t:dgCol title="商品" field="goodsCode" queryMode="single" width="80"></t:dgCol>
<t:dgCol title="sku" field="sku" queryMode="single" width="80"></t:dgCol>
<t:dgCol title="sku" field="sku" query="true" queryMode="single" width="80"></t:dgCol>
<t:dgCol title="商品名" field="goodsName" query="true" queryMode="single" width="280"></t:dgCol>
<t:dgCol title="单位" field="shlDanWei" queryMode="group" width="50"></t:dgCol>
<t:dgCol title="温层" field="cfWenCeng" queryMode="group" width="50"></t:dgCol>

View File

@ -183,7 +183,7 @@
<c:forEach items="${listitem}" var="poVal" varStatus="stuts">
<tr style='mso-height-source:userset;height:30px'>
<td class=xl65 style='border:1.0pt solid black;text-align: center'><span style="font-size: 18pt">${poVal.item01 }</span> </td>
<td class=xl65 style='border:1.0pt solid black;text-align: center;word-break:break-all;'><span style="font-size: 18pt">${poVal.item01 }</span> </td>
<%--<td height=33 class=xl65 style='height:25.05pt;border:1.0pt solid black;text-align: center'>${poVal.goodsCode }</td>--%>
<td class=xl65 style='border:1.0pt solid black;text-align: center;word-break:break-all;'><span style="font-size: 18pt">${poVal.item02 }</span></td>
<td class=xl65 style='border:1.0pt solid black;text-align: center'><span style="font-size: 18pt">${poVal.item11}</span></td>