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
01630ff5
Commit
01630ff5
authored
Sep 28, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
ddfa2302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
igirl-zcapi/app/base/api/impl/trademark/tmqueryApi.js
+8
-7
No files found.
igirl-zcapi/app/base/api/impl/trademark/tmqueryApi.js
View file @
01630ff5
...
...
@@ -2413,19 +2413,20 @@ class tmqueryApi extends ApiBase {
}
//商标委托书模板下载
async
downloadTmTrust
(
query
,
pobj
)
{
// nominee_company//委托公司
// commissioned_company //被委托公司
// authorized_address//被委托地址
// tm_name
// nominee_company//委托公司
// nominee_address//委托地址
// tm_name
// commissioned_company //被委托公司
// authorized_contact_person //被委托联系人
// authorized_contact_phone //被委托电话
// authorized_postal_code = params.get('postal_code') //被委托邮编
let
obj
=
{
"assignor"
:
pobj
.
nominee_company
,
"
tm_name"
:
pobj
.
tm_name
,
"
address"
:
pobj
.
authorized_address
,
"
address"
:
pobj
.
nominee_address
,
"
tm_name"
:
pobj
.
tm_name
,
"company"
:
pobj
.
commissioned_company
,
"contact_person"
:
pobj
.
authorized_
address
,
"contact_person"
:
pobj
.
authorized_
contact_person
,
"contact_phone"
:
pobj
.
authorized_contact_phone
,
"postal_code"
:
pobj
.
authorized_postal_code
};
...
...
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