Commit 31069944 by 陈思聪

fix: QYJYTC4

parent 34537bfa
......@@ -1235,7 +1235,7 @@ class RegCenterOrderService {
applicationStatusList = deliveryContent.applicationStatusList || [];
}
}
if (ab.consultType && ab.consultType == "QYJYTC1" || ab.consultType && ab.consultType == "QYJYTC2" || ab.consultType && ab.consultType == "QYJYTC3") {//公司注册套餐1和公司注册套餐2和公司注册套餐3
if (ab.consultType && ab.consultType == "QYJYTC1" || ab.consultType && ab.consultType == "QYJYTC2" || ab.consultType && ab.consultType == "QYJYTC3" || ab.consultType && ab.consultType == "QYJYTC4") {//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4
if (ab.productType && ab.productType == "GSZZ") {//工商执照
if (ab.ApplicationStatus == 702) {//材料收集环节
if (needsolutioninfo.solutionContent.status != "PAID") {
......@@ -1493,7 +1493,7 @@ class RegCenterOrderService {
deliveryContent.statusName = this.regSolutionStatus.SUCCESS;
}
}
if (ab.consultType && ab.consultType == "QYJYTC1" || ab.consultType && ab.consultType == "QYJYTC2" || ab.consultType && ab.consultType == "QYJYTC3") {//公司注册套餐1和公司注册套餐2和公司注册套餐3
if (ab.consultType && ab.consultType == "QYJYTC1" || ab.consultType && ab.consultType == "QYJYTC2" || ab.consultType && ab.consultType == "QYJYTC3" || ab.consultType && ab.consultType == "QYJYTC4") {//公司注册套餐1和公司注册套餐2和公司注册套餐3和公司注册套餐4
if (ab.consultType == "QYJYTC1") {
bizTypeName = "企业经营套餐一"
}
......@@ -1503,6 +1503,9 @@ class RegCenterOrderService {
if (ab.consultType == "QYJYTC3") {
bizTypeName = "企业经营套餐三"
}
if (ab.consultType == "QYJYTC4") {
bizTypeName = "企业经营套餐四"
}
switch (productType) {
case "GSZZ":
deliveryContent['GSZZ'] = {
......
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