Commit e9857ba5 by 庄冰

igirl-web

parent c08be3b5
...@@ -270,6 +270,11 @@ class TmOfficialService extends ServiceBase { ...@@ -270,6 +270,11 @@ class TmOfficialService extends ServiceBase {
return ""; return "";
} }
}//电子版商标注册证 }//电子版商标注册证
else if (officialType == "9") {
if (fileName.indexOf("初步审定公告通知书") < 0) {
return "";
}
}//初步审定公告通知书
else if (fileName.indexOf(official_type_name) < 0) { else if (fileName.indexOf(official_type_name) < 0) {
return ""; return "";
} }
......
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