From 111ecf37c4a9864a8be64bf13ac86b20a29b5629 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 23 Mar 2025 21:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/controller/api/auth/TicketView.php | 3 +++ .../src/view/common/ticket_flow.html | 12 ++++++++++++ plugs/think-plugs-ticket/src/view/view/detail.html | 12 ++++++++++++ 3 files changed, 27 insertions(+) diff --git a/plugs/think-plugs-inspection/src/controller/api/auth/TicketView.php b/plugs/think-plugs-inspection/src/controller/api/auth/TicketView.php index 2118502..c19e88b 100644 --- a/plugs/think-plugs-inspection/src/controller/api/auth/TicketView.php +++ b/plugs/think-plugs-inspection/src/controller/api/auth/TicketView.php @@ -39,6 +39,9 @@ class TicketView extends Auth $data = $this->_vali([ 'ticket_id.require' => '工单ID不能为空', 'content.require' => '工单内容不能为空', + 'gc_content.default' => '', + 'zf_content.default' => '', + 'ys_content.default' => '', 'is_error.in:0,1' => '请选择是否有异常', 'imgs.default' => '', 'work_days.default' => '', diff --git a/plugs/think-plugs-ticket/src/view/common/ticket_flow.html b/plugs/think-plugs-ticket/src/view/common/ticket_flow.html index 9780b3f..ffcff35 100644 --- a/plugs/think-plugs-ticket/src/view/common/ticket_flow.html +++ b/plugs/think-plugs-ticket/src/view/common/ticket_flow.html @@ -74,6 +74,18 @@ 核验结果描述 {$view.content|default=""} + + 工程内容 + {$vo.gc_content|default=""} + + + 做法及质量要求 + {$vo.zf_content|default=""} + + + 工程预算 + {$vo.ys_content|default=""} + 核验图片 diff --git a/plugs/think-plugs-ticket/src/view/view/detail.html b/plugs/think-plugs-ticket/src/view/view/detail.html index 9ae3992..1bdf559 100644 --- a/plugs/think-plugs-ticket/src/view/view/detail.html +++ b/plugs/think-plugs-ticket/src/view/view/detail.html @@ -129,6 +129,18 @@ 核验结果描述 {$vo.content|default=""} + + 工程内容 + {$vo.gc_content|default=""} + + + 做法及质量要求 + {$vo.zf_content|default=""} + + + 工程预算 + {$vo.ys_content|default=""} + 核验图片