Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
d42ae8c7
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看板
提交
d42ae8c7
编写于
5月 16, 2024
作者:
L
LAPTOP-UV1MNL38\18023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:PC端修改门店信息设定页面代码
上级
6d0717dc
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
17 addition
and
20 deletion
+17
-20
shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js
...esources/template/js/storeOnlineSetUp/storeOnlineSetUp.js
+8
-11
shop/src/main/resources/template/tpl/storeOnlineSetUp/storeOnlineSetUp.html
...urces/template/tpl/storeOnlineSetUp/storeOnlineSetUp.html
+7
-7
web/src/main/resources/bootstrap.yml
web/src/main/resources/bootstrap.yml
+2
-2
未找到文件。
shop/src/main/resources/template/js/storeOnlineSetUp/storeOnlineSetUp.js
浏览文件 @
d42ae8c7
...
...
@@ -37,13 +37,7 @@ layui.config({
pagination
:
false
,
method
:
"
GET
"
,
template
:
beanTemplate
,
ajaxSendLoadBefore
:
function
(
hdb
,
json
){
if
(
isNull
(
json
.
bean
.
onlineBookJson
)){
json
.
bean
.
onlineBookJson
=
[];
}
else
{
json
.
bean
.
onlineBookJson
=
JSON
.
parse
(
json
.
bean
.
onlineBookJson
);
}
},
ajaxSendLoadBefore
:
function
(
hdb
,
json
)
{},
ajaxSendAfter
:
function
(
data
)
{
var
startTime
=
laydate
.
render
({
...
...
@@ -116,16 +110,19 @@ layui.config({
}
var
params
=
{
rowI
d
:
$
(
"
#storeId
"
).
val
(),
businessS
tartTime
:
$
(
"
#businessStartTime
"
).
val
(),
businessE
ndTime
:
$
(
"
#businessEndTime
"
).
val
(),
i
d
:
$
(
"
#storeId
"
).
val
(),
s
tartTime
:
$
(
"
#businessStartTime
"
).
val
(),
e
ndTime
:
$
(
"
#businessEndTime
"
).
val
(),
onlineBookAppoint
:
$
(
"
input[name='onlineBookAppoint']:checked
"
).
val
(),
onlineBookRadix
:
$
(
"
#onlineBookRadix
"
).
val
(),
onlineBookType
:
$
(
"
input[name='onlineBookType']:checked
"
).
val
(),
onlineBookJson
:
JSON
.
stringify
(
tableData
)
};
if
(
isNull
(
params
.
onlineBookType
))
{
params
.
onlineBookType
=
''
}
AjaxPostUtil
.
request
({
url
:
shopBasePath
+
"
s
tore009
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
shopBasePath
+
"
s
aveStoreOnlineMation
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
'
保存成功
'
,
{
icon
:
1
,
time
:
2000
});
},
async
:
true
});
}
...
...
shop/src/main/resources/template/tpl/storeOnlineSetUp/storeOnlineSetUp.html
浏览文件 @
d42ae8c7
...
...
@@ -32,13 +32,13 @@
<
div
class
=
"
layui-form-item layui-col-xs6
"
>
<
label
class
=
"
layui-form-label
"
>
开始时间
<
i
class
=
"
red
"
>*<
/i></
label
>
<
div
class
=
"
layui-input-block
"
>
<
input
type
=
"
text
"
id
=
"
businessStartTime
"
name
=
"
businessStartTime
"
win
-
verify
=
"
required
"
placeholder
=
"
请选择开始时间
"
class
=
"
layui-input
"
value
=
"
{{
businessS
tartTime}}
"
/>
<
input
type
=
"
text
"
id
=
"
businessStartTime
"
name
=
"
businessStartTime
"
win
-
verify
=
"
required
"
placeholder
=
"
请选择开始时间
"
class
=
"
layui-input
"
value
=
"
{{
s
tartTime}}
"
/>
<
/div
>
<
/div
>
<
div
class
=
"
layui-form-item layui-col-xs6
"
>
<
label
class
=
"
layui-form-label
"
>
结束时间
<
i
class
=
"
red
"
>*<
/i></
label
>
<
div
class
=
"
layui-input-block
"
>
<
input
type
=
"
text
"
id
=
"
businessEndTime
"
name
=
"
businessEndTime
"
win
-
verify
=
"
required
"
placeholder
=
"
请选择结束时间
"
class
=
"
layui-input
"
value
=
"
{{
businessE
ndTime}}
"
/>
<
input
type
=
"
text
"
id
=
"
businessEndTime
"
name
=
"
businessEndTime
"
win
-
verify
=
"
required
"
placeholder
=
"
请选择结束时间
"
class
=
"
layui-input
"
value
=
"
{{
e
ndTime}}
"
/>
<
/div
>
<
/div
>
<
div
class
=
"
layui-form-item layui-col-xs12
"
>
...
...
@@ -118,11 +118,11 @@
<
tbody
class
=
"
insurance-table
"
>
{{
#
each
storeStaffList
}}
<
tr
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
jobNumber
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
userName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 140px;
"
>
{{
companyName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
departmentName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 120px;
"
>
{{
jobName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
staffMation
.
userCode
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
staffMation
.
userName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 140px;
"
>
{{
staffMation
.
companyName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 100px;
"
>
{{
staffMation
.
departmentName
}}
<
/div></
td
>
<
td
><
div
style
=
"
width: 120px;
"
>
{{
staffMation
.
jobName
}}
<
/div></
td
>
<
/tr
>
{{
/
each
}}
<
/tbody
>
...
...
web/src/main/resources/bootstrap.yml
浏览文件 @
d42ae8c7
...
...
@@ -10,9 +10,9 @@ spring:
cloud
:
nacos
:
discovery
:
server-addr
:
localhost
:9000
# 配置服务注册nacos地址
server-addr
:
172.18.92.40
:9000
# 配置服务注册nacos地址
config
:
# 指定nacos server的地址
server-addr
:
localhost
:9000
server-addr
:
172.18.92.40
:9000
file-extension
:
yml
namespace
:
dev
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录