Commit ff75d910 by 兰国旗

laolan

parent d850b038
......@@ -1127,94 +1127,94 @@ class RegCenterOrderService {
var uappId = orderInfo.uapp_id;
var channelOrderNo = orderInfo.channelOrderNo
}
if (orderdeliveryInfo[0] && orderdeliveryInfo[0].deliveryContent) {//如果存在交付信息的话就去进行逻辑判断
deliveryContent = orderdeliveryInfo[0].deliveryContent;
} else {
if (ab.consultType == "QYJYTC1") {
bizTypeName = "企业经营套餐一"
}
if (ab.consultType == "QYJYTC2") {
bizTypeName = "企业经营套餐二"
}
// if (orderdeliveryInfo[0] && orderdeliveryInfo[0].deliveryContent) {//如果存在交付信息的话就去进行逻辑判断
// deliveryContent = orderdeliveryInfo[0].deliveryContent;
// } else {
// if (ab.consultType == "QYJYTC1") {
// bizTypeName = "企业经营套餐一"
// }
// if (ab.consultType == "QYJYTC2") {
// bizTypeName = "企业经营套餐二"
// }
switch (productType) {
case "GSZZ":
deliveryContent['GSZZ'] = {
bizType: ab.consultType,
bizTypeName: bizTypeName,
productType: productType,
productTypeName: "工商执照",
status: ab.ApplicationStatus,
statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
customerInfo: needsolutioninfo.solutionContent.customerInfo,
update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
officialFile: ab.officialFile || "",
deliveryFlowList: []
}
break;
// switch (productType) {
// case "GSZZ":
// deliveryContent['GSZZ'] = {
// bizType: ab.consultType,
// bizTypeName: bizTypeName,
// productType: productType,
// productTypeName: "工商执照",
// status: ab.ApplicationStatus,
// statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
// channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
// customerInfo: needsolutioninfo.solutionContent.customerInfo,
// update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
// officialFile: ab.officialFile || "",
// deliveryFlowList: []
// }
// break;
case "YHKH":
deliveryContent['YHKH'] = {
bizType: ab.consultType,
bizTypeName: bizTypeName,
productType: productType,
productTypeName: "银行开户",
status: ab.ApplicationStatus,
statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
officialFile: ab.officialFile || "",
deliveryFlowList: []
}
break;
// case "YHKH":
// deliveryContent['YHKH'] = {
// bizType: ab.consultType,
// bizTypeName: bizTypeName,
// productType: productType,
// productTypeName: "银行开户",
// status: ab.ApplicationStatus,
// statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
// channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
// update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
// officialFile: ab.officialFile || "",
// deliveryFlowList: []
// }
// break;
case "SWBD":
deliveryContent['SWBD'] = {
bizType: ab.consultType,
bizTypeName: bizTypeName,
productType: productType,
productTypeName: "税务报道",
status: ab.ApplicationStatus,
statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
officialFile: ab.officialFile || "",
deliveryFlowList: []
}
break;
// case "SWBD":
// deliveryContent['SWBD'] = {
// bizType: ab.consultType,
// bizTypeName: bizTypeName,
// productType: productType,
// productTypeName: "税务报道",
// status: ab.ApplicationStatus,
// statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
// channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
// update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
// officialFile: ab.officialFile || "",
// deliveryFlowList: []
// }
// break;
case "DLJZ":
deliveryContent['DLJZ'] = {
bizType: ab.consultType,
bizTypeName: bizTypeName,
productType: productType,
productTypeName: "代理记账",
status: ab.ApplicationStatus,
statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
officialFile: ab.officialFile || "",
deliveryFlowList: []
}
break;
// case "DLJZ":
// deliveryContent['DLJZ'] = {
// bizType: ab.consultType,
// bizTypeName: bizTypeName,
// productType: productType,
// productTypeName: "代理记账",
// status: ab.ApplicationStatus,
// statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
// channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
// update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
// officialFile: ab.officialFile || "",
// deliveryFlowList: []
// }
// break;
case "DZFW":
deliveryContent['DZFW'] = {
bizType: ab.consultType,
bizTypeName: bizTypeName,
productType: productType,
productTypeName: "地址服务",
status: ab.ApplicationStatus,
statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
officialFile: ab.officialFile || "",
deliveryFlowList: []
}
break;
}
}
// case "DZFW":
// deliveryContent['DZFW'] = {
// bizType: ab.consultType,
// bizTypeName: bizTypeName,
// productType: productType,
// productTypeName: "地址服务",
// status: ab.ApplicationStatus,
// statusName: this.regDeliveryStatusName[ab.ApplicationStatus],
// channelStatus: this.regDeliveryStatus[ab.ApplicationStatus],
// update_at: new Date().Format("yyyy-MM-dd hh:mm:ss"),
// officialFile: ab.officialFile || "",
// deliveryFlowList: []
// }
// break;
// }
// }
//2021-5-18 新增百度公司注册与公司注册套餐区分 start
if (ab.consultType && ab.consultType == "GSREG") {//公司注册
if (ab.ApplicationStatus == 702) {//材料收集环节
......
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