|
@@ -14,7 +14,7 @@
|
|
|
<style>
|
|
|
.tit{position: relative;text-align: left;font-size: 16px;padding-left: 10px;}
|
|
|
.tit:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
|
|
|
- .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;color: #0000FF;}
|
|
|
+ .tit-2{position: relative;text-align: left;font-size: 16px;padding-left: 10px;color: #50a2ea;}
|
|
|
.tit-2:after{content: '';position: absolute;left: 0;top: 20%;height: 60%;width: 3px;background-color: #32a3d8;}
|
|
|
#province select{margin-right:10px; width:100px;height: 31px;-webkit-appearance:none !important;appearance:none;background: url(${path}/common/images/cm/select-1.png) right center no-repeat;background-size: auto 100%;padding-left:3px;padding-right: 25px;}
|
|
|
|
|
@@ -89,8 +89,8 @@
|
|
|
</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-4 col-sm-4"> <span class="select-box" >
|
|
|
+ <label class="form-label col-1 col-sm-1"><span class="c-red">*</span>创建客服:</label>
|
|
|
+ <div class="formControls col-2 col-sm-2"> <span class="select-box" >
|
|
|
<select name="adminId" id="adminId" class="select">
|
|
|
</select>
|
|
|
</span>
|
|
@@ -145,11 +145,11 @@
|
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" class="customerCounselType" id="customer-type-1" name="customerCounselType" value="1" >
|
|
|
- <label for="customer-type-1">售前咨询</label>
|
|
|
+ <label for="customer-type-1">售前</label>
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" class="customerCounselType" id="customer-type-2" name="customerCounselType" value="2" checked>
|
|
|
- <label for="customer-type-2">售后咨询</label>
|
|
|
+ <label for="customer-type-2">售后</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -599,10 +599,10 @@
|
|
|
<div class="row cl sendAddressInfo" id="" style="display: none;">
|
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
- <input type="text" class="input-text associated-phone" value="" placeholder="请输入手机号" id="m-phone" name="">
|
|
|
+ <input type="text" class="input-text associated-phone" value="" placeholder="输入用户手机号(发送问题回复)" id="m-phone" name="">
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2" style="width: 10%">
|
|
|
- <input type="button" class="btn btn-primary" value="发短信给用户" onclick="sendPhone('m','m-msg');">
|
|
|
+ <input type="button" class="btn btn-primary" value="发送短信" onclick="sendPhone('m','m-msg');">
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2 msg-phone">
|
|
|
<div id="m-msg" style="color: #e00"></div>
|
|
@@ -671,9 +671,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row cl" id="customerDescDiv">
|
|
|
- <label class="form-label col-1 col-sm-1"></label>
|
|
|
+ <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: 80px;"></textarea>
|
|
|
+ <textarea style="padding: 5px" type="text" placeholder="请输入客诉备注信息,最多支持50字" id="customerDesc" name="customerDesc" style="width: 100%;height: 80px;"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
|