Commit ff75d910 by 兰国旗

laolan

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