记得上下班打卡 | 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
a15b8946
Commit
a15b8946
authored
Apr 20, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改后台bug
parent
ea12a257
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
206 additions
and
1003 deletions
+206
-1003
list.html
.../main/resources/templates/zhengzai/smile/school/list.html
+6
-1
detail.html
...n/resources/templates/zhengzai/smile/userList/detail.html
+193
-1000
list.html
...ain/resources/templates/zhengzai/smile/userList/list.html
+6
-1
list.html
...ources/templates/zhengzai/smile/userPendingList/list.html
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/school/list.html
View file @
a15b8946
...
...
@@ -33,7 +33,7 @@
<ul>
<li>
<label>
学校名称:
</label>
<input
type=
"text"
name=
"activityTitl
e"
/>
<input
id=
"schoolName"
type=
"text"
name=
"nam
e"
/>
</li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
...
...
@@ -104,6 +104,8 @@
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
$
(
"pull-right button[type=refresh]"
).
click
();
refreshItem
();
$
(
".layui-layer-close1"
).
click
();
}
})
...
...
@@ -115,6 +117,8 @@
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
$
(
"pull-right button[type=refresh]"
).
click
();
refreshItem
();
$
(
".layui-layer-close1"
).
click
();
}
})
...
...
@@ -124,6 +128,7 @@
$
(
".layui-layer-close1"
).
click
();
}
$
(
"#button-open-10"
).
click
(
function
(){
$
(
"#schoolName"
).
val
(
''
);
$
(
'.editCon'
).
val
(
''
);
layer
.
open
({
type
:
1
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userList/detail.html
View file @
a15b8946
This diff is collapsed.
Click to expand it.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userList/list.html
View file @
a15b8946
...
...
@@ -42,6 +42,7 @@
// // modalName: "订单",
$
(
function
()
{
var
options
=
{
updateUrl
:
smilePrefix
+
"/smileDetail"
,
url
:
smilePrefix
+
"/list"
,
columns
:
[{
checkbox
:
true
...
...
@@ -115,7 +116,7 @@
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
actions
.
push
(
'<a class="btn btn-success btn-xs '
+
detailFlag
+
'" href="javascript:void(0)" onclick="
$.operate.edit(
\'
'
+
row
.
m
id
+
'
\'
)"><i class="fa fa-edit"></i>查看</a> '
);
actions
.
push
(
'<a class="btn btn-success btn-xs '
+
detailFlag
+
'" href="javascript:void(0)" onclick="
goDetail(
\'
'
+
row
.
id
+
'
\'
)"><i class="fa fa-edit"></i>查看</a> '
);
return
actions
.
join
(
''
);
}
}]
...
...
@@ -124,6 +125,10 @@
console
.
log
(
options
)
});
function
goDetail
(
id
)
{
var
url
=
ctx
+
'local/smileDetail?id='
+
id
;
$
.
modal
.
openTab
(
"用户详情"
,
url
);
}
// var updateFlag = [[${@permission.hasPermi('sweet:integralActivity:create')}]];
// var isOnlineFlag = [[${@permission.hasPermi('sweet:integralActivity:isOnline')}]];
// var drawListFlag = [[${@permission.hasPermi('sweet:integralActivityDraw:list')}]];
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userPendingList/list.html
View file @
a15b8946
...
...
@@ -12,7 +12,7 @@
<ul>
<li>
<label>
手机号:
</label>
<input
type=
"text"
name=
"
activityTitl
e"
/>
<input
type=
"text"
name=
"
phon
e"
/>
</li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
...
...
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