|
@@ -36,7 +36,7 @@ function fnSearchCuring(){
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-//构建升级用户信息
|
|
|
|
|
|
+//构建升级用户信息--预计废弃
|
|
function fnGetCuringDetail(ssoid,client_id){
|
|
function fnGetCuringDetail(ssoid,client_id){
|
|
|
|
|
|
$('tbody[upMajorBox]').html('');
|
|
$('tbody[upMajorBox]').html('');
|
|
@@ -56,7 +56,7 @@ function fnGetCuringDetail(ssoid,client_id){
|
|
if(data.status==1||data.status==2){
|
|
if(data.status==1||data.status==2){
|
|
$('div[upCuringBox]').show();
|
|
$('div[upCuringBox]').show();
|
|
$('p[upCuringBox]').hide();
|
|
$('p[upCuringBox]').hide();
|
|
-
|
|
|
|
|
|
+
|
|
var objHtml=buildCuringInfo(data.detail.userInfo);
|
|
var objHtml=buildCuringInfo(data.detail.userInfo);
|
|
$('div[curingInfo] curing').html(objHtml);
|
|
$('div[curingInfo] curing').html(objHtml);
|
|
|
|
|
|
@@ -89,7 +89,7 @@ function upCuring(name,_id,username){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-//获得客户list数据
|
|
|
|
|
|
+//获得CLD客户list数据
|
|
function getClentList(){
|
|
function getClentList(){
|
|
if(!isExistence(clientname)){
|
|
if(!isExistence(clientname)){
|
|
console.log('参数错误');
|
|
console.log('参数错误');
|