|
@@ -137,6 +137,9 @@
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1">客户信息:</label>
|
|
|
<div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
+ <input type="text" class="input-text trim_input" placeholder="微信昵称" id="customerWechatName" name="customerWechatName" value="${customerInfo.customerWechatName!''}">
|
|
|
+ </div>
|
|
|
+ <div class="formControls col-2 col-sm-2 skin-minimal">
|
|
|
<input type="text" class="input-text" placeholder="用户姓名" id="customerName" name="customerName" value="${customerInfo.customerName!''}">
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2 skin-minimal">
|
|
@@ -191,26 +194,27 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="row cl">
|
|
|
- <#--处理描述 - 客诉备注-->
|
|
|
- <label class="form-label col-1 col-sm-1">问题描述:</label>
|
|
|
+ <label class="form-label col-1 col-sm-1"><span class="c-red">*</span>问题回复:</label>
|
|
|
<div class="formControls col-5 col-sm-5">
|
|
|
- <span>问题描述详情,内部使用,不会对外公布。</span>
|
|
|
- <script id="describeHandleDescText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
+ <input type="hidden" name="questionId" id="questionId" value="${customerInfo.questionId!''}">
|
|
|
+ <script id="describeContentText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
</script>
|
|
|
- <input type="hidden" id="describeHandleDesc" name="describeHandleDesc" value="">
|
|
|
+ <input type="hidden" name="describeContent" id="describeContent" value="">
|
|
|
+ <input type="hidden" name="describeId" id="describeId" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="row cl">
|
|
|
- <label class="form-label col-1 col-sm-1"><span class="c-red">*</span>问题回复:</label>
|
|
|
+ <#--处理描述 - 客诉备注-->
|
|
|
+ <label class="form-label col-1 col-sm-1">问题描述:</label>
|
|
|
<div class="formControls col-5 col-sm-5">
|
|
|
- <input type="hidden" name="questionId" id="questionId" value="${customerInfo.questionId!''}">
|
|
|
- <script id="describeContentText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
+ <span>问题描述详情,内部使用,不会对外公布。</span>
|
|
|
+ <script id="describeHandleDescText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
</script>
|
|
|
- <input type="hidden" name="describeContent" id="describeContent" value="">
|
|
|
- <input type="hidden" name="describeId" id="describeId" value="">
|
|
|
+ <input type="hidden" id="describeHandleDesc" name="describeHandleDesc" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
<div class="formControls col-2 col-sm-2">
|