Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
50724387
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1434
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
50724387
编写于
2月 18, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
屏蔽部分功能
上级
e3a34423
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
7 deletion
+7
-7
shop/src/main/resources/template/tpl/keepFitOrder/storeKeepFitOrderList.html
...rces/template/tpl/keepFitOrder/storeKeepFitOrderList.html
+2
-2
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderAdd.html
...n/resources/template/tpl/mealOrder/storeMealOrderAdd.html
+2
-2
web/src/main/resources/application.yml
web/src/main/resources/application.yml
+1
-1
web/src/main/resources/template/json/main.js
web/src/main/resources/template/json/main.js
+2
-2
未找到文件。
shop/src/main/resources/template/tpl/keepFitOrder/storeKeepFitOrderList.html
浏览文件 @
50724387
...
...
@@ -61,10 +61,10 @@
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
1
&&
auth
(
'
1644317759940
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"
delete
"
><
language
showName
=
"
com.skyeye.deleteBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
1
&&
auth
(
'
1644317746790
'
)){
}}
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
1
&&
auth
(
'
1644317746790
'
)
&&
d
.
source
==
2
){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
complatePay
"
>
完成支付
<
/a
>
{{
#
}
}}
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
2
&&
auth
(
'
1644378387049
'
)){
}}
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
2
&&
auth
(
'
1644378387049
'
)
&&
!
isNull
(
d
.
mealOrderChildId
)
){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
verification
"
>
核销
<
/a
>
{{
#
}
}}
{{
#
if
(
d
.
cancleState
==
1
&&
d
.
state
==
1
&&
auth
(
'
1644842786855
'
)){
}}
...
...
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderAdd.html
浏览文件 @
50724387
...
...
@@ -28,8 +28,8 @@
<div
class=
"layui-input-block"
>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
style=
"text-align: left;"
>
<button
id=
"addRow"
class=
"winui-toolbtn"
type=
"button"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i>
新增行
</button
>
<button
id=
"deleteRow"
class=
"winui-toolbtn"
type=
"button"
><i
class=
"fa fa-trash-o"
aria-hidden=
"true"
></i>
删除行
</button
>
<!-- <button id="addRow" class="winui-toolbtn" type="button"><i class="fa fa-plus" aria-hidden="true"></i>新增行</button>--
>
<!-- <button id="deleteRow" class="winui-toolbtn" type="button"><i class="fa fa-trash-o" aria-hidden="true"></i>删除行</button>--
>
</div>
</div>
<table
class=
"layui-table"
>
...
...
web/src/main/resources/application.yml
浏览文件 @
50724387
server
:
servlet
:
context-path
:
/
port
:
80
port
:
80
80
tomcat
:
max-connections
:
20000
max-threads
:
1000
...
...
web/src/main/resources/template/json/main.js
浏览文件 @
50724387
...
...
@@ -2,6 +2,6 @@ sysMainMation = {
"
mationTitle
"
:
"
skyeye云办公 作者:卫志强
"
,
// 系统名称
"
messageSysUrl
"
:
"
http://127.0.0.1:8084/
"
,
// 消息系统页面请求地址
"
webSocketPath
"
:
"
ws://127.0.0.1:8081/
"
,
// 聊天socket-开发
"
homePagePath
"
:
"
http://127.0.0.1:80/
"
,
// 前台工程访问地址
"
copyright
"
:
'
skyeye云系列 | Copyright © 2018~202
1
| author:卫志强 | 开源版地址:<a href="https://gitee.com/doc_wei01/skyeye" target="_blank">skyeye</a>
'
// 版权信息
"
homePagePath
"
:
"
http://127.0.0.1:80
80
/
"
,
// 前台工程访问地址
"
copyright
"
:
'
skyeye云系列 | Copyright © 2018~202
2
| author:卫志强 | 开源版地址:<a href="https://gitee.com/doc_wei01/skyeye" target="_blank">skyeye</a>
'
// 版权信息
};
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录