From 616d4fe43dd73aecbe12a8240aa03d481a1bd225 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 04 四月 2025 23:24:12 +0800
Subject: [PATCH] 2025-04-04

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

diff --git a/src/views/transystem/index.jsx b/src/views/transystem/index.jsx
index 8017a3d..0a79b74 100644
--- a/src/views/transystem/index.jsx
+++ b/src/views/transystem/index.jsx
@@ -147,10 +147,12 @@
           cell.funcType = 'print'
         } else if (item.Action === 'View') {
           cell.OpenType = 'popview'
-        } else if (item.Action === 'Prompt') {
+        } else if (item.Action === 'Prompt' || item.Action === 'Delete') {
           cell.OpenType = 'prompt'
         } else if (item.Action === 'ExportExcel') {
           cell.OpenType = 'excelOut'
+        } else if (item.Action === 'ExcelIn') {
+          cell.OpenType = 'excelIn'
         }
 
         if (/娣诲姞/.test(cell.label)) {
@@ -164,6 +166,9 @@
         } else if (/瀵煎叆/.test(cell.label)) {
           cell.Ot = 'notRequired'
           cell.class = 'border-dgreen'
+        } else if (/鎵爜|鎵弿/.test(cell.label)) {
+          cell.Ot = 'notRequired'
+          cell.class = 'border-green'
         } else if (cell.OpenType === 'excelOut') {
           cell.Ot = 'requiredOnce'
           cell.class = 'dgreen'
@@ -482,6 +487,10 @@
         result.push(cell)
       })
 
+      if (result.length === 1 && result[0].span === 12) {
+        result[0].span = 22
+      }
+
       result = JSON.stringify(result)
     } else if (type === 'mk_func') {
       let res = JSON.parse(textInput)

--
Gitblit v1.8.0