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
4eeff8b5
Commit
4eeff8b5
authored
Mar 15, 2021
by
Sxy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-channel' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel
parents
5197de48
b2b1c2d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
+8
-8
No files found.
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
View file @
4eeff8b5
...
...
@@ -26,12 +26,12 @@ class TradeMarkService extends ServiceBase {
"READY"
:
"dsccl"
,
"DOCFINISH"
:
"dsh"
,
"AWAITCHECK"
:
"dsh"
,
"WAITCOMMIT"
:
"ddj"
,
"WAITCOMMIT"
:
"ddj"
,
//待递交
"COMMITED"
:
"ydj"
,
"ROBOT"
:
"ydj"
,
"ROBOTPAY"
:
"ydj"
,
"RECVCOMMIT"
:
"ydj"
,
"FILLEXCEPTION"
:
"
shbtg"
,
"FILLEXCEPTION"
:
"
dsh"
,
//审核不通过或填报异常,对应交付状态是待审核--->dsh
//1688
"WAITCONFIRM"
:
"dqrfa"
,
"CONFIRMFAIL"
:
"dqrfa"
...
...
@@ -64,7 +64,7 @@ class TradeMarkService extends ServiceBase {
}
// 1.获取交付单信息
var
ordertmproduct
=
await
this
.
ordertmproductSve
.
dao
.
model
.
findOne
({
where
:
{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
where
:
{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
raw
:
true
});
if
(
!
ordertmproduct
||
!
ordertmproduct
.
id
)
{
...
...
@@ -133,7 +133,7 @@ class TradeMarkService extends ServiceBase {
}
// 1.获取交付单信息
var
ordertmproduct
=
await
this
.
ordertmproductSve
.
dao
.
model
.
findOne
({
where
:
{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
where
:
{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
raw
:
true
});
if
(
!
ordertmproduct
||
!
ordertmproduct
.
id
)
{
...
...
@@ -331,7 +331,7 @@ class TradeMarkService extends ServiceBase {
otp
[
"deliveryStatus"
]
=
tmObj
.
officialType
;
await
self
.
ordertmproductSve
.
update
(
otp
,
t
);
}
// {"dqrfa":"待确认方案", "dsccl": "待上传材料", "dsh": "待审核", "
ddj": "待递交", "
ydj": "已递交", "ywc": "已完成" },
// {"dqrfa":"待确认方案", "dsccl": "待上传材料", "dsh": "待审核", "ydj": "已递交", "ywc": "已完成" },
}
if
(
obj
.
opNotes
)
{
tmObj
[
"opNotes"
]
=
obj
.
opNotes
;
...
...
@@ -339,10 +339,10 @@ class TradeMarkService extends ServiceBase {
if
(
obj
.
submitTime
)
{
tmObj
[
"submitTime"
]
=
obj
.
submitTime
;
}
if
(
obj
.
tmRegistNum
)
{
tmObj
[
"tmRegistNum"
]
=
obj
.
tmRegistNum
;
if
(
obj
.
tmRegistNum
)
{
tmObj
[
"tmRegistNum"
]
=
obj
.
tmRegistNum
;
}
await
self
.
dao
.
update
(
tmObj
,
t
);
//修改商标状态信息
await
self
.
dao
.
update
(
tmObj
,
t
);
//修改商标状态信息
var
deliveryStatusName
=
uiconfig
.
config
.
pdict
.
official_type
[
tmObj
.
officialType
];
var
flowObj
=
{
isShow
:
1
,
...
...
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