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
efb5427c
Commit
efb5427c
authored
May 24, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
316f6940
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+12
-4
No files found.
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
efb5427c
...
...
@@ -1417,6 +1417,14 @@ class RegCenterOrderService {
deliveryFlowList
=
deliveryContent
[
ab
.
productType
].
solutionFlowList
||
[];
}
else
{
//如果交付信息不存在的话就去进行赋值
let
startTime
let
endTime
if
(
ab
.
startTime
)
{
startTime
=
(
new
Date
(
ab
.
startTime
*
1000
)).
Format
(
"yyyy-MM-dd hh:mm:ss"
)
}
if
(
ab
.
startTime
){
endTime
=
(
new
Date
(
ab
.
endTime
*
1000
)).
Format
(
"yyyy-MM-dd hh:mm:ss"
)
}
if
(
ab
.
consultType
==
"QYJYTC1"
)
{
bizTypeName
=
"企业经营套餐一"
}
...
...
@@ -1476,8 +1484,8 @@ class RegCenterOrderService {
bizTypeName
:
bizTypeName
,
productType
:
productType
,
productTypeName
:
"代理记账"
,
startTime
:
ab
.
startTime
||
""
,
endTime
:
ab
.
endTime
||
""
,
startTime
:
startTime
||
""
,
endTime
:
endTime
||
""
,
status
:
ab
.
ApplicationStatus
,
statusName
:
this
.
regDeliveryStatusName
[
ab
.
ApplicationStatus
],
channelStatus
:
this
.
regDeliveryStatus
[
ab
.
ApplicationStatus
],
...
...
@@ -1493,8 +1501,8 @@ class RegCenterOrderService {
bizTypeName
:
bizTypeName
,
productType
:
productType
,
productTypeName
:
"地址服务"
,
startTime
:
ab
.
startTime
||
""
,
endTime
:
ab
.
endTime
||
""
,
startTime
:
startTime
||
""
,
endTime
:
endTime
||
""
,
status
:
ab
.
ApplicationStatus
,
statusName
:
this
.
regDeliveryStatusName
[
ab
.
ApplicationStatus
],
channelStatus
:
this
.
regDeliveryStatus
[
ab
.
ApplicationStatus
],
...
...
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