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
7ffbdf7e
Commit
7ffbdf7e
authored
Dec 28, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
3ffcb99d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
25 deletions
+5
-25
center-order/app/base/service/impl/qcutils/baseqcSve.js
+5
-25
No files found.
center-order/app/base/service/impl/qcutils/baseqcSve.js
View file @
7ffbdf7e
...
...
@@ -47,28 +47,6 @@ class BaseQcService {
511
:
"⼯商部通过"
,
512
:
"⼯商部未通过"
};
//(文网文状态2020-9-26)
this
.
wangwenStatusReference
=
{
601
:
"服务商提交资料"
,
602
:
"完成账户注册"
,
603
:
"服务商完成提交资料到⼯信部"
,
604
:
"⼯商部已受理"
,
605
:
"⼯商部不予受理"
,
606
:
"⼯商部通过"
,
607
:
"⼯商部未通过"
,
608
:
"用户驳回"
};
//(文网文状态2020-9-26)
this
.
wangwenSolutionStatusReference
=
{
"SOLUTION_SUBMIT"
:
"提交服务单"
,
"PARTNER_SUBMIT_MATERIAL"
:
"服务商提交资料"
,
"CERT_ACCOUNT_REGISTERED"
:
"完成账户注册"
,
"CERT_MATERIAL_SUBMITTED"
:
"服务商完成提交资料到⼯信部"
,
"CERT_GXB_ACCEPT"
:
"⼯商部已受理"
,
"CERT_GXB_SUCCESS"
:
"⼯商部通过"
,
"CERT_GXB_FAIL"
:
"⼯商部未通过"
,
"CERT_GXB_REFUSE"
:
"⼯商部不予受理"
};
}
//根据需求关闭ICP方案(关闭需求后调用)
...
...
@@ -94,7 +72,7 @@ class BaseQcService {
//2020-12-11 laolan xiugai
uappId
[
'uapp_id'
]
=
needinfo
.
uapp_id
;
}
if
(
needinfo
.
status
==
"ygb"
)
{
if
(
needinfo
.
status
==
"ygb"
||
needinfo
.
status
==
"ycd"
)
{
return
system
.
getResultFail
(
-
202
,
"该方案需求状态为"
+
needinfo
.
statusName
+
",不能执行此操作"
);
}
//获取方案信息
...
...
@@ -106,8 +84,10 @@ class BaseQcService {
if
(
ns
.
status
==
"ywc"
)
{
return
system
.
getResultFail
(
-
103
,
"方案状态错误,不能废弃已完成方案"
);
}
var
flowStatus
=
ns
.
solutionContent
&&
ns
.
solutionContent
.
status
?
ns
.
solutionContent
.
status
:
""
;
if
(
flowStatus
&&
[
"SOLUTION_SUBMIT"
,
"USER_CONFIRM_PRODUCE"
,
"GXB_REFUSE"
,
"CLOSE"
].
indexOf
(
flowStatus
)
>=
0
)
{
var
flowStatus
=
ns
.
solutionContent
&&
ns
.
solutionContent
.
status
?
ns
.
solutionContent
.
status
:
""
;
if
(
flowStatus
&&
[
"SOLUTION_SUBMIT"
,
"PAID"
,
"USER_UPLOADED"
,
"MATERIAL_UNCONFIRM"
,
"USER_CONFIRMED"
,
"GXB_REFUSE"
,
"CLOSE"
].
indexOf
(
flowStatus
)
>=
0
)
{
var
self
=
this
;
return
await
this
.
needsolutionDao
.
db
.
transaction
(
async
function
(
t
)
{
var
needObj
=
{
...
...
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