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
b2b1c2d1
Commit
b2b1c2d1
authored
Oct 26, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改状态对应关系
parent
b714e288
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
+3
-3
No files found.
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
View file @
b2b1c2d1
...
@@ -26,12 +26,12 @@ class TradeMarkService extends ServiceBase {
...
@@ -26,12 +26,12 @@ class TradeMarkService extends ServiceBase {
"READY"
:
"dsccl"
,
"READY"
:
"dsccl"
,
"DOCFINISH"
:
"dsh"
,
"DOCFINISH"
:
"dsh"
,
"AWAITCHECK"
:
"dsh"
,
"AWAITCHECK"
:
"dsh"
,
"WAITCOMMIT"
:
"ddj"
,
"WAITCOMMIT"
:
"ddj"
,
//待递交
"COMMITED"
:
"ydj"
,
"COMMITED"
:
"ydj"
,
"ROBOT"
:
"ydj"
,
"ROBOT"
:
"ydj"
,
"ROBOTPAY"
:
"ydj"
,
"ROBOTPAY"
:
"ydj"
,
"RECVCOMMIT"
:
"ydj"
,
"RECVCOMMIT"
:
"ydj"
,
"FILLEXCEPTION"
:
"
shbtg"
,
"FILLEXCEPTION"
:
"
dsh"
,
//审核不通过或填报异常,对应交付状态是待审核--->dsh
//1688
//1688
"WAITCONFIRM"
:
"dqrfa"
,
"WAITCONFIRM"
:
"dqrfa"
,
"CONFIRMFAIL"
:
"dqrfa"
"CONFIRMFAIL"
:
"dqrfa"
...
@@ -327,7 +327,7 @@ class TradeMarkService extends ServiceBase {
...
@@ -327,7 +327,7 @@ class TradeMarkService extends ServiceBase {
if
(
self
.
statusConvertJSON
[
obj
.
tmStatus
])
{
if
(
self
.
statusConvertJSON
[
obj
.
tmStatus
])
{
tmObj
[
"officialType"
]
=
self
.
statusConvertJSON
[
obj
.
tmStatus
];
tmObj
[
"officialType"
]
=
self
.
statusConvertJSON
[
obj
.
tmStatus
];
}
}
if
(
tmObj
.
officialType
&&
",dqrfa,dsccl,dsh,ydj,ywc,"
.
indexOf
(
tmObj
.
officialType
)
>=
0
)
{
if
(
tmObj
.
officialType
&&
",dqrfa,dsccl,dsh,
ddj,
ydj,ywc,"
.
indexOf
(
tmObj
.
officialType
)
>=
0
)
{
otp
[
"deliveryStatus"
]
=
tmObj
.
officialType
;
otp
[
"deliveryStatus"
]
=
tmObj
.
officialType
;
await
self
.
ordertmproductSve
.
update
(
otp
,
t
);
await
self
.
ordertmproductSve
.
update
(
otp
,
t
);
}
}
...
...
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