簡體   English   中英

在 Web 應用程序的拖車打印機中打印 pos 收據

[英]print pos receipt in tow printer in web application

我正在使用 Web 應用程序,前端是 HTML、CSS、js、jquery、vuejs2 等。我需要打印到兩台打印機。

<table>
    <thead>
        <tr>
            <th>header</th>
        </tr>
    </thead>
    <tbody>
        <tr><td>item 1 * 150 $</td></tr>
        <tr><td>item 5 * 160 $</td></tr>
        <tr><td>item 3 * 70 $</td></tr>
        <tr><td>item 9 * 80 $</td></tr>
    </tbody>
    <tbody>
        <tr>
            <td>footer here</td>
        </tr>
    </tbody>
</table>

如果我想使用ctrl + p打印頁面,它將僅在第一台打印機中打印。 如何打印到兩台不同的打印機? 我的操作系統是 Windows 10,我的瀏覽器是 chrome,有時是邊緣 ..

好吧,從技術上講,您不能同時使用兩台打印機,因為操作系統只會將數據發送到一台打印機,甚至可能在同一台打印機上打印 2 頁。

但為什么你真的想用 2 台打印機打印。 如果您想這樣做有什么具體原因,請提及。

但也請查看此鏈接以獲取有關使用第三方網站的更多信息。

https://itstillworks.com/13331277/how-to-print-on-two-printers-at-a-time

https://bizfluent.com/info-7905752-can-two-printers-one-computer.html

https://www.foldermill.com/solutions/automatically-print-documents-on-many-printers

希望這些鏈接之一有用

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM