From 2eee9f7acef21fb4b0b303097ac2b9cd5b891b2f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 05 四月 2025 19:50:24 +0800
Subject: [PATCH] 2025-04-05

---
 src/views/transystem/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/transystem/index.jsx b/src/views/transystem/index.jsx
index 0a79b74..4d64e4f 100644
--- a/src/views/transystem/index.jsx
+++ b/src/views/transystem/index.jsx
@@ -143,8 +143,8 @@
         } else if (item.Action === 'PopGrid') {
           cell.OpenType = 'popview'
         } else if (item.Action === 'Print') {
-          cell.OpenType = 'funcbutton'
-          cell.funcType = 'print'
+          cell.OpenType = 'innerpage'
+          cell.pageTemplate = 'billprint'
         } else if (item.Action === 'View') {
           cell.OpenType = 'popview'
         } else if (item.Action === 'Prompt' || item.Action === 'Delete') {

--
Gitblit v1.8.0