|
@@ -67,7 +67,7 @@
|
|
</nav>
|
|
</nav>
|
|
<article class="page-container" style="padding: 10px;">
|
|
<article class="page-container" style="padding: 10px;">
|
|
<div class="pd-20 cl">
|
|
<div class="pd-20 cl">
|
|
- <form action="${path}/admin/customer/save_customer" method="post" class="form form-horizontal" id="form-customer-add" onkeydown="if(event.keyCode==13)return false;">
|
|
|
|
|
|
+ <form action="${path}/admin/customer/update_customer" method="post" class="form form-horizontal" id="form-customer-add" onkeydown="if(event.keyCode==13)return false;">
|
|
|
|
|
|
<input type="hidden" id="customerId" name="customerId" value="${customerInfo.customerId!''}">
|
|
<input type="hidden" id="customerId" name="customerId" value="${customerInfo.customerId!''}">
|
|
<input type="hidden" id="customerName" name="customerName" value="">
|
|
<input type="hidden" id="customerName" name="customerName" value="">
|
|
@@ -130,7 +130,7 @@
|
|
<div class="formControls col-10 col-sm-10 skin-minimal" id="produceTypeHtml">
|
|
<div class="formControls col-10 col-sm-10 skin-minimal" id="produceTypeHtml">
|
|
<#list typeList as type>
|
|
<#list typeList as type>
|
|
<div class="radio-box">
|
|
<div class="radio-box">
|
|
- <input type="radio" id="produceType-${type_index}" name="produceType" value="${type.typeId!''}" <#if customerInfo.typeId == type.typeId>checked</#if> >
|
|
|
|
|
|
+ <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>
|
|
<label for="produceType-${type_index}">${type.typeName!''}</label>
|
|
</div>
|
|
</div>
|
|
</#list>
|
|
</#list>
|
|
@@ -202,6 +202,7 @@
|
|
<script id="describeContentText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
<script id="describeContentText" type="text/plain" style="width:983px;height:250px;"></script>
|
|
</script>
|
|
</script>
|
|
<input type="hidden" name="describeContent" id="describeContent" value="">
|
|
<input type="hidden" name="describeContent" id="describeContent" value="">
|
|
|
|
+ <input type="hidden" name="describeId" id="describeId" value="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row cl">
|
|
<div class="row cl">
|
|
@@ -285,9 +286,10 @@
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>订单信息:</label>
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>订单信息:</label>
|
|
<div class="formControls col-1 col-sm-1">
|
|
<div class="formControls col-1 col-sm-1">
|
|
|
|
|
|
- <#--<button type="button" class="btn btn-primary" id="selectOrder">搜索订单</button>-->
|
|
|
|
|
|
+ <button type="button" class="btn btn-primary" id="selectOrder">搜索订单</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <#if salesOrder??>
|
|
<div class="row cl" id="order" style="display: none;">
|
|
<div class="row cl" id="order" style="display: none;">
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<div class="formControls col-9 col-sm-9 text-c">
|
|
<div class="formControls col-9 col-sm-9 text-c">
|
|
@@ -303,28 +305,30 @@
|
|
<th style="text-align: center;">购买产品</th>
|
|
<th style="text-align: center;">购买产品</th>
|
|
<th style="text-align: center;">购买日期</th>
|
|
<th style="text-align: center;">购买日期</th>
|
|
</tr>
|
|
</tr>
|
|
|
|
+
|
|
<tr id="showOrder">
|
|
<tr id="showOrder">
|
|
- <td style="text-align: center;">${salesOrder.companyName}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.storeName}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.salesOrderId}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.salesDealCode}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.salesAddressName}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.salesAddressTel}</td>
|
|
|
|
- <td style="text-align: center;">${salesOrder.salesPayMoney}</td>
|
|
|
|
- <td style="text-align: center;">
|
|
|
|
- <#list salesOrder.salesOrderItemList as salesOrderItem>
|
|
|
|
|
|
+ <td style="text-align: center;">${salesOrder.companyName!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.storeName!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.salesOrderId!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.salesDealCode!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.salesAddressName!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.salesAddressTel!''}</td>
|
|
|
|
+ <td style="text-align: center;">${salesOrder.salesPayMoney!''}</td>
|
|
|
|
+ <td style="text-align: center;">
|
|
|
|
+ <#list salesOrder.salesOrderItemList as salesOrderItem>
|
|
${salesOrderItem.itemProductName}* ${salesOrderItem.itemNum}<br>
|
|
${salesOrderItem.itemProductName}* ${salesOrderItem.itemNum}<br>
|
|
- </#list>
|
|
|
|
- </td>
|
|
|
|
- <td style="text-align: center;">${(salesOrder.salesPayTime?string("yyyy-MM-dd HH:mm:ss"))!''}</td>
|
|
|
|
|
|
+ </#list>
|
|
|
|
+ </td>
|
|
|
|
+ <td style="text-align: center;">${(salesOrder.salesPayTime?string("yyyy-MM-dd HH:mm:ss"))!''}</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
- <input type="hidden" id="companyId" name="companyId" value="${salesOrder.salesCompanyId}" >
|
|
|
|
- <input type="hidden" id="storeId" name="storeId" value="${salesOrder.salesStoreId}" >
|
|
|
|
- <input type="hidden" id="orderId" name="salesId" value="${salesOrder.salesId}" >
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ </#if>
|
|
|
|
+ <input type="hidden" id="companyId" name="companyId" value="<#if salesOrder??>${salesOrder.salesCompanyId}</#if>">
|
|
|
|
+ <input type="hidden" id="storeId" name="storeId" value="<#if salesOrder??>${salesOrder.salesStoreId}</#if>">
|
|
|
|
+ <input type="hidden" id="orderId" name="salesId" value="<#if salesOrder??>${salesOrder.salesId}</#if>">
|
|
<div class="row cl" id="recipientInfoTitle" style="display: none;">
|
|
<div class="row cl" id="recipientInfoTitle" style="display: none;">
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>收件信息:</label>
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>收件信息:</label>
|
|
<div class="formControls col-8 col-sm-8">请先选择订单,系统自动填充姓名,电话和地址信息。</div>
|
|
<div class="formControls col-8 col-sm-8">请先选择订单,系统自动填充姓名,电话和地址信息。</div>
|
|
@@ -333,10 +337,10 @@
|
|
<div class="row cl" id="recipientInfo" style="display: none;">
|
|
<div class="row cl" id="recipientInfo" style="display: none;">
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<div class="formControls col-2 col-sm-2">
|
|
<div class="formControls col-2 col-sm-2">
|
|
- <input type="text" class="input-text" value="${customerCommon.relationBackName}" placeholder="填写收件人姓名" id="sendName" name="relationSendName" datatype="/^[\u4e00-\u9fa5]{1,20}$/" errormsg="联系人格式不正确!" >
|
|
|
|
|
|
+ <input type="text" class="input-text" value="${customerCommon.relationSendName!''}" placeholder="填写收件人姓名" id="sendName" name="relationSendName" datatype="/^[\u4e00-\u9fa5]{1,20}$/" errormsg="联系人格式不正确!" >
|
|
</div>
|
|
</div>
|
|
<div class="formControls col-2 col-sm-2">
|
|
<div class="formControls col-2 col-sm-2">
|
|
- <input type="text" class="input-text" value="${customerCommon.relationBackTel}" placeholder="填写收件人手机号" id="sendTel" name="relationSendTel" datatype="m" errormsg="联系人电话格式不正确!">
|
|
|
|
|
|
+ <input type="text" class="input-text" value="${customerCommon.relationSendTel!''}" placeholder="填写收件人手机号" id="sendTel" name="relationSendTel" datatype="m" errormsg="联系人电话格式不正确!">
|
|
</div>
|
|
</div>
|
|
<div class="formControls col-2 col-sm-2" id="postageAccount">
|
|
<div class="formControls col-2 col-sm-2" id="postageAccount">
|
|
<input type="text" class="input-text" value="${customerCommon.relationAlipay!''}" placeholder="邮费转账 支付宝账户" id="relationAlipay" name="relationAlipay" errormsg="邮费转账账户!">
|
|
<input type="text" class="input-text" value="${customerCommon.relationAlipay!''}" placeholder="邮费转账 支付宝账户" id="relationAlipay" name="relationAlipay" errormsg="邮费转账账户!">
|
|
@@ -452,7 +456,7 @@
|
|
<label class="form-label col-1 col-sm-1">TDS收集:</label>
|
|
<label class="form-label col-1 col-sm-1">TDS收集:</label>
|
|
<div class="formControls col-2 col-sm-2" style="position: relative;">
|
|
<div class="formControls col-2 col-sm-2" style="position: relative;">
|
|
<input type="hidden" name="arrcity_3word" id="arrcity_3word" value="" />
|
|
<input type="hidden" name="arrcity_3word" id="arrcity_3word" value="" />
|
|
- <input style="width: 190px;" placeholder="" class="input-text my-search-input" placeholder="请输入城市名称搜索" type="text" name="arrcity" id="arrcity" value="${index_num}" />
|
|
|
|
|
|
+ <input style="width: 190px;" placeholder="" class="input-text my-search-input" placeholder="请输入城市名称搜索" type="text" name="arrcity" id="arrcity" value="" />
|
|
<div id="suggest" class="ac_results"></div>
|
|
<div id="suggest" class="ac_results"></div>
|
|
</div>
|
|
</div>
|
|
<div class="formControls col-2 col-sm-2">
|
|
<div class="formControls col-2 col-sm-2">
|
|
@@ -462,7 +466,7 @@
|
|
</select>
|
|
</select>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
- <input type="hidden" name="customerArea" id="customerArea">
|
|
|
|
|
|
+ <input type="hidden" name="customerArea" id="customerArea" value="${customerInfo.customerArea!''}">
|
|
<div class="formControls col-2 col-sm-2">
|
|
<div class="formControls col-2 col-sm-2">
|
|
<input type="text" class="input-text" value="${customerInfo.customerInTDS!'0'}" placeholder="进水TDS数值,最大999" id="customerInTDS" name="customerInTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
<input type="text" class="input-text" value="${customerInfo.customerInTDS!'0'}" placeholder="进水TDS数值,最大999" id="customerInTDS" name="customerInTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
</div>
|
|
</div>
|
|
@@ -470,11 +474,11 @@
|
|
<input type="text" class="input-text" value="${customerInfo.customerOutTDS!'0'}" placeholder="出水TDS数值,最大999" id="customerOutTDS" name="customerOutTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
<input type="text" class="input-text" value="${customerInfo.customerOutTDS!'0'}" placeholder="出水TDS数值,最大999" id="customerOutTDS" name="customerOutTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="row cl" id="TDScollectShow" style="display: none;">
|
|
|
|
|
|
+ <div class="row cl" id="TDScollectShow" /*style="display: none;"*/>
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<label class="form-label col-1 col-sm-1"></label>
|
|
<div class="formControls col-6 col-sm-6">
|
|
<div class="formControls col-6 col-sm-6">
|
|
- <span id="DTS-address"></span>
|
|
|
|
- <span id="DTS-in"></span> <span id="DTS-out"></span>
|
|
|
|
|
|
+ <span id="DTS-address"><#if customerInfo.customerArea??>地址:${customerInfo.customerArea}</#if></span>
|
|
|
|
+ <span id="DTS-in"><#if customerInfo.customerInTDS??>进水:${customerInfo.customerInTDS} PPM</#if></span> <span id="DTS-out"><#if customerInfo.customerOutTDS??>出水:${customerInfo.customerOutTDS} PPM</#if></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row cl" id="sendAddressInfo">
|
|
<div class="row cl" id="sendAddressInfo">
|
|
@@ -509,10 +513,59 @@
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody id="back-product">
|
|
<tbody id="back-product">
|
|
-
|
|
|
|
- <tr id="">
|
|
|
|
- <td style="text-align: center;" colspan="3">请选择订单之后再选择产品</td>
|
|
|
|
- </tr>
|
|
|
|
|
|
+ <#list productList as product>
|
|
|
|
+ <tr>
|
|
|
|
+ <td width="80">
|
|
|
|
+ <input type="hidden" value="${product.productId}"><span>${product.productName}</span>
|
|
|
|
+ </td>
|
|
|
|
+ <td style="padding: 0px;text-align: center;">
|
|
|
|
+ <table style="height: 100%;">
|
|
|
|
+ <tbody>
|
|
|
|
+ <#list product.colorList as color>
|
|
|
|
+ <tr>
|
|
|
|
+ <td width="55" style="border-left: none;text-align: center;border-top: 1px solid #ddd;">
|
|
|
|
+ ${color.colorName}
|
|
|
|
+ </td>
|
|
|
|
+ <td width="45" style="border-top: 1px solid #ddd; padding: 0px;width: 25px;">
|
|
|
|
+ <input type="hidden" class="input-produce-id" value="${product.productId}">
|
|
|
|
+ <input type="hidden" class="input-color-id" value="${color.colorId}">
|
|
|
|
+ <#assign number = ""/>
|
|
|
|
+ <#list customerCommon.closedProdcues as closedProdcues>
|
|
|
|
+ <#if closedProdcues.colorId == color.colorId >
|
|
|
|
+ <#assign number = closedProdcues.closedProdcueNumber/>
|
|
|
|
+ </#if>
|
|
|
|
+ </#list>
|
|
|
|
+ <input type="text" class="input-text input-color-number number-input" style="width: 100%;border: none;text-align: center;" value="${number}" placeholder="产品数量" id="color-1-1" name="" onkeyup="keyFun($(this),999)" onpaste="keyFun($(this),999)">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </#list>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </td>
|
|
|
|
+ <td style="padding: 0px;text-align: center;">
|
|
|
|
+ <table style="height: 100%;">
|
|
|
|
+ <tbody>
|
|
|
|
+ <#list product.fittingsList as fittingsInfo>
|
|
|
|
+ <tr>
|
|
|
|
+ <td width="55" style="border-left: none;text-align: center; border-top: 1px solid #ddd;">${fittingsInfo.fittingsName}</td>
|
|
|
|
+ <td width="45" style="border-top: 1px solid #ddd;padding: 0px;width: 25px;">
|
|
|
|
+ <input type="hidden" class="input-produce-id" value="${fittingsInfo.productId}">
|
|
|
|
+ <input type="hidden" class="input-fittings-id" value="${fittingsInfo.fittingsId}">
|
|
|
|
+ <#assign number2 = ""/>
|
|
|
|
+ <#list customerCommon.closedFittings as closedFittings>
|
|
|
|
+ <#if closedFittings.fittingsId == fittingsInfo.fittingsId >
|
|
|
|
+ <#assign number2 = closedFittings.closedFittingNumber/>
|
|
|
|
+ </#if>
|
|
|
|
+ </#list>
|
|
|
|
+ <input type="text" class="input-text input-fittings-number" style="width: 100%;border: none;text-align: center;" value="${number2}" placeholder="配件数量" id="fittings-1-1" name="" onkeyup="keyFun($(this),999)" onpaste="keyFun($(this),999)">
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </#list>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </#list>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
@@ -822,7 +875,6 @@
|
|
|
|
|
|
/* 用于判断是否第一次初始化省市区-- 只在选择类型为售后时使用 */
|
|
/* 用于判断是否第一次初始化省市区-- 只在选择类型为售后时使用 */
|
|
var isInitAddress = ${customerInfo.customerIsSolve!''};
|
|
var isInitAddress = ${customerInfo.customerIsSolve!''};
|
|
-
|
|
|
|
/*初始化页面参数*/
|
|
/*初始化页面参数*/
|
|
$(function () {
|
|
$(function () {
|
|
/* 初始化单选框样式 */
|
|
/* 初始化单选框样式 */
|
|
@@ -947,16 +999,15 @@
|
|
/*用于初始化回访信息的展示*/
|
|
/*用于初始化回访信息的展示*/
|
|
function initVisitEvent(){
|
|
function initVisitEvent(){
|
|
$("input[name='customerIsVisit']").change(function (){
|
|
$("input[name='customerIsVisit']").change(function (){
|
|
- if(!isUpdate){
|
|
|
|
|
|
+
|
|
if($(this).val() == 2){
|
|
if($(this).val() == 2){
|
|
$("#needToVisit").css("display","block");
|
|
$("#needToVisit").css("display","block");
|
|
}else{
|
|
}else{
|
|
$("#needToVisit").css("display","none");
|
|
$("#needToVisit").css("display","none");
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 初始化问题描述
|
|
* 初始化问题描述
|
|
*/
|
|
*/
|
|
@@ -971,6 +1022,8 @@
|
|
if (data.returnCode == 200) {
|
|
if (data.returnCode == 200) {
|
|
var questionDescribe = data.returnMsg.questionDescribe;
|
|
var questionDescribe = data.returnMsg.questionDescribe;
|
|
$("#describeTitle").val(questionDescribe.describeTitle);
|
|
$("#describeTitle").val(questionDescribe.describeTitle);
|
|
|
|
+ $("#describeId").val(questionDescribe.describeId);
|
|
|
|
+ $("#describeHandleDesc").val(questionDescribe.describeHandleDesc);
|
|
describeContentText.addListener("ready", function () {
|
|
describeContentText.addListener("ready", function () {
|
|
describeContentText.setContent(questionDescribe.describeContent);
|
|
describeContentText.setContent(questionDescribe.describeContent);
|
|
});
|
|
});
|
|
@@ -1178,21 +1231,27 @@
|
|
|
|
|
|
/* 在选择售后类型是,直接初始化省市区,使用isInitAddress 变量来判断 */
|
|
/* 在选择售后类型是,直接初始化省市区,使用isInitAddress 变量来判断 */
|
|
if(isInitAddress == 1 || isInitAddress == 2){
|
|
if(isInitAddress == 1 || isInitAddress == 2){
|
|
-// var proId = setPro(null,2);
|
|
|
|
-// var cityId = setCity(null,proId,2);
|
|
|
|
-// setDistrict(null,cityId,2);
|
|
|
|
-// isInitAddress = 1;
|
|
|
|
- }else if(isInitAddress == 3 || isInitAddress == 4 || isInitAddress == 5 || isInitAddress == 6 || isInitAddress == 7){
|
|
|
|
- setPro(null,2); //创建省
|
|
|
|
- var proId = ${customerCommon.provinceNumber};
|
|
|
|
- $("#province option[value='"+ proId +"']").attr("selected","true"); //设置省
|
|
|
|
- setCity(null,proId,2);
|
|
|
|
- var cityId = ${customerCommon.cityNumber};
|
|
|
|
- $("#city option[value='" + cityId + "']").attr("selected","true"); //设置市
|
|
|
|
|
|
+ var proId = setPro(null,2);
|
|
|
|
+ var cityId = setCity(null,proId,2);
|
|
setDistrict(null,cityId,2);
|
|
setDistrict(null,cityId,2);
|
|
- var disId = ${customerCommon.areaNumber};
|
|
|
|
- $("#district option[value='" + disId + "']").attr("selected","true"); //设置地区
|
|
|
|
isInitAddress = 1;
|
|
isInitAddress = 1;
|
|
|
|
+ }else if(isInitAddress == 3 || isInitAddress == 4 || isInitAddress == 5 || isInitAddress == 6 || isInitAddress == 7){
|
|
|
|
+ setPro(null,2); //创建省
|
|
|
|
+ setCity(null,proId,2);
|
|
|
|
+ setDistrict(null, cityId, 2);
|
|
|
|
+ <#if customerCommon.provinceNumber?? >
|
|
|
|
+ var proId = ${customerCommon.provinceNumber!''};
|
|
|
|
+ $("#province option[value='"+ proId +"']").attr("selected","true"); //设置省
|
|
|
|
+ </#if>
|
|
|
|
+ <#if customerCommon.cityNumber?? >
|
|
|
|
+ var cityId = ${customerCommon.cityNumber!''};
|
|
|
|
+ $("#city option[value='" + cityId + "']").attr("selected", "true"); //设置市
|
|
|
|
+ </#if>
|
|
|
|
+ <#if customerCommon.areaNumber?? >
|
|
|
|
+ var disId = ${customerCommon.areaNumber!''};
|
|
|
|
+ $("#district option[value='" + disId + "']").attr("selected", "true"); //设置地区
|
|
|
|
+ isInitAddress = 1;
|
|
|
|
+ </#if>
|
|
}
|
|
}
|
|
|
|
|
|
$("#renewed").show();
|
|
$("#renewed").show();
|
|
@@ -1226,7 +1285,7 @@
|
|
$("#TDScollectShow").show();
|
|
$("#TDScollectShow").show();
|
|
$("#sendAddressInfo").show();
|
|
$("#sendAddressInfo").show();
|
|
$("#sendAddressByPhone").show();
|
|
$("#sendAddressByPhone").show();
|
|
- $("#updateProduct").hide(); //换新产品
|
|
|
|
|
|
+ $("#updateProduct").show(); //换新产品
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
visitByType(2); //需要回访
|
|
visitByType(2); //需要回访
|
|
break;
|
|
break;
|
|
@@ -1246,7 +1305,7 @@
|
|
$("#TDScollectShow").show();
|
|
$("#TDScollectShow").show();
|
|
$("#sendAddressInfo").show();
|
|
$("#sendAddressInfo").show();
|
|
$("#sendAddressByPhone").show();
|
|
$("#sendAddressByPhone").show();
|
|
- $("#updateProduct").hide();//维修产品
|
|
|
|
|
|
+ $("#updateProduct").show();//维修产品
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
visitByType(2); //需要回访
|
|
visitByType(2); //需要回访
|
|
break;
|
|
break;
|