Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
774acafe
Commit
774acafe
authored
Sep 08, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:活动配置禁用时间
parent
e9554a1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.vue
src/pages/Groupmeal/Marketing/index.vue
+4
-0
index.vue
src/pages/Groupmeal/headManagement/index.vue
+4
-2
No files found.
src/pages/Groupmeal/Marketing/index.vue
View file @
774acafe
...
...
@@ -44,6 +44,7 @@
type=
"datetime"
@
change=
"timeChange"
format=
"YYYY-MM-DD"
:disabled-date=
"hanleDisableTime"
placeholder=
"请设置时间"
></el-date-picker>
</el-form-item>
...
...
@@ -172,6 +173,9 @@
date
:
""
,
config
:
[],
},
hanleDisableTime
(
time
)
{
return
time
.
getTime
()
<
Date
.
now
();
},
};
},
created
()
{
...
...
src/pages/Groupmeal/headManagement/index.vue
View file @
774acafe
...
...
@@ -229,7 +229,6 @@
}
},
initMap
()
{
// 加载PositionPicker,loadUI的路径参数为模块名中 'ui/' 之后的部分
let
AMapUI
=
(
this
.
AMapUI
=
window
.
AMapUI
);
let
AMap
=
(
this
.
AMap
=
window
.
AMap
);
AMapUI
.
loadUI
([
"misc/PositionPicker"
],
(
PositionPicker
)
=>
{
...
...
@@ -249,7 +248,10 @@
// mapConfig.area = "北京市";
// }
let
map
=
new
AMap
.
Map
(
"js-container"
,
mapConfig
);
map
.
Marker
(
"js-container"
,
{});
new
AMap
.
Marker
({
position
:
[
this
.
pointObj
.
longitude
,
this
.
pointObj
.
latitude
],
map
:
map
,
});
let
_this
=
this
;
// 加载地图搜索插件
...
...
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