| | |
| | | |
| | | <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe> |
| | | <div id="pakoutPrintBox" style="display: none"></div> |
| | | |
| | | |
| | | <!--<div id="print-contain">--> |
| | | <!-- <!– 头 –>--> |
| | | <!-- <div id="print-header">--> |
| | | <!-- <!– 左 –>--> |
| | | <!-- <div style="float: left; width: 80%">--> |
| | | <!-- <img class="template-code template-qrcode" src="{{data.barcodeUrl}}">--> |
| | | <!-- <p>XSSDSSSS-qwewqewq</p>--> |
| | | <!-- </div>--> |
| | | <!-- <!– 右 –>--> |
| | | <!-- <div style="float: left;width: 20%">--> |
| | | <!-- <div>捡货数量:<span>20</span></div>--> |
| | | <!-- </div>--> |
| | | <!-- <div style="float: left; width: 80%">--> |
| | | <!-- 客户:<span>浙江中扬立库技术有限公司</span>--> |
| | | <!-- </div>--> |
| | | <!-- <div style="float: left; width: 20%">--> |
| | | <!-- 捡货人:陆晓涛--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- <hr>--> |
| | | <!-- <!– 主体 –>--> |
| | | <!-- <div>--> |
| | | <!-- <div class="pakout-item">--> |
| | | <!-- <div class="item-header">--> |
| | | <!-- {{maktx}}--> |
| | | <!-- </div>--> |
| | | <!-- <div class="item-content">--> |
| | | <!-- <div style="float: left">{{anfme}}{{unit}}</div>--> |
| | | <!-- <div style="float: right">货位:{{locNo}}</div>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!--</div>--> |
| | | </body> |
| | | |
| | | <script type="text/template" id="pakoutPrintTpl"> |
| | | <img class="template-code template-qrcode" src="{{data.barcodeUrl}}" width="80%"> |
| | | <!-- 头 --> |
| | | <div id="print-header"> |
| | | <!-- 左 --> |
| | | <div style="float: left; width: 80%"> |
| | | <img class="template-code template-qrcode" src="{{data.barcodeUrl}}"> |
| | | <p>{{data.docNum}}</p> |
| | | </div> |
| | | <!-- 右 --> |
| | | <div style="float: left;width: 20%"> |
| | | <div>捡货数量:<span>{{data.total}}</span></div> |
| | | </div> |
| | | <div style="float: left; width: 80%"> |
| | | 客户:<span>{{data.custName}}</span> |
| | | </div> |
| | | <div style="float: left; width: 20%"> |
| | | 捡货人:{{data.workerName}} |
| | | </div> |
| | | </div> |
| | | <hr> |
| | | <!-- 主体 --> |
| | | <div> |
| | | {{#each data.list}} |
| | | <div class="pakout-item"> |
| | | <div class="item-header"> |
| | | {{maktx}} |
| | | </div> |
| | | <div class="item-content"> |
| | | <div style="float: left">{{anfme}}{{unit}}</div> |
| | | <div style="float: right">货位:{{locNo}}</div> |
| | | </div> |
| | | </div> |
| | | {{/each}} |
| | | </div> |
| | | </script> |
| | | |
| | | </html> |