上下架读取商品名称
parent
1966ad171e
commit
705701519d
|
@ -124,7 +124,7 @@ public class WaveToDownController extends BaseController {
|
||||||
request.setAttribute("comname", ResourceUtil.getConfigByName("comname"));
|
request.setAttribute("comname", ResourceUtil.getConfigByName("comname"));
|
||||||
request.setAttribute("waveid",waveid);
|
request.setAttribute("waveid",waveid);
|
||||||
String hqlwave = "from WaveToDownEntity where waveId = ?";
|
String hqlwave = "from WaveToDownEntity where waveId = ?";
|
||||||
List<WaveToDownEntity> wmOmQmIEntityList = systemService.findHql(hql,waveid);
|
List<WaveToDownEntity> wmOmQmIEntityList = systemService.findHql(hqlwave,waveid);
|
||||||
request.setAttribute("wmOmQmIList", wmOmQmIEntityList);
|
request.setAttribute("wmOmQmIList", wmOmQmIEntityList);
|
||||||
|
|
||||||
return new ModelAndView("com/zzjee/wm/print/wavejianhuo-print");
|
return new ModelAndView("com/zzjee/wm/print/wavejianhuo-print");
|
||||||
|
|
|
@ -165,10 +165,10 @@ function downloadqrcode() {
|
||||||
<td colspan=10 height=18 width=585 style='height:13.2pt;width:438pt'></td>
|
<td colspan=10 height=18 width=585 style='height:13.2pt;width:438pt'></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr height=40 style='mso-height-source:userset;height:30.0pt'>
|
<tr height=40 style='mso-height-source:userset;height:30.0pt'>
|
||||||
<td colspan=5 height=40 class=xl67 style='height:30.0pt'><span style="font-size: 18pt">${comname}</span></td>
|
<td colspan=4 height=40 class=xl67 style='height:30.0pt'><span style="font-size: 18pt">${comname}</span></td>
|
||||||
<td colspan=4 class=xl68 width=168 style='width:126pt'>日期:${kprq}</td>
|
<td colspan=3 class=xl68 width=168 style='width:126pt'>日期:${kprq}</td>
|
||||||
<td rowspan="2" class=xl69>
|
<td rowspan="2" class=xl69>
|
||||||
<img src="rest/wmBaseController/showOrDownqrcodeByurl?qrvalue=${noticeid}" style="width:80px;height:80px;vertical-align:right">
|
<img src="rest/wmBaseController/showOrDownqrcodeByurl?qrvalue=${waveid}" style="width:80px;height:80px;vertical-align:right">
|
||||||
</td>
|
</td>
|
||||||
<%--<td rowspan="2" class=xl69>--%>
|
<%--<td rowspan="2" class=xl69>--%>
|
||||||
|
|
||||||
|
@ -177,8 +177,8 @@ function downloadqrcode() {
|
||||||
<%--</td>--%>
|
<%--</td>--%>
|
||||||
</tr>
|
</tr>
|
||||||
<tr height=40 style='mso-height-source:userset;height:30.0pt'>
|
<tr height=40 style='mso-height-source:userset;height:30.0pt'>
|
||||||
<td colspan=5 height=40 class=xl67 style='height:30.0pt'><span style="font-size: 18pt">波次拣货单</span></td>
|
<td colspan=3 height=40 class=xl67 style='height:30.0pt'><span style="font-size: 18pt">波次拣货单</span></td>
|
||||||
<td colspan=4 class=xl68 width=168 style='width:126pt'>单号:${noticeid}</td>
|
<td colspan=4 class=xl68 width=168 style='width:126pt'>单号:${waveid}</td>
|
||||||
<td colspan=1 style='mso-ignore:colspan'></td>
|
<td colspan=1 style='mso-ignore:colspan'></td>
|
||||||
</tr>
|
</tr>
|
||||||
<%--<tr height=40 style='mso-height-source:userset;height:30.0pt'>--%>
|
<%--<tr height=40 style='mso-height-source:userset;height:30.0pt'>--%>
|
||||||
|
|
Loading…
Reference in New Issue