|
|
@@ -21,35 +21,95 @@
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
<form class="form-horizontal m-t layui-form" id="commentForm" method="post" action="{:url('system/conversation')}">
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">会话超时设置:</label>
|
|
|
+ <h4 style="margin-bottom: 10px;">会话超时设置</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">在设置的时间内没有新消息产生,系统将自动关闭会话;在自动关闭前1分钟,系统会发送会话即将关闭的提示。</p>
|
|
|
+ <label class="col-sm-3 control-label">超时时间:</label>
|
|
|
<div class="input-group col-sm-1">
|
|
|
<input type="text" class="form-control" name="overtime" required="" aria-required="true" value="{$systemconfig[0]['systemconfig_data']}">
|
|
|
</div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">秒,</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <label class="col-sm-3 control-label">给与提示语:</label>
|
|
|
+ <div class="input-group col-sm-8">
|
|
|
+ <input type="text" class="form-control" name="overtimeInfo" required="" aria-required="true" value="{$systemconfig[0]['systemconfig_content']}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">访客静默设置:</label>
|
|
|
+
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">访客静默设置</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">访客开启会话框后,在设置的时间内,没有任何操作,系统将发出提示语并立即关闭对话。</p>
|
|
|
+ <label class="col-sm-3 control-label">超时时间:</label>
|
|
|
<div class="input-group col-sm-1">
|
|
|
<input type="text" class="form-control" name="unoperated" required="" aria-required="true" value="{$systemconfig[1]['systemconfig_data']}">
|
|
|
</div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">秒,</label>
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">会话时长设置:</label>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <label class="col-sm-3 control-label">给与提示语:</label>
|
|
|
+ <div class="input-group col-sm-8">
|
|
|
+ <input type="text" class="form-control" name="unoperatedInfo" required="" aria-required="true" value="{$systemconfig[1]['systemconfig_content']}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">会话时长设置</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">设置访客进入到会话结束时的时间间隔值,作为客服的质检标准。</p>
|
|
|
+ <label class="col-sm-3 control-label">标准值:</label>
|
|
|
<div class="input-group col-sm-1">
|
|
|
<input type="text" class="form-control" name="verifyAllTime" required="" aria-required="true" value="{$systemconfig[2]['systemconfig_data']}">
|
|
|
</div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">秒</label>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">会话响应时长设置</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">会话响应时长设置:</label>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">设置访客访问到客服回复的时间间隔值,作为客服的质检标准。</p>
|
|
|
+ <label class="col-sm-3 control-label">标准值:</label>
|
|
|
<div class="input-group col-sm-1">
|
|
|
<input type="text" class="form-control" name="verifyReturnTime" required="" aria-required="true" value="{$systemconfig[3]['systemconfig_data']}">
|
|
|
</div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">秒</label>
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="col-sm-3 control-label">满意度评价回合限制:</label>
|
|
|
+
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">满意度评价回合限制</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">设置会话回合数后,会话回合数低于设置的值时,访客端右上角评价按钮隐藏,所有系统邀评都不触发。</p>
|
|
|
+ <label class="col-sm-3 control-label">起始值:</label>
|
|
|
<div class="input-group col-sm-1" style="width: 45px">
|
|
|
<input type="text" class="form-control" name="round" required="" aria-required="true" value="{$systemconfig[4]['systemconfig_data']}">
|
|
|
</div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">回合</label>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">客服接待设置</h4>
|
|
|
+ <div class="ibox-title">
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">当客服服务达到上限时,顾客会进入排队等待状态。当排队人数达上限,后续不再接入顾客。</p>
|
|
|
+ <label class="col-sm-3 control-label">客服接待人数设置:</label>
|
|
|
+ <div class="input-group col-sm-1" style="width: 45px">
|
|
|
+ <input type="text" class="form-control" name="max_service" required="" aria-required="true" value="{$kfConfig['max_service']}">
|
|
|
+ </div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">人</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
+ <label class="col-sm-3 control-label">最大排队人数设置:</label>
|
|
|
+ <div class="input-group col-sm-1" style="width: 45px">
|
|
|
+ <input type="text" class="form-control" name="kfConfig_maxWait" required="" aria-required="true" value="{$kfConfig['kfConfig_maxWait']}">
|
|
|
+ </div>
|
|
|
+ <label class="control-label" style="margin-left: 20px;">人</label>
|
|
|
</div>
|
|
|
<div class="form-group" style="margin-top: 40px;">
|
|
|
<label class="col-sm-3 control-label"></label>
|