| | |
| | | <td id="StoreTime"></td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="4"> |
| | | <img id="imgBar" style="width: auto; height: auto;" /> |
| | | <td colspan="4" style="padding: 5px 0px;"> |
| | | <img id="imgBar" style="width: 100%; height: auto;" /> |
| | | </td> |
| | | </tr> |
| | | |
| | |
| | | <div style="page-break-after: always;"></div> |
| | | </div> |
| | | <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print2" |
| | | style="width: 100%;height:100%; text-align: right;padding-top: 5px;margin-left: 0%;"></div> |
| | | style="width: 100%;height:100%; text-align: right;padding-top: 15px;margin-left: 0%;"></div> |
| | | |
| | | <div class="layui-form" style="padding: 30px 15px 0px; " id="button"> |
| | | <div class="layui-form-item" style="margin-bottom:0px;"> |
| | |
| | | $("#SupplierLot" + z.toString()).html( res.data[z].SupplierLot); |
| | | |
| | | $("#ExpirationTime").attr("id", "ExpirationTime" + z.toString()); |
| | | $("#ExpirationTime" + z.toString()).html( res.data[z].ExpirationTime); |
| | | $("#ExpirationTime" + z.toString()).html( formatDate2(res.data[z].ExpirationTime)); |
| | | |
| | | |
| | | $("#StoreTime").attr("id", "StoreTime" + z.toString()); |
| | | $("#StoreTime" + z.toString()).html( res.data[z].StoreTime); |
| | | $("#StoreTime" + z.toString()).html(formatDate2(res.data[z].StoreTime)); |
| | | |
| | | $("#imgBar").attr("id", "imgBar" + z.toString()); |
| | | $("#imgBar" + z.toString()).attr("src", res.data[z].ImgStr); |
| | |
| | | document.getElementById('print2').innerHTML = ""; |
| | | document.getElementById('print2').innerHTML = labels; |
| | | $("#print2").removeClass("hideCls"); |
| | | $("#button").hide(); |
| | | //$("#button").hide(); |
| | | $("#print2").print(); |
| | | $("#button").show(); |
| | | //$("#button").show(); |
| | | $("#print2").addClass("hideCls"); |
| | | |
| | | $("#LabelStream").val(""); |