Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
505628d0
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
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看板
提交
505628d0
编写于
2月 26, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
套餐订单同步修改
上级
a8f6ff32
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
5 deletion
+6
-5
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
+2
-2
shop/src/main/resources/template/js/mealOrder/storeMealOrderAdd.js
...main/resources/template/js/mealOrder/storeMealOrderAdd.js
+3
-2
shop/src/main/resources/template/js/store/storeList.js
shop/src/main/resources/template/js/store/storeList.js
+1
-1
未找到文件。
shop/src/main/resources/template/js/meal/mealShenkeChoose.js
浏览文件 @
505628d0
...
...
@@ -24,7 +24,7 @@ layui.config({
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
method
:
'
GET
'
,
url
:
shopBasePath
+
'
getMealListByShenke
'
,
where
:
getTableParams
(),
even
:
true
,
...
...
@@ -34,7 +34,7 @@ layui.config({
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
mealName
'
,
title
:
'
套餐
'
,
align
:
'
left
'
,
width
:
200
},
{
field
:
'
name
'
,
title
:
'
规格
'
,
align
:
'
left
'
,
width
:
200
},
{
field
:
'
mealNum
'
,
title
:
'
可使用次数
'
,
width
:
120
},
{
field
:
'
totalCount
'
,
title
:
'
可使用次数
'
,
width
:
120
},
{
field
:
'
showPrice
'
,
title
:
'
展示价
'
,
width
:
100
},
]],
done
:
function
(
res
,
curr
,
count
){
...
...
shop/src/main/resources/template/js/mealOrder/storeMealOrderAdd.js
浏览文件 @
505628d0
...
...
@@ -78,6 +78,7 @@ layui.config({
var
mealMation
=
JSON
.
parse
(
$
(
"
#mealId
"
+
rowNum
.
toString
()).
attr
(
"
mealMaion
"
));
var
row
=
{
mealId
:
mealMation
.
mealId
,
skuId
:
mealMation
.
id
,
memberCarId
:
$
(
"
#carId
"
+
rowNum
.
toString
()).
val
(),
mealName
:
mealMation
.
name
,
mealNum
:
mealMation
.
totalCount
,
...
...
@@ -172,8 +173,8 @@ layui.config({
// 获取表格行号
var
thisRowNum
=
trId
.
replace
(
"
tr
"
,
""
);
$
(
"
#mealId
"
+
thisRowNum
.
toString
()).
val
(
mealMation
.
titl
e
);
$
(
"
#num
"
+
thisRowNum
.
toString
()).
html
(
mealMation
.
mealNum
);
$
(
"
#mealId
"
+
thisRowNum
.
toString
()).
val
(
mealMation
.
nam
e
);
$
(
"
#num
"
+
thisRowNum
.
toString
()).
html
(
mealMation
.
totalCount
);
$
(
"
#price
"
+
thisRowNum
.
toString
()).
html
(
mealMation
.
showPrice
);
$
(
"
#mealId
"
+
thisRowNum
.
toString
()).
attr
(
"
mealMaion
"
,
JSON
.
stringify
(
mealMation
));
calcAllPrice
();
...
...
shop/src/main/resources/template/js/store/storeList.js
浏览文件 @
505628d0
...
...
@@ -29,7 +29,7 @@ layui.config({
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
fixed
:
'
left
'
,
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
门店
'
,
align
:
'
left
'
,
width
:
14
0
,
fixed
:
'
left
'
,
templet
:
function
(
d
){
{
field
:
'
name
'
,
title
:
'
门店
'
,
align
:
'
left
'
,
width
:
27
0
,
fixed
:
'
left
'
,
templet
:
function
(
d
){
return
'
<a lay-event="select" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
areaName
'
,
title
:
'
所属区域
'
,
width
:
120
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录