|
@@ -53,7 +53,8 @@
|
|
|
.msg-phone{height: 35px;line-height: 35px; }
|
|
|
|
|
|
/*用于邮寄信息的css*/
|
|
|
- .youxi_xinxi{width: 980px}
|
|
|
+ .youxi_xinxi{}
|
|
|
+ .col-sm-1{width: 150px;}
|
|
|
</style>
|
|
|
<title>修改客诉 - 客诉管理 - RST</title>
|
|
|
</head>
|
|
@@ -105,17 +106,17 @@
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-4" name="customerSourceType" value="4" <#if customerInfo.customerSourceType == 4 >checked</#if>>
|
|
|
<label for="tel-4">QQ群</label>
|
|
|
- <input type="text" class="input-text trim_input customerSourceType_text_4" value="<#if customerInfo.customerSourceType == 4 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">
|
|
|
+ <#--<input type="text" class="input-text trim_input customerSourceType_text_4" value="<#if customerInfo.customerSourceType == 4 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">-->
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-5" name="customerSourceType" value="5" <#if customerInfo.customerSourceType == 5 >checked</#if>>
|
|
|
<label for="tel-5">微信群</label>
|
|
|
- <input type="text" class="input-text trim_input customerSourceType_text_5" value="<#if customerInfo.customerSourceType == 5 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">
|
|
|
+ <#--<input type="text" class="input-text trim_input customerSourceType_text_5" value="<#if customerInfo.customerSourceType == 5 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">-->
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-6" name="customerSourceType" value="6" <#if customerInfo.customerSourceType == 6 >checked</#if>>
|
|
|
<label for="tel-6">个人微信</label>
|
|
|
- <input type="text" class="input-text trim_input customerSourceType_text_6" value="<#if customerInfo.customerSourceType == 6 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">
|
|
|
+ <#--<input type="text" class="input-text trim_input customerSourceType_text_6" value="<#if customerInfo.customerSourceType == 6 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">-->
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-7" name="customerSourceType" value="7" <#if customerInfo.customerSourceType == 7 >checked</#if>>
|
|
@@ -124,12 +125,20 @@
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-3" name="customerSourceType" value="3" <#if customerInfo.customerSourceType == 3 >checked</#if>>
|
|
|
<label for="tel-3">其他</label>
|
|
|
- <input type="text" class="input-text trim_input customerSourceType_text_3" value="<#if customerInfo.customerSourceType == 3 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">
|
|
|
+ <#--<input type="text" class="input-text trim_input customerSourceType_text_3" value="<#if customerInfo.customerSourceType == 3 >${customerInfo.customerSource!''}</#if>" style="width: 100px;">-->
|
|
|
</div>
|
|
|
<#--<input type="text" style="width: 321px;margin-left: 10px; <#if customerInfo.customerSourceType != 3 >display: none;</#if>" class="input-text" value="${customerInfo.customerSource!''}" placeholder="" id="customerSourceOld" name="customerSourceOld" placeholder="">-->
|
|
|
- <input type="hidden" value="" placeholder="" id="customerSource" name="customerSource" >
|
|
|
+ <#--<input type="hidden" value="" placeholder="" id="customerSource" name="customerSource" >-->
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-1 col-sm-1">来源描述:</label>
|
|
|
+ <div class="formControls col-4 col-sm-4 skin-minimal customerSourceType_text_all">
|
|
|
+ <input type="text" class="input-text trim_input" value="${customerInfo.customerSource!''}" placeholder="来源入口描述" id="customerSource" name="customerSource">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>咨询类型:</label>
|
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
@@ -149,7 +158,7 @@
|
|
|
<input type="hidden" id="typeCompany" name="typeCompany" value="">
|
|
|
<div class="formControls col-10 col-sm-10 skin-minimal" id="produceTypeHtml">
|
|
|
<#list typeList as type>
|
|
|
- <div class="radio-box">
|
|
|
+ <div class="radio-box" style="width: 180px;">
|
|
|
<input type="radio" id="produceType-${type_index}" name="typeId" typeCompany="${type.typeCompany}" value="${type.typeId!''}" <#if customerInfo.typeId == type.typeId>checked</#if> >
|
|
|
<label for="produceType-${type_index}">${type.typeName!''}</label>
|
|
|
</div>
|
|
@@ -235,7 +244,7 @@
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
<div class="clearfix">
|
|
|
- <input type="text" placeholder="搜索关键词" class="input-text ac_input" name="questionIdMsg" value="" id="search_text" autocomplete="off" style="width:60%"><button type="button" class="btn btn-primary" id="search_button">搜索</button>
|
|
|
+ <input type="text" placeholder="搜索关键词" class="input-text ac_input" name="questionIdMsg" value="" id="search_text" autocomplete="off" style="width:66%"><button type="button" class="btn btn-primary" style="width: 32%;" id="search_button">搜索</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -255,16 +264,16 @@
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>问题标题:</label>
|
|
|
- <div class="formControls col-5 col-sm-5">
|
|
|
- <input type="text" class="input-text" style="width: 625px;" name="describeTitle" id="describeTitle" datatype="*1-50" errormsg="问题标题不正确!" value="" >
|
|
|
+ <div class="formControls col-6 col-sm-6">
|
|
|
+ <input type="text" class="input-text" name="describeTitle" id="describeTitle" datatype="*1-50" errormsg="问题标题不正确!" value="" >
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="row cl">
|
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>问题回复:</label>
|
|
|
- <div class="formControls col-5 col-sm-5">
|
|
|
+ <div class="formControls col-9 col-sm-9">
|
|
|
<input type="hidden" name="questionId" id="questionId" value="${customerInfo.questionId!''}">
|
|
|
- <script id="describeContentText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
+ <script id="describeContentText" type="text/plain" style="width:100%;height:250px;"></script>
|
|
|
</script>
|
|
|
<input type="hidden" name="describeContent" id="describeContent" value="">
|
|
|
<input type="hidden" name="describeId" id="describeId" value="">
|
|
@@ -274,9 +283,9 @@
|
|
|
<div class="row cl">
|
|
|
<#--处理描述 - 客诉备注-->
|
|
|
<label class="form-label col-1 col-sm-1">问题描述:</label>
|
|
|
- <div class="formControls col-5 col-sm-5">
|
|
|
+ <div class="formControls col-9 col-sm-9">
|
|
|
<span>问题描述详情,内部使用,不会对外公布。</span>
|
|
|
- <script id="describeHandleDescText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
|
+ <script id="describeHandleDescText" type="text/plain" style="width:100%;height:250px;"></script>
|
|
|
</script>
|
|
|
<input type="hidden" id="describeHandleDesc" name="describeHandleDesc" value="">
|
|
|
</div>
|
|
@@ -493,13 +502,13 @@
|
|
|
${closedProdcues.closedColorName!""}
|
|
|
</td>
|
|
|
<td style="text-align: center;">
|
|
|
- ${closedProdcues.closedProdcueNumber!""}
|
|
|
+ <input type="text" style="width: 100%;border: none;text-align: center;" class="input-text input-number input-itemNum" value="${closedProdcues.closedProdcueNumber!"0"}" placeholder="产品数量" onkeyup="keyFun($(this),999,1)" onpaste="keyFun($(this),999,1)">
|
|
|
</td>
|
|
|
<td style="text-align: center;">
|
|
|
<input type="hidden" class="input-produce-id" value="${closedProdcues.productId}">
|
|
|
<input type="hidden" class="input-fc-id" value="${closedProdcues.colorId}">
|
|
|
<input type="hidden" class="input-69code" value="${closedProdcues.colorBar}">
|
|
|
- <input type="text" class="input-text input-number" style="width: 100%;border: none;text-align: center;" value="${closedProdcues.closedProdcueMachineNo!""}" placeholder="机器编号" name="" id="item-${closedProdcues.productId}-${closedProdcues.colorId}" number="${closedProdcues.closedProdcueNumber}" itemIsSource="1" onkeyup="keyFunString($(this),30)" onpaste="keyFunString($(this),30)" >
|
|
|
+ <input type="text" class="input-text input-number input-code" style="width: 100%;border: none;text-align: center;" value="${closedProdcues.closedProdcueMachineNo!""}" placeholder="机器编号" name="" id="item-${closedProdcues.productId}-${closedProdcues.colorId}" number="${closedProdcues.closedProdcueNumber}" itemIsSource="1" onkeyup="keyFunString($(this),30)" onpaste="keyFunString($(this),30)" >
|
|
|
</td>
|
|
|
</tr>
|
|
|
</#list>
|
|
@@ -667,7 +676,7 @@
|
|
|
|
|
|
<div class="row cl" id="sendAddressInfo">
|
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>寄回信息:</label>
|
|
|
- <div class="formControls col-5 col-sm-5" style="height: 250px" id="sendAddressSmsHtml">
|
|
|
+ <div class="formControls col-9 col-sm-9" style="height: 250px" id="sendAddressSmsHtml">
|
|
|
<#-- <script id="sendAddressSms" type="text/plain" style="width:983px;height:200px;"></script>
|
|
|
</script>-->
|
|
|
</div>
|
|
@@ -685,8 +694,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" id="customerDescDiv">
|
|
|
- <label class="form-label col-1 col-sm-1">备注:</label>
|
|
|
- <div class="col-5 col-sm-5">
|
|
|
+ <label class="form-label col-1 col-sm-1">备注信息:</label>
|
|
|
+ <div class="col-9 col-sm-9">
|
|
|
<textarea type="text" placeholder="" id="customerDesc" name="customerDesc" style="width: 100%;height: 100px;">${customerInfo.customerDesc!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|