Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
4614e5ed
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1435
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看板
提交
4614e5ed
编写于
4月 19, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删除申科业务的逻辑,额外开分支
上级
1fbf59f1
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
3 addition
and
157 deletion
+3
-157
shop/src/main/resources/template/js/keepFitOrder/keepFitOrderAdd.js
...ain/resources/template/js/keepFitOrder/keepFitOrderAdd.js
+0
-1
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
+0
-96
shop/src/main/resources/template/js/mealOrder/allMealOrderList.js
.../main/resources/template/js/mealOrder/allMealOrderList.js
+0
-2
shop/src/main/resources/template/js/mealOrder/memberMealOrderList.js
...in/resources/template/js/mealOrder/memberMealOrderList.js
+0
-1
shop/src/main/resources/template/js/mealOrder/storeMealOrderAdd.js
...main/resources/template/js/mealOrder/storeMealOrderAdd.js
+3
-11
shop/src/main/resources/template/js/mealOrder/storeMealOrderList.js
...ain/resources/template/js/mealOrder/storeMealOrderList.js
+0
-2
shop/src/main/resources/template/tpl/meal/mealShenkeChoose.html
...rc/main/resources/template/tpl/meal/mealShenkeChoose.html
+0
-29
shop/src/main/resources/template/tpl/mealOrder/allMealOrderList.html
...in/resources/template/tpl/mealOrder/allMealOrderList.html
+0
-4
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderAdd.html
...n/resources/template/tpl/mealOrder/storeMealOrderAdd.html
+0
-6
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderList.html
.../resources/template/tpl/mealOrder/storeMealOrderList.html
+0
-4
userauth/src/main/resources/template/js/syseveuserstaff/syseveuserstafflist.js
...ources/template/js/syseveuserstaff/syseveuserstafflist.js
+0
-1
未找到文件。
shop/src/main/resources/template/js/keepFitOrder/keepFitOrderAdd.js
浏览文件 @
4614e5ed
...
@@ -123,7 +123,6 @@ layui.config({
...
@@ -123,7 +123,6 @@ layui.config({
servicePrice
:
0
,
servicePrice
:
0
,
remark
:
$
(
"
#remark
"
).
val
(),
remark
:
$
(
"
#remark
"
).
val
(),
type
:
2
,
type
:
2
,
source
:
2
,
consumeMationList
:
JSON
.
stringify
(
tableData
)
consumeMationList
:
JSON
.
stringify
(
tableData
)
};
};
...
...
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
已删除
100644 → 0
浏览文件 @
1fbf59f1
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
,
'
fsCommon
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
// 设置提示信息
var
s
=
"
套餐选择规则:1.单选,双击指定行数据即可选中
"
;
s
+=
'
如没有查到要选择的套餐,请检查套餐信息是否满足当前规则。
'
;
$
(
"
#showInfo
"
).
html
(
s
);
initTable
();
// 根据门店id获取申科的套餐信息
function
initTable
(){
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
GET
'
,
url
:
shopBasePath
+
'
getMealListByShenke
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
false
,
cols
:
[[
{
type
:
'
radio
'
},
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
mealName
'
,
title
:
'
套餐
'
,
align
:
'
left
'
,
width
:
200
},
{
field
:
'
name
'
,
title
:
'
规格
'
,
align
:
'
left
'
,
width
:
200
},
{
field
:
'
totalCount
'
,
title
:
'
可使用次数
'
,
width
:
120
},
{
field
:
'
showPrice
'
,
title
:
'
展示价
'
,
width
:
100
},
]],
done
:
function
(
res
,
curr
,
count
){
matchingLanguage
();
$
(
'
#messageTable
'
).
next
().
find
(
'
.layui-table-body
'
).
find
(
"
table
"
).
find
(
"
tbody
"
).
children
(
"
tr
"
).
on
(
'
dblclick
'
,
function
(){
var
dubClick
=
$
(
'
#messageTable
'
).
next
().
find
(
'
.layui-table-body
'
).
find
(
"
table
"
).
find
(
"
tbody
"
).
find
(
"
.layui-table-hover
"
);
dubClick
.
find
(
"
input[type='radio']
"
).
prop
(
"
checked
"
,
true
);
form
.
render
();
var
chooseIndex
=
JSON
.
stringify
(
dubClick
.
data
(
'
index
'
));
var
obj
=
res
.
rows
[
chooseIndex
];
parent
.
mealMation
=
obj
;
parent
.
refreshCode
=
'
0
'
;
parent
.
layer
.
close
(
index
);
});
$
(
'
#messageTable
'
).
next
().
find
(
'
.layui-table-body
'
).
find
(
"
table
"
).
find
(
"
tbody
"
).
children
(
"
tr
"
).
on
(
'
click
'
,
function
(){
var
click
=
$
(
'
#messageTable
'
).
next
().
find
(
'
.layui-table-body
'
).
find
(
"
table
"
).
find
(
"
tbody
"
).
find
(
"
.layui-table-hover
"
);
click
.
find
(
"
input[type='radio']
"
).
prop
(
"
checked
"
,
true
);
form
.
render
();
})
}
});
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
select
'
)
{
//详情
details
(
data
);
}
});
form
.
render
();
}
form
.
render
();
form
.
on
(
'
submit(formSearch)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
return
false
;
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
(){
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
(){
return
{
storeId
:
parent
.
storeId
,
};
}
exports
(
'
mealShenkeChoose
'
,
{});
});
\ No newline at end of file
shop/src/main/resources/template/js/mealOrder/allMealOrderList.js
浏览文件 @
4614e5ed
...
@@ -67,7 +67,6 @@ layui.config({
...
@@ -67,7 +67,6 @@ layui.config({
}},
}},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
rowspan
:
'
2
'
,
align
:
"
center
"
},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
rowspan
:
'
2
'
,
align
:
"
center
"
},
{
field
:
'
createName
'
,
title
:
'
专属顾问
'
,
width
:
120
,
rowspan
:
'
2
'
},
{
field
:
'
createName
'
,
title
:
'
专属顾问
'
,
width
:
120
,
rowspan
:
'
2
'
},
{
field
:
'
label
'
,
title
:
'
员工标签
'
,
width
:
120
,
rowspan
:
'
2
'
,
align
:
"
left
"
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
rowspan
:
'
2
'
,
width
:
150
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
rowspan
:
'
2
'
,
width
:
150
},
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
rowspan
:
'
2
'
,
templet
:
function
(
d
){
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
rowspan
:
'
2
'
,
templet
:
function
(
d
){
if
(
d
.
type
==
1
){
if
(
d
.
type
==
1
){
...
@@ -142,7 +141,6 @@ layui.config({
...
@@ -142,7 +141,6 @@ layui.config({
createName
:
$
(
"
#createName
"
).
val
(),
createName
:
$
(
"
#createName
"
).
val
(),
type
:
$
(
"
#type
"
).
val
(),
type
:
$
(
"
#type
"
).
val
(),
natureId
:
$
(
"
#natureId
"
).
val
(),
natureId
:
$
(
"
#natureId
"
).
val
(),
label
:
$
(
"
#label
"
).
val
(),
state
:
$
(
"
#state
"
).
val
(),
state
:
$
(
"
#state
"
).
val
(),
areaId
:
$
(
"
#areaId
"
).
val
(),
areaId
:
$
(
"
#areaId
"
).
val
(),
storeId
:
$
(
"
#storeId
"
).
val
(),
storeId
:
$
(
"
#storeId
"
).
val
(),
...
...
shop/src/main/resources/template/js/mealOrder/memberMealOrderList.js
浏览文件 @
4614e5ed
...
@@ -39,7 +39,6 @@ layui.config({
...
@@ -39,7 +39,6 @@ layui.config({
return
shopUtil
.
getMealOrderStateName
(
d
);
return
shopUtil
.
getMealOrderStateName
(
d
);
}},
}},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
align
:
"
center
"
},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
align
:
"
center
"
},
{
field
:
'
label
'
,
title
:
'
员工标签
'
,
width
:
120
,
align
:
"
left
"
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
templet
:
function
(
d
){
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
templet
:
function
(
d
){
if
(
d
.
type
==
1
){
if
(
d
.
type
==
1
){
...
...
shop/src/main/resources/template/js/mealOrder/storeMealOrderAdd.js
浏览文件 @
4614e5ed
...
@@ -31,11 +31,6 @@ layui.config({
...
@@ -31,11 +31,6 @@ layui.config({
memberMation
=
parent
.
memberMation
;
memberMation
=
parent
.
memberMation
;
$
(
"
#memberName
"
).
html
(
memberMation
.
contacts
);
$
(
"
#memberName
"
).
html
(
memberMation
.
contacts
);
// 获取当前登录员工信息
systemCommonUtil
.
getSysCurrentLoginUserMation
(
function
(
json
){
$
(
"
#label
"
).
html
(
json
.
bean
.
label
);
});
// 加载我所在的门店
// 加载我所在的门店
shopUtil
.
queryStaffBelongStoreList
(
function
(
json
){
shopUtil
.
queryStaffBelongStoreList
(
function
(
json
){
$
(
"
#storeId
"
).
html
(
getDataUseHandlebars
(
$
(
"
#selectTemplate
"
).
html
(),
json
));
$
(
"
#storeId
"
).
html
(
getDataUseHandlebars
(
$
(
"
#selectTemplate
"
).
html
(),
json
));
...
@@ -114,9 +109,7 @@ layui.config({
...
@@ -114,9 +109,7 @@ layui.config({
natureId
:
$
(
"
#natureId
"
).
val
(),
natureId
:
$
(
"
#natureId
"
).
val
(),
memberId
:
memberMation
.
id
,
memberId
:
memberMation
.
id
,
remark
:
$
(
"
#remark
"
).
val
(),
remark
:
$
(
"
#remark
"
).
val
(),
label
:
$
(
"
#label
"
).
html
(),
type
:
2
,
type
:
2
,
source
:
2
,
mealList
:
JSON
.
stringify
(
tableData
)
mealList
:
JSON
.
stringify
(
tableData
)
};
};
...
@@ -183,9 +176,9 @@ layui.config({
...
@@ -183,9 +176,9 @@ layui.config({
return
false
;
return
false
;
}
}
_openNewWindows
({
_openNewWindows
({
url
:
"
../../tpl/meal/meal
Shenke
Choose.html
"
,
url
:
"
../../tpl/meal/mealChoose.html
"
,
title
:
"
选择套餐
"
,
title
:
"
选择套餐
"
,
pageId
:
"
meal
Shenke
Choose
"
,
pageId
:
"
mealChoose
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
callBack
:
function
(
refreshCode
){
if
(
refreshCode
==
'
0
'
)
{
if
(
refreshCode
==
'
0
'
)
{
...
@@ -215,8 +208,7 @@ layui.config({
...
@@ -215,8 +208,7 @@ layui.config({
var
mealMationJson
=
$
(
"
#mealId
"
+
rowNum
.
toString
()).
attr
(
"
mealMaion
"
);
var
mealMationJson
=
$
(
"
#mealId
"
+
rowNum
.
toString
()).
attr
(
"
mealMaion
"
);
if
(
!
isNull
(
mealMationJson
)){
if
(
!
isNull
(
mealMationJson
)){
var
mealMation
=
JSON
.
parse
(
mealMationJson
);
var
mealMation
=
JSON
.
parse
(
mealMationJson
);
// allPrice = sum(allPrice, mealMation.unformatPrice);
allPrice
=
sum
(
allPrice
,
mealMation
.
unformatPrice
);
allPrice
=
sum
(
allPrice
,
mealMation
.
showPrice
);
}
}
});
});
$
(
"
#allPrice
"
).
html
(
allPrice
+
"
元
"
);
$
(
"
#allPrice
"
).
html
(
allPrice
+
"
元
"
);
...
...
shop/src/main/resources/template/js/mealOrder/storeMealOrderList.js
浏览文件 @
4614e5ed
...
@@ -65,7 +65,6 @@ layui.config({
...
@@ -65,7 +65,6 @@ layui.config({
}},
}},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
align
:
"
center
"
},
{
field
:
'
natureName
'
,
title
:
'
订单性质
'
,
width
:
80
,
align
:
"
center
"
},
{
field
:
'
createName
'
,
title
:
'
专属顾问
'
,
width
:
120
},
{
field
:
'
createName
'
,
title
:
'
专属顾问
'
,
width
:
120
},
{
field
:
'
label
'
,
title
:
'
员工标签
'
,
width
:
120
,
align
:
"
left
"
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
payTime
'
,
title
:
'
支付时间
'
,
align
:
'
center
'
,
width
:
150
},
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
templet
:
function
(
d
){
{
field
:
'
type
'
,
title
:
'
订单来源
'
,
width
:
80
,
align
:
"
center
"
,
templet
:
function
(
d
){
if
(
d
.
type
==
1
){
if
(
d
.
type
==
1
){
...
@@ -233,7 +232,6 @@ layui.config({
...
@@ -233,7 +232,6 @@ layui.config({
createName
:
$
(
"
#createName
"
).
val
(),
createName
:
$
(
"
#createName
"
).
val
(),
type
:
$
(
"
#type
"
).
val
(),
type
:
$
(
"
#type
"
).
val
(),
natureId
:
$
(
"
#natureId
"
).
val
(),
natureId
:
$
(
"
#natureId
"
).
val
(),
label
:
$
(
"
#label
"
).
val
(),
state
:
$
(
"
#state
"
).
val
(),
state
:
$
(
"
#state
"
).
val
(),
storeId
:
storeId
,
storeId
:
storeId
,
startTime
:
startTime
,
startTime
:
startTime
,
...
...
shop/src/main/resources/template/tpl/meal/mealShenkeChoose.html
已删除
100644 → 0
浏览文件 @
1fbf59f1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"txtcenter"
style=
"margin:0 auto;padding-top:10px;"
>
<div
class=
"winui-tip alert-info"
id=
"showInfo"
>
</div>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/meal/
'
}).
use
(
'
mealShenkeChoose
'
);
</script>
</body>
</html>
\ No newline at end of file
shop/src/main/resources/template/tpl/mealOrder/allMealOrderList.html
浏览文件 @
4614e5ed
...
@@ -73,10 +73,6 @@
...
@@ -73,10 +73,6 @@
<select
id=
"natureId"
name=
"natureId"
lay-filter=
"natureId"
lay-search=
""
>
<select
id=
"natureId"
name=
"natureId"
lay-filter=
"natureId"
lay-search=
""
>
</select>
</select>
</div>
</div>
<label
class=
"layui-form-label"
>
员工标签
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"label"
name=
"label"
placeholder=
"请输入员工标签"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
创建时间
</label>
<label
class=
"layui-form-label"
>
创建时间
</label>
<div
class=
"layui-input-inline"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"createTime"
name=
"createTime"
placeholder=
"请输入创建时间"
class=
"layui-input"
/>
<input
type=
"text"
id=
"createTime"
name=
"createTime"
placeholder=
"请输入创建时间"
class=
"layui-input"
/>
...
...
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderAdd.html
浏览文件 @
4614e5ed
...
@@ -31,12 +31,6 @@
...
@@ -31,12 +31,6 @@
</select>
</select>
</div>
</div>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs6"
>
<label
class=
"layui-form-label"
>
员工标签
</label>
<div
class=
"layui-input-block ver-center"
id=
"label"
>
</div>
</div>
<div
class=
"layui-form-item layui-col-xs12"
>
<div
class=
"layui-form-item layui-col-xs12"
>
<label
class=
"layui-form-label"
>
套餐
</label>
<label
class=
"layui-form-label"
>
套餐
</label>
<div
class=
"layui-input-block"
>
<div
class=
"layui-input-block"
>
...
...
shop/src/main/resources/template/tpl/mealOrder/storeMealOrderList.html
浏览文件 @
4614e5ed
...
@@ -68,10 +68,6 @@
...
@@ -68,10 +68,6 @@
<select
id=
"natureId"
name=
"natureId"
lay-filter=
"natureId"
lay-search=
""
>
<select
id=
"natureId"
name=
"natureId"
lay-filter=
"natureId"
lay-search=
""
>
</select>
</select>
</div>
</div>
<label
class=
"layui-form-label"
>
员工标签
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"label"
name=
"label"
placeholder=
"请输入员工标签"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
创建时间
</label>
<label
class=
"layui-form-label"
>
创建时间
</label>
<div
class=
"layui-input-inline"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"createTime"
name=
"createTime"
placeholder=
"请输入创建时间"
class=
"layui-input"
/>
<input
type=
"text"
id=
"createTime"
name=
"createTime"
placeholder=
"请输入创建时间"
class=
"layui-input"
/>
...
...
userauth/src/main/resources/template/js/syseveuserstaff/syseveuserstafflist.js
浏览文件 @
4614e5ed
...
@@ -88,7 +88,6 @@ layui.config({
...
@@ -88,7 +88,6 @@ layui.config({
return
"
<span class='state-down'>未分配</span>
"
;
return
"
<span class='state-down'>未分配</span>
"
;
}
}
}},
}},
{
field
:
'
label
'
,
title
:
'
员工标签
'
,
width
:
120
,
rowspan
:
'
3
'
,
align
:
"
left
"
},
{
field
:
'
userIdCard
'
,
title
:
'
身份证
'
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
width
:
160
},
{
field
:
'
userIdCard
'
,
title
:
'
身份证
'
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
width
:
160
},
{
field
:
'
workTimeNum
'
,
title
:
'
考勤班次
'
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
width
:
80
},
{
field
:
'
workTimeNum
'
,
title
:
'
考勤班次
'
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
width
:
80
},
{
field
:
'
userSex
'
,
title
:
'
性别
'
,
width
:
60
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
templet
:
function
(
d
){
{
field
:
'
userSex
'
,
title
:
'
性别
'
,
width
:
60
,
rowspan
:
'
3
'
,
align
:
'
center
'
,
templet
:
function
(
d
){
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录