From 7a6679fff0ac197b01aa7edb940b24f09c88ed2a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 12 一月 2024 18:11:09 +0800 Subject: [PATCH] 2024-01-12 --- src/utils/utils-custom.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index d08226b..b95c0eb 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -1648,6 +1648,14 @@ } } } + + if (['pop', 'prompt', 'exec'].includes(cell.OpenType) && cell.verify && !cell.output) { + if (cell.verify.noteEnable === 'true') { + errors.push({ level: 0, detail: `鎸夐挳鈥�${cell.label}鈥濇湭璁剧疆杩斿洖鍊肩煭淇″彂閫佹棤鏁堬紒`}) + } else if (cell.verify.emailEnable === 'true') { + errors.push({ level: 0, detail: `鎸夐挳鈥�${cell.label}鈥濇湭璁剧疆杩斿洖鍊奸偖浠跺彂閫佹棤鏁堬紒`}) + } + } } if (card.$c_ac) { -- Gitblit v1.8.0