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
34537bfa
Commit
34537bfa
authored
Oct 19, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: QYJYTC3
parent
8497799b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+15
-2
No files found.
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
34537bfa
...
@@ -1142,6 +1142,16 @@ class RegCenterOrderService {
...
@@ -1142,6 +1142,16 @@ 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 +1235,7 @@ class RegCenterOrderService {
...
@@ -1225,7 +1235,7 @@ class RegCenterOrderService {
applicationStatusList
=
deliveryContent
.
applicationStatusList
||
[];
applicationStatusList
=
deliveryContent
.
applicationStatusList
||
[];
}
}
}
}
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
)
{
//公司注册套餐1和公司注册套餐2
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3
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 +1493,16 @@ class RegCenterOrderService {
...
@@ -1483,13 +1493,16 @@ 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
if
(
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC1"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC2"
||
ab
.
consultType
&&
ab
.
consultType
==
"QYJYTC3"
)
{
//公司注册套餐1和公司注册套餐2和公司注册套餐3
if
(
ab
.
consultType
==
"QYJYTC1"
)
{
if
(
ab
.
consultType
==
"QYJYTC1"
)
{
bizTypeName
=
"企业经营套餐一"
bizTypeName
=
"企业经营套餐一"
}
}
if
(
ab
.
consultType
==
"QYJYTC2"
)
{
if
(
ab
.
consultType
==
"QYJYTC2"
)
{
bizTypeName
=
"企业经营套餐二"
bizTypeName
=
"企业经营套餐二"
}
}
if
(
ab
.
consultType
==
"QYJYTC3"
)
{
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