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
255b9181
Commit
255b9181
authored
Sep 06, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
易名补充及优化
parent
d1cad7bf
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/baseqcSve.js
+12
-4
No files found.
center-order/app/base/service/impl/qcutils/baseqcSve.js
View file @
255b9181
...
@@ -189,14 +189,22 @@ class BaseQcService {
...
@@ -189,14 +189,22 @@ class BaseQcService {
}
}
}
}
if
(
needinfo
.
uapp_id
==
52
){
if
(
needinfo
.
uapp_id
==
52
){
if
(
needinfo
.
channelTypeCode
==
"7"
)
{
//edi
if
(
needinfo
.
channelTypeCode
==
"7"
)
{
//edi
sq
ab
.
solutionContent
.
solution
.
IcpType
=
2
;
ab
.
solutionContent
.
solution
.
IcpType
=
2
;
}
else
if
(
needinfo
.
channelTypeCode
==
"5"
)
{
//icp
}
else
if
(
needinfo
.
channelTypeCode
==
"5"
)
{
//icp
sq
ab
.
solutionContent
.
solution
.
IcpType
=
1
;
ab
.
solutionContent
.
solution
.
IcpType
=
1
;
}
else
if
(
needinfo
.
channelTypeCode
==
"
icpnb"
)
{
//icpnb
}
else
if
(
needinfo
.
channelTypeCode
==
"
ICPNB"
)
{
//ICPNB
ab
.
solutionContent
.
solution
.
IcpType
=
3
;
ab
.
solutionContent
.
solution
.
IcpType
=
3
;
}
else
if
(
needinfo
.
channelTypeCode
==
"
edinb"
)
{
//edinb
}
else
if
(
needinfo
.
channelTypeCode
==
"
EIDNB"
)
{
//EIDNB
ab
.
solutionContent
.
solution
.
IcpType
=
4
;
ab
.
solutionContent
.
solution
.
IcpType
=
4
;
}
else
if
(
needinfo
.
channelTypeCode
==
"ICPXQ"
)
{
//ICPXQ
ab
.
solutionContent
.
solution
.
IcpType
=
5
;
}
else
if
(
needinfo
.
channelTypeCode
==
"EIDXQ"
)
{
//EIDXQ
ab
.
solutionContent
.
solution
.
IcpType
=
6
;
}
else
if
(
needinfo
.
channelTypeCode
==
"ICPWZ"
)
{
//ICPWZ
ab
.
solutionContent
.
solution
.
IcpType
=
7
;
}
else
if
(
needinfo
.
channelTypeCode
==
"EIDWZ"
)
{
//EIDWZ
ab
.
solutionContent
.
solution
.
IcpType
=
8
;
}
else
{
}
else
{
return
system
.
getResultFail
(
-
208
,
"需求业务类型有误-52"
);
return
system
.
getResultFail
(
-
208
,
"需求业务类型有误-52"
);
}
}
...
...
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