| | |
| | | --> |
| | | </script> |
| | | |
| | | <!-- 明细表格操作列 --> |
| | | <script type="text/html" id="operateDetl"> |
| | | <a class="layui-btn layui-btn-danger layui-btn-xs btn-delete" lay-event="delDetl">删除</a> |
| | | </script> |
| | | |
| | | <script type="text/html" id="orderNoTpl"> |
| | | {{d.docNum}} |
| | | <!-- {{# if(d.settle > 1 && d.settle !== 3){ }}--> |
| | |
| | | <table width="100%" style="border:0;border-bottom:#0C0C0C solid 2px; margin-bottom:20px;padding:0;overflow: hidden;font-size: xx-small;table-layout: fixed;"> |
| | | <tr style="height: 25px;font-size: 15px;"> |
| | | <td align="left" scope="col" colspan="1" style="width: 100px;"> |
| | | 料号: |
| | | <!-- 料号: -->批号 |
| | | </td> |
| | | <td> |
| | | {{this.matnr}} |
| | | <!-- {{this.matnr}} -->{{this.batch}} |
| | | </td> |
| | | <td align="left" scope="col" colspan="1" rowspan="4"> |
| | | <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="100px"> |
| | |
| | | </tr> |
| | | <tr style="height: 25px;font-size: 15px;"> |
| | | <td align="left" scope="col" colspan="1" style="width: 100px;"> |
| | | 商品名: |
| | | <!-- 商品名:-->包号 |
| | | </td> |
| | | <td> |
| | | {{this.maktx}} |
| | | <!-- {{this.maktx}}--> {{this.barcode}} |
| | | </td> |
| | | </tr> |
| | | <tr style="height: 25px; font-size: 15px;"> |