优化订单小票打印

This commit is contained in:
gyq
2026-04-08 15:06:22 +08:00
parent 8655757dd6
commit 1985713f28
19 changed files with 782 additions and 395 deletions

View File

@@ -317,7 +317,7 @@ export function handoverNetworkPrint(id) {
export function printerList(subType = "") {
return request({
method: "get",
url: "/account/admin/printer",
url: "/account/admin/printer/getPrintLocal",
params: {
name: "",
subType: subType,