Commit 82b9242c by 陈思聪

fix:易名渠道直购订单

parent 46b0fb4c
......@@ -345,7 +345,18 @@ class UtilsNeedSve extends AppServiceBase {
break;
}
}
pobj.province = pobj.area;
if(pobj.appInfo.uapp_id == "52"){ // 易名渠道
if(pobj.consultType =='5'){ // ICP 申请
pobj.province = pobj.area + '-申请';
}else if(pobj.consultType =="7"){ // EDI 申请
pobj.province = pobj.area + '-申请';
}else{
pobj.province = pobj.area;
}
}else{
pobj.province = pobj.area;
}
} else {
var sobj = {
"actionType": "getItemByChannelSolutionNo",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment