记得上下班打卡 | 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
1b9f1e16
Commit
1b9f1e16
authored
Apr 20, 2022
by
xuchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_kid' of
http://gitlab.zhengzai.tv/dongjingwei/liquidnet-bus-v1
into dev_kid
parents
13a8d723
a15b8946
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
209 additions
and
1015 deletions
+209
-1015
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
list.html
...n/resources/templates/zhengzai/smile/volunteers/list.html
+1
-10
SmileShowServiceImpl.java
...min/zhengzai/smile/service/impl/SmileShowServiceImpl.java
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/school/list.html
View file @
1b9f1e16
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<ul>
<ul>
<li>
<li>
<label>
学校名称:
</label>
<label>
学校名称:
</label>
<input
type=
"text"
name=
"activityTitl
e"
/>
<input
id=
"schoolName"
type=
"text"
name=
"nam
e"
/>
</li>
</li>
<li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
...
@@ -104,6 +104,8 @@
...
@@ -104,6 +104,8 @@
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
success
:
function
(
e
)
{
$
(
"pull-right button[type=refresh]"
).
click
();
refreshItem
();
$
(
".layui-layer-close1"
).
click
();
$
(
".layui-layer-close1"
).
click
();
}
}
})
})
...
@@ -115,6 +117,8 @@
...
@@ -115,6 +117,8 @@
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
headers
:{
"Content-Type"
:
"application/json;charset=UTF-8"
},
data
:
JSON
.
stringify
(
postData
),
data
:
JSON
.
stringify
(
postData
),
success
:
function
(
e
)
{
success
:
function
(
e
)
{
$
(
"pull-right button[type=refresh]"
).
click
();
refreshItem
();
$
(
".layui-layer-close1"
).
click
();
$
(
".layui-layer-close1"
).
click
();
}
}
})
})
...
@@ -124,6 +128,7 @@
...
@@ -124,6 +128,7 @@
$
(
".layui-layer-close1"
).
click
();
$
(
".layui-layer-close1"
).
click
();
}
}
$
(
"#button-open-10"
).
click
(
function
(){
$
(
"#button-open-10"
).
click
(
function
(){
$
(
"#schoolName"
).
val
(
''
);
$
(
'.editCon'
).
val
(
''
);
$
(
'.editCon'
).
val
(
''
);
layer
.
open
({
layer
.
open
({
type
:
1
,
type
:
1
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/userList/detail.html
View file @
1b9f1e16
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 @
1b9f1e16
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
// // modalName: "订单",
// // modalName: "订单",
$
(
function
()
{
$
(
function
()
{
var
options
=
{
var
options
=
{
updateUrl
:
smilePrefix
+
"/smileDetail"
,
url
:
smilePrefix
+
"/list"
,
url
:
smilePrefix
+
"/list"
,
columns
:
[{
columns
:
[{
checkbox
:
true
checkbox
:
true
...
@@ -115,7 +116,7 @@
...
@@ -115,7 +116,7 @@
align
:
'center'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
actions
=
[];
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
(
''
);
return
actions
.
join
(
''
);
}
}
}]
}]
...
@@ -124,6 +125,10 @@
...
@@ -124,6 +125,10 @@
console
.
log
(
options
)
console
.
log
(
options
)
});
});
function
goDetail
(
id
)
{
var
url
=
ctx
+
'local/smileDetail?id='
+
id
;
$
.
modal
.
openTab
(
"用户详情"
,
url
);
}
// var updateFlag = [[${@permission.hasPermi('sweet:integralActivity:create')}]];
// var updateFlag = [[${@permission.hasPermi('sweet:integralActivity:create')}]];
// var isOnlineFlag = [[${@permission.hasPermi('sweet:integralActivity:isOnline')}]];
// var isOnlineFlag = [[${@permission.hasPermi('sweet:integralActivity:isOnline')}]];
// var drawListFlag = [[${@permission.hasPermi('sweet:integralActivityDraw:list')}]];
// 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 @
1b9f1e16
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<ul>
<ul>
<li>
<li>
<label>
手机号:
</label>
<label>
手机号:
</label>
<input
type=
"text"
name=
"
activityTitl
e"
/>
<input
type=
"text"
name=
"
phon
e"
/>
</li>
</li>
<li>
<li>
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
<a
class=
"btn btn-primary btn-rounded btn-sm"
onclick=
"$.table.search()"
><i
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/volunteers/list.html
View file @
1b9f1e16
...
@@ -125,16 +125,7 @@
...
@@ -125,16 +125,7 @@
},
},
{
{
field
:
'status'
,
field
:
'status'
,
title
:
'状态'
,
title
:
'状态'
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
1
)
{
return
'通过'
;
}
else
if
(
value
==
2
)
{
return
'拒绝'
;
}
else
{
return
'待审核'
;
}
}
},
},
{
{
title
:
'操作'
,
title
:
'操作'
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/smile/service/impl/SmileShowServiceImpl.java
View file @
1b9f1e16
...
@@ -197,7 +197,7 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
...
@@ -197,7 +197,7 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
List
<
ShowAgentVo
>
showAgentVoList
=
new
ArrayList
<>();
List
<
ShowAgentVo
>
showAgentVoList
=
new
ArrayList
<>();
List
<
ShowTicketVo
>
showTicketVoList
=
new
ArrayList
<>();
List
<
ShowTicketVo
>
showTicketVoList
=
new
ArrayList
<>();
List
<
SmileAgent
>
smileAgents
=
getSmileAgentsByProId
(
performancesId
);
List
<
SmileAgent
>
smileAgents
=
getSmileAgentsByProId
(
performancesId
);
if
(
smileAgents
!
=
null
)
{
if
(
smileAgents
=
=
null
)
{
return
AjaxResult
.
warn
(
"该演出未开启代理票种"
);
return
AjaxResult
.
warn
(
"该演出未开启代理票种"
);
}
}
Map
<
String
,
SmileAgent
>
map
=
getSmileAgentMap
(
smileAgents
);
Map
<
String
,
SmileAgent
>
map
=
getSmileAgentMap
(
smileAgents
);
...
@@ -360,7 +360,7 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
...
@@ -360,7 +360,7 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
}
}
}
}
// if (userDataAgentVo.getCommission().compareTo(new BigDecimal(0)) != 0) {
// if (userDataAgentVo.getCommission().compareTo(new BigDecimal(0)) != 0) {
userDataAgentVos
.
add
(
userDataAgentVo
);
userDataAgentVos
.
add
(
userDataAgentVo
);
// }
// }
}
}
userData
.
setUid
(
smileUser
.
getUid
());
userData
.
setUid
(
smileUser
.
getUid
());
...
...
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