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
d9c150d5
Commit
d9c150d5
authored
Jan 06, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
1b5ef243
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
154 additions
and
18 deletions
+154
-18
channel-access/src/api/api.js
+46
-16
channel-access/src/views/pages/jdbycdetailtm/companyInfo.vue
+86
-0
channel-access/src/views/pages/jdbycdetailtm/index.vue
+0
-0
channel-access/src/views/pages/jdindentdetail/classTrademark.vue
+22
-2
No files found.
channel-access/src/api/api.js
View file @
d9c150d5
import
axios
from
"axios"
;
export
function
getNcldata
()
{
return
axios
.
post
(
"http://192.168.18.45:4004/web/trademark/tmqueryCtl/doPost"
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
nclcode
:
"01"
,
timeStamp
:
1578036301
,
channelUserId
:
"a5EyZC8Ht/Gpm2rKPeDpoziYmdcA/nF0"
},
actionType
:
"getNcl"
,
requrl
:
"/action/tmTools/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
}
);
let
baseUrl
=
"http://tm.plus.jdcloud.com/web/trademark/tmqueryCtl/doPost"
;
//jdbycdetailtm数据
export
function
getJdbycdetailtmData
()
{
return
axios
.
post
(
baseUrl
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
timeStamp
:
1578295027
,
channelUserId
:
""
},
actionType
:
"tradeMarkDetail"
,
requrl
:
"/action/tmQuery/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
});
}
//初审公告期号图片
export
function
getLinkUrl
(
num
)
{
return
axios
.
post
(
baseUrl
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
sbzch
:
"14543071"
,
zcggqh
:
num
,
timeStamp
:
1578298188
,
channelUserId
:
""
},
actionType
:
"noticezcggsearch"
,
requrl
:
"/action/tmQuery/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
});
}
//获取公司信息
export
function
getCompanyInfo
(
name
)
{
return
axios
.
post
(
baseUrl
,
{
actionProcess
:
"jd"
,
sign
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
actionBody
:
{
company_name
:
name
,
timeStamp
:
1578298969
,
channelUserId
:
""
},
actionType
:
"getCompanyInfoNoUser"
,
requrl
:
"/action/tmQuery/springBoard"
,
isUser
:
"no"
,
isDecryptUser
:
"no"
});
}
\ No newline at end of file
channel-access/src/views/pages/jdbycdetailtm/companyInfo.vue
0 → 100644
View file @
d9c150d5
<
template
>
<div
class=
"drawer-company"
>
<div
class=
"drawer-company-top"
>
<div
class=
"company-top-title"
>
<div
class=
"company-name"
>
{{
data
.
name
}}
</div>
<div
class=
"company-img"
>
<img
src=
"@/assets/imgs/jdt/GSlogo.png"
alt=
""
/>
</div>
</div>
<div
class=
"company-top-msg"
>
<p><img
src=
"@/assets/imgs/jdt/website.png"
/>
{{
data
.
tel_info
}}
</p>
<p><i
class=
"el-icon-search"
></i>
{{
data
.
businessAddress
}}
</p>
</div>
</div>
<div
class=
"drawer-company-main"
></div>
</div>
</
template
>
<
script
>
export
default
{
// props: ["data"],
data
()
{
return
{
data
:
{
name
:
"广州市玮誉贸易有限公司"
,
legalRepresentative
:
"侯丰羽"
,
managementState
:
"存续"
,
registeredCapital
:
"110.000万人民币"
,
foundedTime
:
"2003-12-2"
,
creditCode
:
"91440106755589300G"
,
registrID
:
"440106000073627"
,
organizationCode
:
"755589300"
,
companyType
:
"0"
,
registerOffice
:
"广州市天河区工商行政管理局"
,
businessAddress
:
"广州市天河区先烈东路296号8517-8519室"
,
scope
:
"商品批发贸易(许可审批类商品除外);商品零售贸易(许可审批类商品除外);(依法须经批准的项目,经相关部门批准后方可开展经营活动)〓"
,
dateIssue
:
"2016-3-17"
,
businessTerm
:
"2003-12-2至null"
,
tel_info
:
"020-87259789"
}
};
}
};
</
script
>
<
style
lang=
"scss"
>
.drawer-company
{
width
:
100%
;
padding
:
0
30px
;
.drawer-company-top
{
width
:
100%
;
}
}
.company-top-title
{
width
:
100%
;
height
:
122px
;
.company-name
{
float
:
left
;
font-size
:
20px
;
}
.company-img
{
float
:
right
;
}
}
.company-top-msg
{
width
:
100%
;
p{
width
:
100%
;
line-height
:
30px
;
display
:
flex
;
align-items
:
center
;
font-size
:
14px
;
color
:
#606266
;
img{
width
:
14px
!important
;
height
:
14px
!important
;
margin-right
:
10px
;
}
i
{
font-size
:
14px
;
margin-right
:
10px
;
}
}
}
</
style
>
channel-access/src/views/pages/jdbycdetailtm/index.vue
View file @
d9c150d5
This diff is collapsed.
Click to expand it.
channel-access/src/views/pages/jdindentdetail/classTrademark.vue
View file @
d9c150d5
...
...
@@ -29,14 +29,14 @@
<div
class=
"classTrademark-right"
>
<div
class=
"classTrademark-right-top"
>
<p>
已选择的商品/服务项
</p>
<span
class=
"el-icon-delete"
>
清除全部
</span>
<span
class=
"el-icon-delete"
@
click=
"deleteClassData()"
>
清除全部
</span>
</div>
<div
class=
"classTrademark-right-main"
>
<div
class=
"notData"
v-if=
"classDataList.length == 0"
>
<img
src=
"@/assets/imgs/kong-2.png"
alt=
""
/>
<span>
请点击左侧选择商标类别
</span>
</div>
<div
class=
"classData"
>
<div
class=
"classData"
v-else
>
<div
class=
"classData-top"
>
<h4>
第02类 颜料油漆
</h4>
<p>
已选择
<span>
1
</span>
项
</p>
...
...
@@ -147,6 +147,26 @@ export default {
handleClose
(
tag
)
{
console
.
log
(
tag
);
this
.
classDataList
.
splice
(
this
.
classDataList
.
indexOf
(
tag
),
1
);
},
deleteClassData
()
{
this
.
$confirm
(
"确定清空所有已选商品/服务项吗?"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
})
.
then
(()
=>
{
this
.
classDataList
=
[];
this
.
$message
({
type
:
"success"
,
message
:
"删除成功!"
});
})
.
catch
(()
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"已取消删除"
});
});
}
},
mounted
()
{
...
...
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