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
9ddf34bc
Commit
9ddf34bc
authored
Dec 27, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
20a8e468
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
center-order/app/base/service/impl/qcutils/baseqcSve.js
+0
-0
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+1
-8
No files found.
center-order/app/base/service/impl/qcutils/baseqcSve.js
View file @
9ddf34bc
This diff is collapsed.
Click to expand it.
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
9ddf34bc
...
...
@@ -21,7 +21,6 @@ class RegCenterOrderService{
};
//工商注册状态
this
.
regStatus
=
{
'RECEIVED'
:
701
,
//已接单
'COLLECTING'
:
702
,
//材料收集环节
...
...
@@ -657,7 +656,7 @@ class RegCenterOrderService{
if
(
needinfo
.
status
==
"ycd"
||
needinfo
.
status
==
"ygb"
)
{
return
system
.
getResultFail
(
-
202
,
"该方案需求状态为"
+
needinfo
.
statusName
+
",不能创建方案"
);
}
var
bizType
=
needinfo
.
typeCode
;
//
ab.solutionContent.bizType;//
业务类型
var
bizType
=
needinfo
.
typeCode
;
//业务类型
if
(
!
bizType
)
{
return
system
.
getResultFail
(
-
205
,
"方案类型错误"
);
}
...
...
@@ -701,7 +700,6 @@ class RegCenterOrderService{
ab
.
solutionList
[
j
].
channelSolutionNo
=
""
;
}
}
// var solution = ab.solutionList[j].solutionContent.solution;
var
solutionFlowList
=
ab
.
solutionList
[
j
].
solutionContent
.
solutionFlowList
||
[];
solutionFlowList
.
push
({
...
...
@@ -711,7 +709,6 @@ class RegCenterOrderService{
ab
.
solutionList
[
j
].
solutionContent
.
statusName
=
this
.
regSolutionStatus
.
RECEIVED
;
ab
.
solutionList
[
j
].
solutionContent
.
solutionFlowList
=
solutionFlowList
;
ab
.
solutionList
[
j
][
"channelNeedNo"
]
=
needinfo
.
channelNeedNo
;
// var solutionNo = await this.getBusUid("ns");//chuangjian
var
solutionNo
=
[];
//chuangjian
solutionNo
[
j
]
=
await
this
.
getBusUid
(
"ns"
)
console
.
log
(
'solutionNo[j]----'
,
solutionNo
[
j
])
...
...
@@ -761,13 +758,9 @@ class RegCenterOrderService{
needinfo
=
await
self
.
needinfoDao
.
model
.
findOne
({
where
:
{
id
:
needinfo
.
id
},
raw
:
true
});
// return system.getResultSuccess({ needinfo: needinfo, needsolution: od });
needsolutions
.
push
(
od
.
dataValues
)
console
.
log
(
'needsolutions-------'
,
needsolutions
)
}
// else {
// return system.getResultFail(-302, "提交方案失败");
// }
})
}
}
...
...
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