记得上下班打卡 | 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
1bcf33dd
Commit
1bcf33dd
authored
Apr 21, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 发起推送接口
parent
174779b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
7 deletions
+20
-7
create.html
...main/resources/templates/zhengzai/admin/upush/create.html
+3
-0
export.html
...c/main/resources/templates/zhengzai/financial/export.html
+17
-7
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/admin/upush/create.html
View file @
1bcf33dd
...
...
@@ -285,6 +285,9 @@
}
else
if
(
26
==
targetType
)
{
Id
=
dataList
[
i
].
id
;
Title
=
dataList
[
i
].
name
;
}
else
if
(
7
==
targetType
||
9
==
targetType
)
{
Id
=
dataList
[
i
].
spuId
;
Title
=
dataList
[
i
].
spuName
;
}
else
{
Id
=
dataList
[
i
].
id
;
Title
=
dataList
[
i
].
title
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/financial/export.html
View file @
1bcf33dd
...
...
@@ -23,9 +23,11 @@
<label>
搜索类型:
</label>
<select
id=
"type"
name=
"type"
>
<option
value=
"0"
>
请选择
</option>
<option
value=
"1"
>
商品
</option>
<option
value=
"2"
>
演出
</option>
<option
value=
"3"
>
会员
</option>
<option
value=
"1"
>
商品[订单时间]
</option>
<option
value=
"2"
>
演出[订单时间]
</option>
<option
value=
"3"
>
演出[演出id]
</option>
<option
value=
"4"
>
演出[演出时间]
</option>
<option
value=
"5"
>
会员[订单时间]
</option>
</select>
</li>
<li>
...
...
@@ -79,14 +81,22 @@
if
(
st
==
""
||
et
==
""
)
{
alert
(
"请选择时间范围"
);
}
}
else
if
(
type
==
2
)
{
//演出导出逻辑
if
(
performanceId
==
""
&&
(
st
==
""
||
et
==
""
))
{
alert
(
"演出id和时间范围不能同事为空"
);
}
else
if
(
type
==
2
)
{
//商品导出逻辑
if
(
st
==
""
||
et
==
""
)
{
alert
(
"请选择时间范围"
);
}
}
else
if
(
type
==
4
)
{
//商品导出逻辑
if
(
st
==
""
||
et
==
""
)
{
alert
(
"请选择时间范围"
);
}
}
else
if
(
type
==
3
)
{
//会员
导出逻辑
}
else
if
(
type
==
5
)
{
//商品
导出逻辑
if
(
st
==
""
||
et
==
""
)
{
alert
(
"请选择时间范围"
);
}
}
else
if
(
type
==
3
)
{
//演出导出逻辑
if
(
performanceId
==
""
)
{
alert
(
"演出id不能为空"
);
}
}
// $.ajax({
// url: prefix + "/platform/basicServices/alOss/upload",//路径是你控制器中上传图片的方法,下面controller里面我会写到
...
...
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