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
1f96f992
Commit
1f96f992
authored
Nov 20, 2019
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yangshi
parent
34e38177
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
75 additions
and
69 deletions
+75
-69
embed_applications/app/front/entry/public/css/pagecom.css
+0
-0
embed_applications/app/front/vues/pages/brandfind/brandfind.css
+14
-5
embed_applications/app/front/vues/pages/brandfind/brandfind.html
+3
-3
embed_applications/app/front/vues/pages/ncldetail/ncldetail.css
+12
-12
embed_applications/app/front/vues/pages/noticetm/noticetm.css
+26
-31
embed_applications/app/front/vues/pages/noticetm/noticetm.html
+10
-9
embed_applications/app/front/vues/pages/noticetm/noticetm.js
+8
-7
embed_applications/app/front/vues/pages/proposer/proposer.html
+2
-2
No files found.
embed_applications/app/front/entry/public/css/pagecom.css
View file @
1f96f992
This diff is collapsed.
Click to expand it.
embed_applications/app/front/vues/pages/brandfind/brandfind.css
View file @
1f96f992
...
...
@@ -391,7 +391,7 @@
box-sizing
:
border-box
;
width
:
200px
;
height
:
120px
;
border
:
5
px
solid
#f7f7f8
;
border
:
1
px
solid
#f7f7f8
;
float
:
left
;
}
...
...
@@ -432,7 +432,6 @@
border-radius
:
2px
;
box-sizing
:
border-box
;
padding
:
4px
13px
;
width
:
126px
;
height
:
24px
;
margin-right
:
10px
;
text-align
:
center
;
...
...
@@ -459,6 +458,7 @@
font-size
:
14px
;
color
:
#FFFFFF
;
letter-spacing
:
0
;
border-radius
:
1px
;
}
...
...
@@ -574,7 +574,9 @@
}
.brandfind
.el-input--suffix
.el-input__inner
{
background
:
#fafafa
;
background
:
rgba
(
250
,
250
,
250
,
1
);
border-radius
:
2px
;
border
:
1px
solid
rgba
(
238
,
238
,
238
,
1
);
}
...
...
@@ -629,4 +631,11 @@
}
.el-message
{
background
:
#fff
!important
;
}
\ No newline at end of file
}
.el-table__row
>
td
:nth-child
(
2
)>
div
{
padding-left
:
20px
!important
;
}
.is-active
:hover
{
color
:
#fff
!important
;
}
\ No newline at end of file
embed_applications/app/front/vues/pages/brandfind/brandfind.html
View file @
1f96f992
...
...
@@ -29,7 +29,7 @@
<i
@
click=
"imageTextDelete"
class=
"el-icon-circle-close"
></i>
</div>
<div>
<el-button
type=
"primary"
@
click=
"tmSearchButtonClick"
>
智能查询
</el-button>
<el-button
style=
"background:rgba(17,142,233,1);"
type=
"primary"
@
click=
"tmSearchButtonClick"
>
智能查询
</el-button>
</div>
</div>
<!-- 搜索框结束 -->
...
...
@@ -56,7 +56,7 @@
</div>
<div
v-if=
"ncl_list.length"
class=
"brandfind-main-filter-more"
>
<!-- i标签绑定class -->
<button
@
click=
"addheight"
>
{{collapse.text}}
<i
<button
style=
"outline:none;outlineColor: rgba(255,255,255,0);"
@
click=
"addheight"
>
{{collapse.text}}
<i
:class=
"collapse.icon"
></i></button>
</div>
...
...
@@ -111,7 +111,7 @@
</div>
<div
v-if=
"ncl_list.length"
class=
"brandfind-main-filter-more"
>
<!-- i标签绑定class -->
<button
@
click=
"addheight1"
>
{{collapse1.text}}
<i
<button
style=
"outline:none;outlineColor: rgba(255,255,255,0);"
@
click=
"addheight1"
>
{{collapse1.text}}
<i
:class=
"collapse1.icon"
></i>
</button>
...
...
embed_applications/app/front/vues/pages/ncldetail/ncldetail.css
View file @
1f96f992
...
...
@@ -71,14 +71,14 @@
height
:
auto
;
overflow
:
hidden
;
margin-top
:
15px
;
border-left
:
1px
solid
#eee
;
border-left
:
1px
solid
rgba
(
247
,
247
,
248
,
1
)
;
}
/* 隐藏 */
.ncldetail-main-content-particular
{
width
:
100%
;
max-height
:
120px
;
padding
:
0px
30px
;
padding
:
0px
30px
0
0
;
box-sizing
:
border-box
;
overflow
:
hidden
;
margin-bottom
:
20px
;
...
...
@@ -218,7 +218,7 @@
width
:
100%
;
height
:
auto
;
overflow
:
hidden
;
padding
:
15px
0px
;
padding
:
15px
0px
0
0
;
padding-right
:
30px
;
box-sizing
:
border-box
;
}
...
...
@@ -226,17 +226,17 @@
.ncldetail-main-item2
{
width
:
100%
;
height
:
120px
;
border
:
1px
solid
#F7F7F8
;
border
:
1px
solid
rgba
(
230
,
232
,
233
,
1
)
;
border-bottom
:
none
;
}
.ncldetail-main-item2
:last-child
{
border-bottom
:
1px
solid
#F7F7F8
;
border-bottom
:
1px
solid
rgba
(
230
,
232
,
233
,
1
)
;
}
.item2-left
{
float
:
left
;
border-right
:
1px
solid
#f7f7f8
;
border-right
:
1px
solid
rgba
(
230
,
232
,
233
,
1
)
;
width
:
180px
;
height
:
100%
;
}
...
...
@@ -327,7 +327,8 @@
.RecommendedDetails
{
width
:
100%
;
min-height
:
400px
;
border
:
1px
solid
#E6E8E9
;
border
:
1px
solid
rgba
(
230
,
232
,
233
,
1
);
border-top
:
none
;
}
.RecommendedDetails
>
.Rtop
{
...
...
@@ -335,7 +336,7 @@
height
:
177px
;
padding
:
30px
;
box-sizing
:
border-box
;
border-bottom
:
1px
solid
#E6E8E9
;
border-bottom
:
1px
solid
rgba
(
230
,
232
,
233
,
1
)
;
position
:
relative
;
}
...
...
@@ -391,18 +392,17 @@
.RecommendedDetails
>
.Rbottom
>
.Rleft
{
float
:
left
;
width
:
4
4
%
;
width
:
4
6
%
;
padding
:
30px
;
border-right
:
1px
solid
#E6E8E9
;
box-sizing
:
border-box
;
border-right
:
1px
solid
rgba
(
230
,
232
,
233
,
1
);
}
.RecommendedDetails
>
.Rbottom
>
.Rright
{
float
:
right
;
width
:
54%
;
padding
:
30px
;
box-sizing
:
border-box
;
border-left
:
1px
solid
rgba
(
230
,
232
,
233
,
1
);
}
.RecommendedDetails
>
.Rbottom
>
.Rleft
>
div
{
...
...
embed_applications/app/front/vues/pages/noticetm/noticetm.css
View file @
1f96f992
...
...
@@ -5,6 +5,7 @@
/* border: 1px solid #118EE9; */
/* padding: 30px; */
background
:
#ffffff
;
padding
:
0
10px
;
}
.noticetm-main-name
{
...
...
@@ -34,8 +35,8 @@
.noticetm-main-title
>
.title-item1
{
float
:
left
;
width
:
120px
;
height
:
3
3
px
;
line-height
:
3
3
px
;
height
:
3
0
px
;
line-height
:
3
0
px
;
font-family
:
PingFangSC-Medium
;
font-size
:
14px
;
color
:
#FFFFFF
;
...
...
@@ -48,8 +49,8 @@
.noticetm-main-title
>
.title-item2
{
float
:
left
;
width
:
120px
;
height
:
3
3
px
;
line-height
:
3
3
px
;
height
:
3
0
px
;
line-height
:
3
0
px
;
font-family
:
PingFangSC-Medium
;
font-size
:
14px
;
color
:
#118EE9
;
...
...
@@ -96,6 +97,7 @@
.noticetm
.el-table
td
,
.el-table
th
.is-leaf
{
text-align
:
center
;
}
.brandfind-main-filter-item
.el-radio-button__inner
,
.brandfind-main-filter-item
.el-radio-group
{
vertical-align
:
top
;
...
...
@@ -104,9 +106,11 @@
.brandfind-main-filter-item
.el-radio-button--mini
.el-radio-button__inner
{
border
:
none
;
margin-bottom
:
10px
;
width
:
120px
;
margin-right
:
20px
;
box-sizing
:
border-box
;
margin-right
:
14px
;
color
:
rgba
(
151
,
166
,
173
,
1
);
text-align
:
left
;
padding
:
7px
13px
;
}
.brandfind-main-filter-item
.el-radio-button__orig-radio
:checked
+
.el-radio-button__inner
{
background
:
#118EE9
;
...
...
@@ -115,34 +119,18 @@
border-left
:
none
;
border-radius
:
0
;
width
:
-webkit-fill-available
;
margin-left
:
39px
;
margin-right
:
47px
;
margin-right
:
16px
;
}
.brandfind-main-filter-item
.el-radio-button
:last-child
.el-radio-button__inner
{
border-radius
:
0
;
}
.noticetm-input
{
color
:
#797979
;
letter-spacing
:
0
;
text-align
:
center
;
height
:
28px
;
min-width
:
1126px
;
font-size
:
14px
;
}
.noticetm-input
>
button
{
...
...
@@ -161,16 +149,16 @@
background
:
#FFFFFF
;
border
:
1px
solid
#D1D1D1
;
border-radius
:
2px
;
color
:
black
;
color
:
rgba
(
72
,
72
,
72
,
1
)
;
transform
:
translateY
(
40px
);
padding
:
5
px
3px
;
padding
:
7
px
3px
;
font-size
:
12px
;
text-align
:
center
;
cursor
:
pointer
;
}
.details-entry2
{
padding
:
5
px
3px
;
padding
:
7
px
3px
;
background
:
#FFFFFF
;
border-radius
:
2px
;
transform
:
translateY
(
60px
);
...
...
@@ -180,11 +168,6 @@
cursor
:
pointer
;
}
.noticetm
.el-pagination
button
,
.noticetm
.el-pagination
span
:not
([
class
*=
suffix
])
{
min-width
:
69px
;
...
...
@@ -206,4 +189,15 @@
.noticetm
.el-pagination.is-background
.el-pager
li
:not
(
.disabled
)
.active
{
background
:
#1C2B36
;
}
.detail-loading
{
width
:
100%
;
height
:
100%
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
99000
;
}
.el-table
td
,
.el-table
th
.is-leaf
{
border-bottom
:
1px
solid
rgba
(
247
,
247
,
248
,
1
)
!important
;
}
\ No newline at end of file
embed_applications/app/front/vues/pages/noticetm/noticetm.html
View file @
1f96f992
<div
class=
"noticetm"
>
<div
class=
"detail-loading"
v-if=
"loading"
v-loading=
"true"
></div>
<div
class=
"noticetm-main-name"
>
商标公告
</div>
<div
class=
"noticetm-main-title"
>
<div
:class=
"brandKey == 1 ? \'title-item1\' : \'title-item2\'"
@
click=
"brandKey = 1"
>
最新12期公告
</div>
<div
:class=
"brandKey == 2 ? \'title-item1\' : \'title-item2\'"
@
click=
"brandKey = 2"
>
公告商标查询
</div>
</div>
<div
class=
"noticetm-notice"
v-if=
"brandKey==1"
>
<el-table
:data=
"issue_data"
header-row-class-name=
"noticetm-notice-title"
>
<el-table-column
label=
"公告期"
width=
"1
77
"
>
<el-table
:data=
"issue_data"
header-row-class-name=
"noticetm-notice-title"
>
<el-table-column
label=
"公告期"
width=
"1
80
"
>
<template
slot-scope=
"scope"
>
<span
style=
""
>
第
<span
style=
"color:#F68367"
>
{{ scope.row.notice_issue }}
</span>
期
</span>
</template>
</el-table-column>
<el-table-column
label=
"初审公告日期"
width=
"177"
>
<el-table-column
label=
"初审公告日期"
>
<template
slot-scope=
"scope"
>
<span
style=
""
>
{{ scope.row.date }}
</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<el-table-column
label=
"申请异议截止日期"
width=
"177"
>
<el-table-column
label=
"申请异议截止日期"
>
<template
slot-scope=
"scope"
>
<span
style=
"margin-left: 10px"
>
{{ scope.row.enddate }}
</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<el-table-column
label=
"申请异议剩余时间"
width=
"177"
>
<el-table-column
label=
"申请异议剩余时间"
>
<template
slot-scope=
"scope"
>
<span
style=
"margin-left: 10px"
>
{{ scope.row.lastday }}
</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<!-- <el-table-column label="初审商标数"
width="177"
>
<!-- <el-table-column label="初审商标数">
<template slot-scope="scope">
</template>
</el-table-column> -->
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
width=
"180"
>
<template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"toNoticeDetail(scope.row)"
>
详情
</el-button>
...
...
@@ -75,7 +76,7 @@
</div>
<div
class=
"brandfind-main-filter-more"
>
<!-- i标签绑定class -->
<button
@
click=
"addheight"
>
{{collapse.text}}
<i
:class=
"collapse.icon"
></i></button>
<button
style=
"outline:none;outlineColor: rgba(255,255,255,0);"
@
click=
"addheight"
>
{{collapse.text}}
<i
:class=
"collapse.icon"
></i></button>
</div>
</div>
...
...
@@ -106,7 +107,7 @@
</div>
<div
class=
"brandfind-main-filter-more"
>
<!-- i标签绑定class -->
<button
@
click=
"addheight1"
>
{{collapse1.text}}
<i
:class=
"collapse1.icon"
></i></button>
<button
style=
"outline:none;outlineColor: rgba(255,255,255,0);"
@
click=
"addheight1"
>
{{collapse1.text}}
<i
:class=
"collapse1.icon"
></i></button>
</div>
</div>
...
...
embed_applications/app/front/vues/pages/noticetm/noticetm.js
View file @
1f96f992
...
...
@@ -51,7 +51,8 @@
pageSize
:
10
,
currentPage
:
1
,
total
:
0
,
typeList
:
''
typeList
:
''
,
loading
:
false
}
},
...
...
@@ -87,15 +88,15 @@
noticetype
:
"TMZCSQ"
};
var
that
=
this
;
this
.
$root
.
loading
=
true
;
this
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/tmquery/tmqueryCtl/noticequeryTMZCSQ"
,
obj
).
then
(
function
(
d
)
{
that
.
$root
.
loading
=
false
;
that
.
loading
=
false
;
that
.
issue_list
=
d
.
data
.
selectdata
;
that
.
issue_data
=
d
.
data
.
rows
;
that
.
maxdata
=
d
.
data
.
selectdata
[
0
].
value
;
console
.
log
(
d
,
"//////////////////////////"
);
}).
catch
(
function
(
e
)
{
this
.
$root
.
loading
=
false
;
this
.
loading
=
false
;
that
.
$message
.
warning
(
`操作失败,请刷新页面后重新操作`
);
});
},
...
...
@@ -137,9 +138,9 @@
};
console
.
log
(
obj
);
var
that
=
this
;
this
.
$root
.
loading
=
true
;
this
.
loading
=
true
;
this
.
$root
.
postReq
(
"/web/tmquery/tmqueryCtl/noticequery"
,
obj
).
then
(
d
=>
{
that
.
$root
.
loading
=
false
;
that
.
loading
=
false
;
if
(
d
.
status
==
0
&&
d
.
data
)
{
var
rows
=
d
.
data
.
rows
;
for
(
var
i
=
0
;
i
<
rows
.
length
;
i
++
)
{
...
...
@@ -157,7 +158,7 @@
}
}).
catch
(
function
(
e
)
{
console
.
log
(
e
,
"lslslslls"
);
that
.
$root
.
loading
=
false
;
that
.
loading
=
false
;
that
.
$message
.
warning
(
`操作失败,请刷新页面后重新操作`
);
});
},
...
...
embed_applications/app/front/vues/pages/proposer/proposer.html
View file @
1f96f992
...
...
@@ -17,7 +17,7 @@
</div>
<ul>
<li>
{{companyInfo.name}}
</li>
<li><span>
网址:
</span><span>
暂无数据
</span></li>
<li><span>
网址:
</span><span>
-
</span></li>
<li><span>
电话:
</span><span
v-if=
"companyInfo.tel_info"
>
{{companyInfo.tel_info}}
</span><span
v-else
>
-
</span></li>
<li><span>
地址:
</span><span
v-if=
"companyInfo.businessAddress"
>
{{companyInfo.businessAddress}}
</span><span
v-else
>
-
</span></li>
</ul>
...
...
@@ -67,7 +67,7 @@
<el-col
v-if=
"companyInfo.registeredCapital"
:span=
"8"
>
{{companyInfo.registeredCapital}}
</el-col>
<el-col
v-else
:span=
"8"
>
-
</el-col>
<el-col
:span=
"4"
>
发照日期
</el-col>
<el-col
v-if=
"companyInfo.dateIssue"
:span=
"8"
>
{{companyInfo.
busindateIssueessTerm
}}
</el-col>
<el-col
v-if=
"companyInfo.dateIssue"
:span=
"8"
>
{{companyInfo.
dateIssue
}}
</el-col>
<el-col
v-else
:span=
"8"
>
-
</el-col>
</el-row>
...
...
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