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
668018a5
Commit
668018a5
authored
May 07, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加套餐3.4.5的处理
parent
de0b900c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+22
-8
No files found.
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
668018a5
...
@@ -1142,6 +1142,17 @@ class RegCenterOrderService {
...
@@ -1142,6 +1142,17 @@ class RegCenterOrderService {
if
(
ab
.
consultType
==
"QYJYTC2"
)
{
if
(
ab
.
consultType
==
"QYJYTC2"
)
{
bizTypeName
=
"企业经营套餐二"
bizTypeName
=
"企业经营套餐二"
}
}
if
(
ab
.
consultType
==
"QYJYTC3"
)
{
bizTypeName
=
"企业经营套餐三"
}
if
(
ab
.
consultType
==
"QYJYTC4"
)
{
bizTypeName
=
"企业经营套餐四"
}
if
(
ab
.
consultType
==
"QYJYTC5"
)
{
bizTypeName
=
"企业经营套餐五"
}
//判断是否有交付信息
//判断是否有交付信息
if
(
orderdeliveryInfo
[
0
]
&&
orderdeliveryInfo
[
0
].
deliveryContent
)
{
if
(
orderdeliveryInfo
[
0
]
&&
orderdeliveryInfo
[
0
].
deliveryContent
)
{
deliveryContent
=
orderdeliveryInfo
[
0
].
deliveryContent
;
deliveryContent
=
orderdeliveryInfo
[
0
].
deliveryContent
;
...
@@ -1225,7 +1236,9 @@ class RegCenterOrderService {
...
@@ -1225,7 +1236,9 @@ class RegCenterOrderService {
applicationStatusList
=
deliveryContent
.
applicationStatusList
||
[];
applicationStatusList
=
deliveryContent
.
applicationStatusList
||
[];
}
}
}
}
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
)
{
//公司注册套餐1和公司注册套餐2
//公司注册套餐1和公司注册套餐2/3/4/5
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC5"
)
{
if
(
ab
.
productType
&&
ab
.
productType
==
"GSZZ"
)
{
//工商执照
if
(
ab
.
productType
&&
ab
.
productType
==
"GSZZ"
)
{
//工商执照
if
(
ab
.
ApplicationStatus
==
702
)
{
//材料收集环节
if
(
ab
.
ApplicationStatus
==
702
)
{
//材料收集环节
if
(
needsolutioninfo
.
solutionContent
.
status
!=
"PAID"
)
{
if
(
needsolutioninfo
.
solutionContent
.
status
!=
"PAID"
)
{
...
@@ -1483,13 +1496,14 @@ class RegCenterOrderService {
...
@@ -1483,13 +1496,14 @@ class RegCenterOrderService {
deliveryContent
.
statusName
=
this
.
regSolutionStatus
.
SUCCESS
;
deliveryContent
.
statusName
=
this
.
regSolutionStatus
.
SUCCESS
;
}
}
}
}
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
)
{
//公司注册套餐1和公司注册套餐2
//公司注册套餐1和公司注册套餐2
if
(
ab
.
consultType
==
"QYJYTC1"
)
{
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC4"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC5"
){
bizTypeName
=
"企业经营套餐一"
// if (ab.consultType == "QYJYTC1") {
}
// bizTypeName = "企业经营套餐一"
if
(
ab
.
consultType
==
"QYJYTC2"
)
{
// }
bizTypeName
=
"企业经营套餐二"
// if (ab.consultType == "QYJYTC2") {
}
// bizTypeName = "企业经营套餐二"
// }
switch
(
productType
)
{
switch
(
productType
)
{
case
"GSZZ"
:
case
"GSZZ"
:
deliveryContent
[
'GSZZ'
]
=
{
deliveryContent
[
'GSZZ'
]
=
{
...
...
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