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
90f67d1f
Commit
90f67d1f
authored
Jan 09, 2020
by
张娇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patent
parent
323fba97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
+29
-29
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/vues/pages/patentsimplesearch/patentsimplesearch.html
+29
-29
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
90f67d1f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/vues/pages/patentsimplesearch/patentsimplesearch.html
View file @
90f67d1f
...
...
@@ -13,7 +13,7 @@
检索
</el-button>
</el-input>
<div
class=
"search-keywords
"
>
<div
style=
"margin-top:-20px
"
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"专利名称"
name=
"patentname"
></el-tab-pane>
<el-tab-pane
label=
"申请号"
name=
"applynum"
></el-tab-pane>
...
...
@@ -79,8 +79,8 @@
</div>
</div>
<div
v-if=
"!a"
class=
"search-warp-row01"
>
<
img
class=
"patentyc-logo"
src=
"/imgs/patentlogo.jpg"
style=
"cursor:pointer"
@
click=
"logoclick"
/
>
<div
v-if=
"!a"
class=
"search-warp-row01"
>
<
!-- <img class="patentyc-logo" src="/imgs/patentlogo.jpg" style="cursor:pointer" @click="logoclick"/> --
>
<div
class=
"search-input"
>
<div
style=
"margin-top: 20px;"
>
<el-input
v-model=
"input"
placeholder=
"请输入您要检索的专利名称、申请号、申请人等内容"
...
...
@@ -93,7 +93,7 @@
检索
</el-button>
</el-input>
<div
class=
"search-keywords"
>
<div
class=
"search-keywords"
style=
"font-size:14px;"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"专利名称"
name=
"patentname"
></el-tab-pane>
<el-tab-pane
label=
"申请号"
name=
"applynum"
></el-tab-pane>
...
...
@@ -158,7 +158,7 @@
</div>
</div>
<div
style=
"clear:both"
></div>
<div
class=
"selected-warp"
>
<div
class=
"selected-warp"
style=
"width:1050px;margin:18px auto"
>
<span
style=
"color:#333333;"
>
已选条件:
</span>
<el-tag
style=
"margin-left: 20px;font-size:10px;"
size=
"mini"
class=
"item-text"
:disable-transitions=
"false"
...
...
@@ -176,11 +176,11 @@
<div
class=
"leixing-warp"
>
<el-row
slot=
"desc"
>
<el-col
:span=
"3"
>
<span
style=
"color: #999999;"
>
专利类型(中国):
</span>
<span
style=
"color: #999999;
font-size:14px;
"
>
专利类型(中国):
</span>
</el-col>
<el-col
class=
"item"
v-for=
"o in datalist1.patenttype"
:key=
"o"
:span=
"3"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"patenttypeclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"patenttypeclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
...
...
@@ -190,11 +190,11 @@
<div
class=
"leixing-warp"
>
<el-row
slot=
"desc"
>
<el-col
:span=
"3"
>
<span
style=
"color: #999999;"
>
法律状态(中国):
</span>
<span
style=
"color: #999999;
font-size:14px;
"
>
法律状态(中国):
</span>
</el-col>
<el-col
class=
"item1"
v-for=
"o in datalist1.status"
:key=
"o"
:span=
"
2
"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"statusclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-col
class=
"item1"
v-for=
"o in datalist1.status"
:key=
"o"
:span=
"
3
"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"statusclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
...
...
@@ -204,30 +204,30 @@
<div
class=
"leixing-warp"
>
<el-row
slot=
"desc"
>
<el-col
:span=
"2"
>
<span
style=
"color: #999999;text-align:right"
>
申请日期:
</span>
<span
style=
"color: #999999;text-align:right
;font-size:14px;
"
>
申请日期:
</span>
</el-col>
<el-col
:span=
"21"
>
<el-row>
<el-col
class=
"item1"
v-for=
"o in datalist1.applydate.slice(0,8)"
:key=
"o"
:span=
"3"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
<el-row
v-if=
"!isShow"
>
<el-col
class=
"item1"
v-for=
"o in datalist1.applydate.slice(8,100)"
:key=
"o"
:span=
"3"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
</el-col>
<el-col
:span=
"1"
>
<el-button
v-if=
"isShow"
style=
"color:rgba(130,130,130,1);font-size:1
2
px;border-radius:0px;border-bottom:none;"
<el-button
v-if=
"isShow"
style=
"color:rgba(130,130,130,1);font-size:1
4
px;border-radius:0px;border-bottom:none;"
type=
"text"
size=
"mini"
@
click=
"onclick"
>
更多
<i
class=
"el-icon-arrow-right"
></i>
</el-button>
<el-button
v-if=
"!isShow"
style=
"color:rgba(130,130,130,1);font-size:1
2
px;border-radius:0px;border-bottom:none;"
<el-button
v-if=
"!isShow"
style=
"color:rgba(130,130,130,1);font-size:1
4
px;border-radius:0px;border-bottom:none;"
type=
"text"
size=
"mini"
@
click=
"onclick"
>
更多
<i
class=
"el-icon-arrow-down"
style=
"color:#108EE9"
></i>
</el-button>
...
...
@@ -240,30 +240,30 @@
<div
class=
"leixing-warp"
>
<el-row
slot=
"desc"
>
<el-col
:span=
"2"
>
<span
style=
"color: #999999;"
>
公开日期:
</span>
<span
style=
"color: #999999;
font-size:14px;
"
>
公开日期:
</span>
</el-col>
<el-col
:span=
"21"
>
<el-row>
<el-col
class=
"item1"
v-for=
"o in datalist1.publishdate.slice(0,8)"
:key=
"o"
:span=
"
2
"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"publishdateclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-col
class=
"item1"
v-for=
"o in datalist1.publishdate.slice(0,8)"
:key=
"o"
:span=
"
3
"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"publishdateclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
<el-row
v-if=
"!isShow2"
>
<el-col
class=
"item1"
v-for=
"o in datalist1.publishdate.slice(8,100)"
:key=
"o"
:span=
"3"
>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var>
({{o.num}})
</var>
<el-button
type=
"text"
size=
"mini"
style=
"color:rgb(48, 49, 51)
;font-size:14px;
"
@
click=
"applydateclick(o)"
>
{{o.lable}}
<var
style=
"color:#999999"
>
({{o.num}})
</var>
</el-button>
</el-col>
</el-row>
</el-col>
<el-col
:span=
"1"
>
<el-button
v-if=
"isShow2"
style=
"color:rgba(130,130,130,1);font-size:1
2
px;border-radius:0px;border-bottom:none;"
<el-button
v-if=
"isShow2"
style=
"color:rgba(130,130,130,1);font-size:1
4
px;border-radius:0px;border-bottom:none;"
type=
"text"
size=
"mini"
@
click=
"onclick2"
>
更多
<i
class=
"el-icon-arrow-right"
></i>
</el-button>
<el-button
v-if=
"!isShow2"
style=
"color:rgba(130,130,130,1);font-size:1
2
px;border-radius:0px;border-bottom:none;"
<el-button
v-if=
"!isShow2"
style=
"color:rgba(130,130,130,1);font-size:1
4
px;border-radius:0px;border-bottom:none;"
type=
"text"
size=
"mini"
@
click=
"onclick2"
>
更多
<i
class=
"el-icon-arrow-down"
style=
"color:#108EE9"
></i>
</el-button>
...
...
@@ -280,7 +280,7 @@
</div>
<div
v-if=
"datalist2.length!=0"
>
<div
class=
"total-warp"
>
<div
class=
"total"
>
<div
class=
"total"
style=
"width:1200px"
>
<el-button
type=
"text"
size=
"small"
style=
"color:#828282"
disabled
>
共查到
<span
style=
"color:#108EE9"
>
{{total}}条
</span>
专利信息
...
...
@@ -326,7 +326,7 @@
</template>
</el-table-column>
</el-table>
<el-footer
class=
"footer-row"
v-if=
"total>0"
>
<el-footer
class=
"footer-row"
v-if=
"total>0"
style=
"margin-top:20px;"
>
<el-pagination
layout=
" prev, pager, next, jumper,sizes,total"
...
...
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