You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< template >
< view class = "app-container" >
< u -navbar
leftText = "返回"
title = "店铺店招预审"
:autoBack ="true"
:placeholder ="true"
>
< view slot = "right" >
< text class = "nav-right" > < / text >
< / view >
< / u - n a v b a r >
< view class = "list-item" >
< view > 江宁开发区店招店牌申报流程 < / view >
< view >
一 、 所需材料 :
1. 实景效果图A4纸全页 , 近景1份 、 远景2份 ( 包含白天和夜晚店招亮化远景实景效果图 )
要点 : 照片要求横向拍摄 , 原图制作 、 彩色打印 。
2. 房屋租赁合同复印件 、 房屋产权证复印件 、 营业执照副本复印件 。
3. 法人身份证复印件或经办人身份证复印件 ( 经办人办理需法人开具委托书 ) 。
4. 施工说明 ;
要点 : 用文字描述设置所使用的材质 、 总体长度 、 宽度 、 厚度 , 字体及英文长 、 宽 、 数量 , LOGO长 、 宽等 。
5. 加盟协议 ( 授权书 ) 、 商标注册证 ; ( 涉及注册商标需提供 ) ;
6. 安全检测报告 ( 涉及墙体广告字 、 LED显示屏 ) ;
7. 洗衣店 、 宠物店等需办理排水证 。
8. 涉及舞台活动搭建需提供舞台搭建资质 、 舞台结构图 、 专家论证方案 , 如涉及外来人员参与表演 , 需到区防疫指挥中心进行报备 。
二 、 注意事项 :
1. 店招店牌设置地址必须与营业执照地址相符合 ;
2. 店招店牌不宜使用泡沫 、 即时贴 、 扣板等材料制作店招店牌 。 主要街路 、 窗口地区按总体规划不得使用灯箱布和喷绘布等材料设置店招广告 ( 一般为铝塑底板 , 亚克力字 ) 。
3. 店招店牌内容仅限于本单位的名称 、 字号 、 标识 , 禁止出现商品营销 、 经营服务范围 、 电话号码 、 变相发布广告等不符合规定的内容 。
4. 店招店牌字体大小应与店招广告尺寸相协调 。
5. 店招店牌效果图必须为实景拍摄门面整体轮廓 , 真实 、 准确反映现场所设置位置 , 电脑准确制作设置画面 。 要求画面清晰 、 店面环境整洁 ( 无乱堆放 、 晾晒 、 张贴等 ) 、 位置准确 。
6. 完全检测报告需在安装完成后一个月内送至我局备案 。
7. 经批准后安装店招店牌的应设置围挡及警示标志 , 做到安全施工 、 文明施工 。
8. 案件办理时间为 : 上午8 : 30 — 12 : 00 下午2 : 00 — 6 : 00
三 、 联系方式 :
邮箱 : 280754057 @ qq . com 电话 : 18151671177 黄
☆ 注 : 店招店牌备案需要一定的时间 , 请耐心等待 , 没有收到前来办理的通知前请勿制作以及安装 , 如在备案过程当中进行制作及安装 , 所造成的一切后果由其自行承担 。
< / view >
< / view >
< / view >
< / template >
< script >
export default {
data ( ) {
return {
// 表单参数
form : { } ,
levelList : [ ] ,
// 查询参数
queryParams : {
sbLevelName : null ,
} ,
} ;
} ,
onLoad ( ) {
this . getList ( ) ;
} ,
methods : {
onSearch ( ) {
this . getList ( ) ;
} ,
onClear ( ) {
this . queryParams . sbLevelName = "" ;
this . getList ( ) ;
} ,
getList ( ) {
} ,
// 表单重置
reset ( ) {
this . form = {
id : null ,
activeName : null ,
activeStart : null ,
activeEnd : null ,
activeContent : null ,
activePoint : null ,
joinRequire : null ,
activeState : null ,
createId : null ,
createBy : null ,
createTime : null ,
updateId : null ,
updateBy : null ,
updateTime : null ,
remark : null ,
gridId : null ,
gridName : null ,
partId : null ,
partName : null ,
} ;
} ,
} ,
} ;
< / script >
< style lang = "scss" scoped >
. app - container {
. list - item {
background - color : # fff ;
border - radius : 16 rpx ;
box - sizing : border - box ;
padding : 25 rpx ;
margin - bottom : 30 rpx ;
margin - top : 30 rpx ;
. item - cell {
display : flex ;
align - items : center ;
. cell - lable {
width : 200 rpx ;
font - size : 28 rpx ;
font - weight : 400 ;
color : # 9 da2ab ;
}
. cell - value {
flex : 1 ;
font - size : 28 rpx ;
font - weight : 400 ;
color : # 2 e2f31 ;
}
}
. cell - btn {
display : flex ;
flex - direction : row - reverse ;
}
& > view : not ( . cell - btn ) {
margin - bottom : 20 rpx ;
}
}
& > . list - item : last - child {
margin - bottom : 0 ;
}
}
< / style >