Commit 01630ff5 by 宋毅

tj

parent ddfa2302
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment