|
|
@@ -2,14 +2,15 @@
|
|
|
<html lang="zh">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>质量巡检单生成助手</title>
|
|
|
+ <title>巡检助手</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link rel="stylesheet" href="/public/css/bootstrap/bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="/public/css/wap/main.css">
|
|
|
<link rel="stylesheet" href="/public/css/toast.css">
|
|
|
<link rel="stylesheet" href="/public/css/font-awesome/font-awesome.min.css">
|
|
|
<link rel="stylesheet" href="/public/css/toastr.css">
|
|
|
- <link rel="shortcut icon" href="/public/images/favicon.ico">
|
|
|
+ <link rel="apple-touch-icon-precomposed" href="/public/images/logo.png">
|
|
|
+ <link rel="shortcut icon" href="/public/images/logo.png">
|
|
|
<style>
|
|
|
body,
|
|
|
html {
|
|
|
@@ -206,7 +207,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container mb-3 px-0">
|
|
|
- <h5 class="text-center py-2 xj-title mb-0">质量巡检单生成助手</h5>
|
|
|
+ <h5 class="text-center py-2 xj-title mb-0">巡检助手</h5>
|
|
|
<div id="chat-box" class="chat-box mb-3">
|
|
|
<div id="messages"></div>
|
|
|
<!-- 表单预览卡片 -->
|
|
|
@@ -287,7 +288,7 @@
|
|
|
$('#messages').append($message);
|
|
|
$chatBox.scrollTop($chatBox[0].scrollHeight);
|
|
|
};
|
|
|
- appendMessage("👋 嗨,我是质量巡检单生成助手,告诉我项目名称可以帮你快速生成巡检单", "ai", 'mt-3');
|
|
|
+ appendMessage("👋 嗨,我是巡检助手,告诉我项目名称可以帮你快速生成巡检单", "ai", 'mt-3');
|
|
|
const updatePreviewForm = (data) => {
|
|
|
$('#field-check_item').text(data.check_item || '—');
|
|
|
$('#field-check_situation').text(data.check_situation || '—');
|