记得上下班打卡 | 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
ba4631ea
Commit
ba4631ea
authored
Mar 31, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 审核相关文案提示
parent
0ad9b342
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
37 deletions
+45
-37
list.html
...resources/templates/zhengzai/smile/smileTickets/list.html
+45
-37
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/smileTickets/list.html
View file @
ba4631ea
...
...
@@ -8,31 +8,38 @@
width
:
800px
;
padding-top
:
20px
;
}
#addClassify
.selectClassify
{
display
:
flex
;
align-items
:
center
;
padding
:
0
20px
;
}
#addClassify
.selectClassify
label
{
display
:
flex
;
margin-right
:
20px
;
align-items
:
center
;
}
#addClassify
.selectClassify
label
input
{
margin
:
0
;
margin-right
:
2px
;
}
#detailPro
.detail_inner
{
margin-bottom
:
20px
;
}
#detailPro
.detail_title
{
margin-top
:
50px
;
font-weight
:
bold
;
font-size
:
16px
;
}
.form-group
span
{
padding-right
:
20px
;
}
.bottomBtn
{
text-align
:
left
;
padding
:
10px
15px
12px
;
...
...
@@ -42,24 +49,24 @@
<body
class=
"gray-bg"
>
<div
class=
"container-div"
>
<div
class=
"row"
>
<!-- <div class="col-sm-12 search-collapse">-->
<!-- <form id="formId">-->
<!-- <div class="select-list">-->
<!-- <ul>-->
<!-- <li>-->
<!-- <label>手机号:</label>-->
<!-- <input type="text" name="activityTitle"/>-->
<!-- </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="col-sm-12 search-collapse">-->
<!-- <form id="formId">-->
<!-- <div class="select-list">-->
<!-- <ul>-->
<!-- <li>-->
<!-- <label>手机号:</label>-->
<!-- <input type="text" name="activityTitle"/>-->
<!-- </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=
"col-sm-12 select-table table-bordered"
>
<table
id=
"bootstrap-table"
></table>
</div>
...
...
@@ -89,7 +96,7 @@
// // exportUrl: prefix + "/export",
// // modalName: "订单",
var
subOArr
=
[];
$
(
function
()
{
$
(
function
()
{
var
options
=
{
url
:
smilePrefix
+
"/list"
,
columns
:
[{
...
...
@@ -126,7 +133,7 @@
{
field
:
'status'
,
title
:
'打款状态'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
1
)
{
return
'已打款'
;
}
else
{
...
...
@@ -137,7 +144,7 @@
{
field
:
'comment'
,
title
:
'序列'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-success btn-xs '
+
detailFlag
+
'" href="javascript:void(0)" onclick="topBtn(
\'
'
+
row
.
performancesId
+
'
\'
)"><i class="fa fa-edit"></i>置顶</a> '
);
return
actions
.
join
(
''
);
...
...
@@ -146,7 +153,7 @@
{
title
:
'操作'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-success btn-xs '
+
detailFlag
+
'" href="javascript:void(0)" onclick="toPop(
\'
'
+
row
.
performancesId
+
'
\'
)"><i class="fa fa-edit"></i>设置票提</a> '
);
actions
.
push
(
'<a class="btn btn-success btn-xs '
+
detailFlag
+
'" href="javascript:void(0)" onclick="editPop(
\'
'
+
row
.
performancesId
+
'
\'
)"><i class="fa fa-edit"></i>编辑票提</a> '
);
...
...
@@ -166,10 +173,11 @@
$
.
ajax
({
type
:
'post'
,
url
:
ctx
+
'smile/show/sort'
,
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
success
:
function
(
e
)
{
// alert(e.msg)
location
.
reload
();
}
});
}
...
...
@@ -196,9 +204,9 @@
$
.
ajax
({
type
:
'post'
,
url
:
ctx
+
'smile/agent/create'
,
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
success
:
function
(
e
)
{
$
(
".layui-layer-close1"
).
click
();
}
});
...
...
@@ -218,8 +226,8 @@
$
.
ajax
({
type
:
'post'
,
url
:
ctx
+
'smile/agent/list?performancesId='
+
id
,
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
success
:
function
(
e
)
{
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
success
:
function
(
e
)
{
subOArr
=
e
.
data
;
for
(
var
i
in
e
.
data
)
{
$
(
'#addClassify .form-group'
).
append
(
...
...
@@ -234,7 +242,7 @@
}
});
},
cancel
:
function
(
res
)
{
cancel
:
function
(
res
)
{
// layer.msg('捕获就是从页面已经存在的元素上,包裹layer的结构', {time: 5000, icon:6});
}
});
...
...
@@ -254,8 +262,8 @@
$
.
ajax
({
type
:
'post'
,
url
:
ctx
+
'smile/agent/list?performancesId='
+
id
,
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
success
:
function
(
e
)
{
headers
:
{
"Content-Type"
:
"application/json;charset=UTF-8"
},
success
:
function
(
e
)
{
subOArr
=
e
.
data
;
for
(
var
i
in
e
.
data
)
{
$
(
'#addClassify .form-group'
).
append
(
...
...
@@ -271,7 +279,7 @@
}
});
},
cancel
:
function
(
res
)
{
cancel
:
function
(
res
)
{
// layer.msg('捕获就是从页面已经存在的元素上,包裹layer的结构', {time: 5000, icon:6});
}
});
...
...
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