From 0b1078aeb844112d8c615fcaf0937923be7956a5 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 15 Apr 2025 10:13:17 +0800 Subject: [PATCH] 3 --- .../src/view/ticket_outer/detail.html | 98 +------------------ 1 file changed, 2 insertions(+), 96 deletions(-) diff --git a/plugs/think-plugs-ticket/src/view/ticket_outer/detail.html b/plugs/think-plugs-ticket/src/view/ticket_outer/detail.html index 439f083..7438079 100644 --- a/plugs/think-plugs-ticket/src/view/ticket_outer/detail.html +++ b/plugs/think-plugs-ticket/src/view/ticket_outer/detail.html @@ -1,8 +1,7 @@
@@ -58,100 +57,7 @@
-
-
现场核实情况
- {if $vo.verify} -
- {foreach $vo.verify as $verify} - - - - - - - - - - - - - - - - - - - - - - - -
提交时间{$verify.create_at|default=""}
核实人{$verify.staff.name|default=""}【联系方式:{$verify.staff.phone|default=""}】
核实结果{$verify.content|default=""}
图片 -
- {foreach $verify.imgs_arr as $img} - image -   - {/foreach} -
-
预估工作量{$verify.work_days|default=""}
- {/foreach} -
- {else /} -
-
- 暂无核实记录 -
-
- {/if} -
-
-
-
-
工单维修情况
- {if $vo.repair} -
- {foreach $vo.repair as $repair} - - - - - - - - - - - - - - - - - - - - - - - -
提交时间{$repair.create_at|default=""}
维修人{$repair.staff.name|default=""}【联系方式:{$repair.staff.phone|default=""}】
维修结果{$repair.content|default=""}
图片 -
- {foreach $repair.imgs_arr as $img} - image -   - {/foreach} -
-
预估工作量{$verify.work_days|default=""}
- {/foreach} -
- {else /} -
-
- 暂无维修记录 -
-
- {/if} -
+ {include file="common/ticket_flow" /}
\ No newline at end of file