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
c2454e01
Commit
c2454e01
authored
Jan 10, 2020
by
任建
Browse files
Options
Browse Files
Download
Plain Diff
rj
parents
0570d3ef
f13c8122
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
14 deletions
+30
-14
channel-access/src/api/tmTools.js
+8
-6
channel-access/src/views/pages/jdtrademark/Jdtmsearch.vue
+22
-8
channel-access/src/views/pages/selftmreg/ModifyTrademark.vue
+0
-0
No files found.
channel-access/src/api/tmTools.js
View file @
c2454e01
...
...
@@ -2,8 +2,8 @@ import http from "@/http/http.js";
let
baseUrl
=
"/api/web/action/tmTools/springBoard"
;
// 获取selftmreg的尼斯查询 一级查询得到二级树
export
function
getNiceQuery
LevelOne
(
nclcodeSCode
)
{
// 获取selftmreg的尼斯查询 一级查询得到二级树
二级查询得到三级树
export
function
getNiceQuery
Category
(
nclcodeSCode
)
{
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
nclcode
:
nclcodeSCode
...
...
@@ -13,12 +13,14 @@ export function getNiceQueryLevelOne(nclcodeSCode) {
});
}
//
分类过滤接口
export
function
getNiceQuery
LevelTwo
(
)
{
//
获取selftmreg的尼斯查询分类过滤数据
export
function
getNiceQuery
Filter
(
key
,
classCodes
)
{
return
http
.
post
(
baseUrl
,
{
actionBody
:
{
name
:
"生物化学"
,
//Y strin 尼斯名称
ncls
:
[
"01"
]
//N List 尼斯大类编码列表
// name: "123", //Y strin 尼斯名称
// ncls: ["01", "02", "03"] //N List 尼斯大类编码列表
name
:
key
,
//Y strin 尼斯名称
ncls
:
classCodes
//N List 尼斯大类编码列表
},
actionType
:
"getNclByLikeNameAndNcl"
});
...
...
channel-access/src/views/pages/jdtrademark/Jdtmsearch.vue
View file @
c2454e01
...
...
@@ -6,8 +6,15 @@
<span>
商标检索
</span>
</div>
<div
@
mouseleave=
"typeListShow = false"
>
<input
type=
"text"
v-model=
"searchValue"
placeholder=
"请输入您想检索的商标名称,申请号,申请人等信息"
/>
<div
@
mouseenter=
"typeListShow = true"
class=
"jdtrademark-search-alltype"
>
<input
type=
"text"
v-model=
"searchValue"
placeholder=
"请输入您想检索的商标名称,申请号,申请人等信息"
/>
<div
@
mouseenter=
"typeListShow = true"
class=
"jdtrademark-search-alltype"
>
全部类别
<i
class=
"el-icon-arrow-down"
></i>
</div>
...
...
@@ -17,14 +24,19 @@
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
全选
</el-checkbox>
<div
style=
"margin: 15px 0;"
></div>
<el-checkbox-group
v-model=
"checkedType"
@
change=
"handleCheckedCitiesChange"
>
>
全选
</el-checkbox
>
<div></div>
<el-checkbox-group
v-model=
"checkedType"
@
change=
"handleCheckedCitiesChange"
>
<el-checkbox
v-for=
"item in typeList"
:label=
"item.code + item.name
"
:label=
"item.code + item.name"
:key=
"item.code"
>
{{
item
.
code
}}{{
item
.
name
}}
</el-checkbox>
>
{{
item
.
code
}}{{
item
.
name
}}
</el-checkbox
>
</el-checkbox-group>
</div>
</transition>
...
...
@@ -101,7 +113,6 @@ export default {
});
this
.
checkedType
=
data
;
this
.
isIndeterminate
=
false
;
console
.
log
(
this
.
checkedType
,
this
.
typeList
,
"1111111111"
);
}
else
{
this
.
checkedType
=
[];
}
...
...
@@ -186,6 +197,9 @@ export default {
.el-checkbox
{
width
:
96.41px
;
}
>
div
{
margin
:
15px
0
;
}
}
>
input
{
padding-left
:
12px
;
...
...
channel-access/src/views/pages/selftmreg/ModifyTrademark.vue
View file @
c2454e01
This diff is collapsed.
Click to expand it.
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