记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
89563181
Commit
89563181
authored
Jan 13, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交音乐人标签库页面逻辑
parent
51130204
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
271 additions
and
339 deletions
+271
-339
extag.html
...main/resources/templates/zhengzai/goblin/extag/extag.html
+267
-1
info.html
.../main/resources/templates/zhengzai/goblin/store/info.html
+4
-4
shopDetail.html
...urces/templates/zhengzai/store/shopManage/shopDetail.html
+0
-214
shopList.html
...sources/templates/zhengzai/store/shopManage/shopList.html
+0
-120
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/extag/extag.html
View file @
89563181
This diff is collapsed.
Click to expand it.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/store/info.html
View file @
89563181
...
...
@@ -233,10 +233,10 @@
$
(
"#busName"
).
val
(
storeCertification
.
busName
);
$
(
"#provinceName"
).
val
(
storeCertification
.
provinceName
);
$
(
"#busAddress"
).
val
(
storeCertification
.
busAddress
);
var
reg
=
new
RegExp
(
"(^|&)"
+
id
+
"=([^&]*)(&|$)"
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
console
.
log
(
r
,
storeId
,
'取到没'
)
let
storeId
=
unescape
(
r
[
2
])
;
//
var reg = new RegExp("(^|&)"+ id +"=([^&]*)(&|$)");
//
var r = window.location.search.substr(1).match(reg);
//
console.log(r, storeId, '取到没')
let
storeId
=
storeInfo
.
storeId
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/shopManage/shopDetail.html
deleted
100644 → 0
View file @
51130204
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<th:block
th:include=
"include :: header('新增代金券')"
/>
<th:block
th:include=
"include :: select2-css"
/>
<link
rel=
"stylesheet"
href=
""
>
<style>
.required
{
font-style
:
normal
;
color
:
red
;
}
.content_item
{
padding
:
20px
;
}
/* .content_item .content_title {
display: flex;
} */
.content_item
.content_title
h3
span
{
display
:
inline-block
;
width
:
4px
;
height
:
18px
;
background
:
skyblue
;
margin-right
:
6px
;
vertical-align
:
top
;
}
.content_item
.content_store_name
,
.content_item
.content_papers_type
{
display
:
flex
;
align-items
:
center
;
height
:
56px
;
font-size
:
16px
;
padding-left
:
12px
;
}
.content_item
.content_store_name
input
{
margin-left
:
12px
;
height
:
36px
;
width
:
80%
;
}
.content_item
.content_store_name
span
{
display
:
inline-block
;
width
:
150px
;
text-align
:
right
;
}
.content_store_logo
,
.content_store_introduce
{
font-size
:
16px
;
padding-left
:
12px
;
margin-top
:
20px
;
}
.content_store_logo
span
,
.content_store_introduce
span
{
font-size
:
16px
;
display
:
inline-block
;
margin-right
:
12px
;
width
:
150px
;
text-align
:
right
;
vertical-align
:
top
;
}
.content_store_logo
img
{
border
:
1px
#ccc
dashed
;
padding
:
5px
;
vertical-align
:
top
;
border-radius
:
5px
;
}
.content_store_introduce
textarea
{
display
:
inline-block
;
width
:
80%
;
height
:
200px
;
}
.content_papers_photo
{
display
:
flex
;
padding-left
:
12px
;
margin
:
20px
0
;
}
.content_papers_photo
.photo_content
{
display
:
flex
;
flex
:
1
;
}
.content_papers_photo
.photo_content
div
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
margin-right
:
150px
;
}
.content_papers_photo
.photo_content
div
p
{
font-size
:
14px
;
}
.content_papers_photo
.photo_content
div
img
{
padding
:
6px
;
border
:
1px
dashed
#ccc
;
border-radius
:
5px
;
}
.content_store_name
p
{
margin
:
0
;
}
.content_papers_photo
span
{
font-size
:
16px
;
vertical-align
:
top
;
margin-right
:
12px
;
width
:
150px
;
text-align
:
right
;
}
.content_footer
{
display
:
flex
;
align-items
:
center
;
padding
:
20px
0
20px
186px
;
}
.content_footer
input
{
width
:
60%
;
height
:
34px
;
}
</style>
</head>
<body>
<form
id=
""
class=
"layui-form"
>
<div
class=
"content_item"
>
<div
class=
"content_title"
>
<h3><span></span>
基础信息
</h3>
</div>
<div
class=
"content_store_name"
>
<span>
店铺名称:
</span><input
disabled
value=
"试试效果"
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_logo"
>
<span>
店铺LOGO:
</span>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div
class=
"content_store_logo"
>
<span>
店铺背景图:
</span>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div
class=
"content_store_introduce"
>
<span>
店铺介绍:
</span>
<textarea
class=
"form-control"
name=
""
id=
""
></textarea>
</div>
</div>
<div
class=
"content_item"
>
<div
class=
"content_title"
>
<h3><span></span>
认证信息
</h3>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
证件类型:
</span><p>
居民身份证
</p>
</div>
<div
class=
"content_papers_photo"
>
<span><em
class=
"required"
>
*
</em>
证件照片:
</span>
<div
class=
"photo_content"
>
<div>
<p>
证件正面照(国徽面)
</p>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div>
<p>
证件反面照(头像面)
</p>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div>
<p>
个人半身照(需手持身份证露上半身)
</p>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
</div>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
证件姓名:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
证件号码:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
证件有效期:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_logo"
>
<span><em
class=
"required"
>
*
</em>
营业执照照片:
</span>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
统一社会信用代码:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
证件有效期:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
商户名称:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
所在省市:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
详细地址:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
<div
class=
"content_store_logo"
>
<span><em
class=
"required"
>
*
</em>
上传合同:
</span>
<img
src=
"https://img.zhengzai.tv/other/2021/12/09/dd3259aaa66e4c3995ce2ab0ce38856c.png"
alt=
""
>
</div>
<div
class=
"content_store_name"
>
<span><em
class=
"required"
>
*
</em>
合同有效期:
</span>
<input
disabled
class=
"form-control"
type=
"text"
>
</div>
</div>
<div
class=
"content_footer"
>
<button
class=
"btn btn-primary"
>
审核通过
</button>
<button
class=
"btn btn-danger"
style=
"margin: 0 12px"
>
驳回
</button>
<input
class=
"form-control"
placeholder=
"请输入驳回原因"
type=
"text"
>
</div>
</form>
<th:block
th:include=
"include :: footer"
/>
</body>
<script
th:inline=
"javascript"
>
</script>
</html>
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/shopManage/shopList.html
deleted
100644 → 0
View file @
51130204
<!DOCTYPE html>
<html
lang=
"zh"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:shiro=
"http://www.pollix.at/thymeleaf/shiro"
>
<head>
<th:block
th:include=
"include :: header('店铺列表')"
/>
</head>
<body
class=
"gray-bg"
>
<div
class=
"container-div"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 search-collapse"
>
<form
id=
"coupon-form"
>
<div
class=
"select-list"
>
<ul>
<input
type=
"hidden"
name=
"couType"
th:value=
"${couType}"
/>
<li>
<input
type=
"text"
name=
"keyword"
placeholder=
"店铺名称搜索"
/>
</li>
<li>
审核状态:
<select
name=
"bindType"
>
<option
value=
""
>
全部
</option>
<option
value=
"1"
>
已通过
</option>
<option
value=
"2"
>
待审核
</option>
<option
value=
"1"
>
未通过
</option>
</select>
</li>
<li>
类型:
<select
name=
"busiType"
>
<option
value=
"1"
>
个体
</option>
<option
value=
"1"
>
企业
</option>
</select>
</li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
class=
"fa fa-search"
></i>
搜索
</a>
<a
class=
"btn btn-warning btn-rounded btn-sm"
onclick=
"$.form.reset()"
><i
class=
"fa fa-refresh"
></i>
重置
</a>
</li>
</ul>
</div>
</form>
</div>
<div
class=
"btn-group-sm"
id=
"toolbar"
role=
"group"
>
<!-- <a class="btn btn-success" th:onclick="$.operate.addTab([[${couType}]])" shiro:hasPermission="candy:coupon:mgt:add">
<i class="fa fa-plus"></i> 新增
</a> -->
</div>
<div
class=
"col-sm-12 select-table table-striped"
>
<table
id=
"bootstrap-table"
></table>
</div>
</div>
</div>
<th:block
th:include=
"include :: footer"
/>
<script
th:inline=
"javascript"
>
var
dicCouponBusiType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_busi_type'
)}]];
var
dicCouponBindType
=
[[
$
{@
dict
.
getType
(
'zhengzai_coupon_bind_type'
)}]];
var
prefix
=
ctx
+
"candy/coupon/mgt"
;
var
prefix2
=
ctx
+
"local"
;
var
viewMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:detail'
)}]];
var
cancelMgtCouponFlag
=
[[
$
{@
permission
.
hasPermi
(
'candy:coupon:mgt:cancel'
)}]];
var
couType
=
[[
$
{
couType
}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/list"
,
createUrl
:
prefix
+
"/add/{id}"
,
detailUrl
:
prefix2
+
"/shopDetail"
,
removeUrl
:
prefix
+
"/cancel/{id}"
,
// updateUrl: prefix + "/edit/{id}",
// exportUrl: prefix + "/export",
sortName
:
"createdAt"
,
sortOrder
:
"desc"
,
modalName
:
""
,
columns
:
[
{
checkbox
:
true
},
{
field
:
'valFace'
,
title
:
'店铺名称'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'¥'
+
value
;
}
},
{
field
:
'bindType'
,
title
:
'类型'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
$
.
table
.
selectDictLabel
(
dicCouponBindType
,
value
);
}
},
{
title
:
'操作'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
// if (row.bindType === 0 && row.state === 1) {
actions
.
push
(
'<a class="btn btn-info btn-xs" href="javascript:void(0)" onclick="passOrRejecte(
\'
'
+
row
.
couponId
+
'
\'
, 1)">通过</a> '
);
// }
actions
.
push
(
'<a class="btn btn-info btn-xs" href="javascript:void(0)" onclick="passOrRejecte(
\'
'
+
row
.
couponId
+
'
\'
, 2)">驳回</a> '
);
actions
.
push
(
'<a class="btn btn-warning btn-xs" href="javascript:void(0)" onclick="$.operate.detailTab(
\'
'
+
row
.
mcouponId
+
'
\'
)"><i class="fa fa-search"></i>详情</a>'
);
// if (row.state === 0) {
// actions.push('
<
a
class
=
"btn btn-danger btn-xs ' + cancelMgtCouponFlag + '"
href
=
"javascript:void(0)"
onclick
=
"$.operate.remove(
\
'' + row.mcouponId + '
\
')"
><
i
class
=
"fa fa-remove"
><
/i>取消</
a
>
');
// }
return actions.join('');
}
}]
};
$.table.init(options);
});
/* 查看码列表 */
function couponCodeList(couponId) {
var url = '
candy
/
coupon
/
code
?
couponId
=
' + couponId;
$.modal.openTab("代金码列表", url);
}
</script>
</body>
</html>
\ No newline at end of file
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