Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ff75d910
Commit
ff75d910
authored
May 24, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
d850b038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
83 deletions
+83
-83
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+83
-83
No files found.
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
ff75d910
...
...
@@ -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
)
{
//材料收集环节
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment