From b2788424336897bdb429d856145f768ec932d858 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 30 九月 2025 15:50:59 +0800
Subject: [PATCH] 1.委外出库条码拆分打印

---
 H5/Js/Wwck.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/H5/Js/Wwck.js b/H5/Js/Wwck.js
index 6c244fd..db46771 100644
--- a/H5/Js/Wwck.js
+++ b/H5/Js/Wwck.js
@@ -200,6 +200,8 @@
                     if (json.status == 0) {
                         //  that.modeInfo = json.data.tbBillList;
                         that.$notify({ type: 'success', message: json.message });
+                        that.$playSound('success');
+                        that.sendPrintMessage(json.data.tbBillList);
                         that.getModel();
                         that.$refs.barcode.focus();
                         that.scanInfo.barcode = null;

--
Gitblit v1.9.3