|
@@ -500,6 +500,8 @@ function initProcessResult(type,allCustomerInfoType){
|
|
|
$("#sendAddressByPhone").show();
|
|
|
$("#updateProduct").hide(); //换新产品
|
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
|
+ $("#sendInformationTitle").show();
|
|
|
+ $("#sendAddressSmsHtml").show();
|
|
|
visitByType(2); //需要回访
|
|
|
//$("#salesChannelsSelect").show(); //展示销售公司
|
|
|
if(customerInfoType == 1){
|
|
@@ -528,6 +530,8 @@ function initProcessResult(type,allCustomerInfoType){
|
|
|
$("#sendAddressByPhone").show();
|
|
|
$("#updateProduct").hide();//维修产品
|
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
|
+ $("#sendInformationTitle").show();
|
|
|
+ $("#sendAddressSmsHtml").show();
|
|
|
visitByType(2); //需要回访
|
|
|
//$("#salesChannelsSelect").show(); //展示销售公司
|
|
|
if(customerInfoType == 1){
|
|
@@ -588,6 +592,8 @@ function initProcessResult(type,allCustomerInfoType){
|
|
|
$("#sendAddressByPhone").show();
|
|
|
$("#updateProduct").hide();
|
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
|
+ $("#sendInformationTitle").show();
|
|
|
+ $("#sendAddressSmsHtml").show();
|
|
|
visitByType(2); //需要回访
|
|
|
//$("#salesChannelsSelect").show(); //展示销售公司
|
|
|
if(customerInfoType == 1){
|
|
@@ -617,6 +623,8 @@ function initProcessResult(type,allCustomerInfoType){
|
|
|
$("#sendAddressByPhone").show();
|
|
|
$("#updateProduct").hide();
|
|
|
$("#postageAccount").show(); //邮费转账账户
|
|
|
+ $("#sendInformationTitle").show();
|
|
|
+ $("#sendAddressSmsHtml").show();
|
|
|
visitByType(2); //需要回访
|
|
|
//$("#salesChannelsSelect").show(); //展示销售公司
|
|
|
if(customerInfoType == 1){
|