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 @@