上下架读取商品名称
parent
79958b6c5a
commit
72481cc609
|
@ -163,7 +163,7 @@ function printview(){
|
|||
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>储位</td>
|
||||
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>流通码</td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>二维码</td>
|
||||
|
||||
<td ></td>
|
||||
</tr>
|
||||
|
|
|
@ -218,7 +218,7 @@ function downloadqrcode() {
|
|||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>拣货</td>
|
||||
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>托盘/保质期</td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>流通码</td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>二维码</td>
|
||||
|
||||
<td ></td>
|
||||
</tr>
|
||||
|
@ -238,7 +238,7 @@ function downloadqrcode() {
|
|||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>${poVal.shpGuiGe }</td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>${poVal.pickNotice }</td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'>${poVal.tinId }/${poVal.baoZhiq }</td>
|
||||
<td class=xl65 align="center" valign="middle" style='border:1.0pt solid black'><img src="rest/wmBaseController/showOrDownqrcodeByurl?qrvalue=${poVal.goodsCode }" alt="${poVal.goodsCode }" style="width:40px;height:40px;vertical-align:middle;"> </td>
|
||||
<td class=xl65 align="center" valign="middle" style='border:1.0pt solid black'><img src="rest/wmBaseController/showOrDownqrcodeByurl?qrvalue=${poVal.goodsId }" alt="${poVal.goodsId }" style="width:40px;height:40px;vertical-align:middle;"> </td>
|
||||
<td ></td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -137,14 +137,23 @@ function printview(){
|
|||
<td class=xl65 style='border:1.0pt solid black;text-align: center'> ${mdGoodsPage.gaoDanPin} </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr height=20 style='mso-height-source:userset;height:20.05pt'>
|
||||
|
||||
<td height=20 class=xl65 style='height:20.05pt;border:1.0pt solid black;text-align: center'>条码</td>
|
||||
<td height=20 class=xl65 style='height:20.05pt;border:1.0pt solid black;text-align: center'>单位</td>
|
||||
|
||||
<td colspan=3 class=xl65 style='border:1.0pt solid black;text-align: left'> ${mdGoodsPage.shpBianMa} </td>
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'> ${mdGoodsPage.shlDanWei} </td>
|
||||
<td height=20 class=xl65 style='height:20.05pt;border:1.0pt solid black;text-align: center'>保质期</td>
|
||||
|
||||
<td class=xl65 style='border:1.0pt solid black;text-align: center'> ${mdGoodsPage.bzhiQi} </td>
|
||||
|
||||
</tr>
|
||||
<%--<tr height=20 style='mso-height-source:userset;height:20.05pt'>--%>
|
||||
|
||||
<%--<td height=20 class=xl65 style='height:20.05pt;border:1.0pt solid black;text-align: center'>品牌</td>--%>
|
||||
|
||||
<%--<td colspan=3 class=xl65 style='border:1.0pt solid black;text-align: left'> ${mdGoodsPage.shpPinPai} </td>--%>
|
||||
|
||||
<%--</tr>--%>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue