Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
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
fengzhaoyu
schedule
Commits
6bda4710
Commit
6bda4710
authored
Feb 18, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f8e539f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
createOrEditSchedule.axml
pages/createOrEditSchedule/createOrEditSchedule.axml
+1
-1
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+1
-1
No files found.
pages/createOrEditSchedule/createOrEditSchedule.axml
View file @
6bda4710
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<view class="text" data-nextPage="remind" onTap="nextPage">
<view class="text" data-nextPage="remind" onTap="nextPage">
<text class="blank">
<text class="blank">
<text a:if="{{aheadTimes.includes(0)}}">立即提醒</text>
<text a:if="{{aheadTimes.includes(0)}}">立即提醒</text>
<text a:if="{{aheadTimes.includes(
1
)}}">5分钟前</text>
<text a:if="{{aheadTimes.includes(
5
)}}">5分钟前</text>
<text a:if="{{aheadTimes.includes(15)}}">15分钟前</text>
<text a:if="{{aheadTimes.includes(15)}}">15分钟前</text>
<text a:if="{{aheadTimes.includes(30)}}">30分钟前</text>
<text a:if="{{aheadTimes.includes(30)}}">30分钟前</text>
<text a:if="{{aheadTimes.includes(60)}}">1小时前</text>
<text a:if="{{aheadTimes.includes(60)}}">1小时前</text>
...
...
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
6bda4710
...
@@ -163,7 +163,6 @@ create.Page({
...
@@ -163,7 +163,6 @@ create.Page({
requiredUsers
:
_that
.
store
.
data
.
requireUserList
,
//必选用户(不可取消选中状态)
requiredUsers
:
_that
.
store
.
data
.
requireUserList
,
//必选用户(不可取消选中状态)
responseUserOnly
:
true
,
//返回人,或者返回人和部门
responseUserOnly
:
true
,
//返回人,或者返回人和部门
success
:
function
(
res
)
{
success
:
function
(
res
)
{
_that
.
store
.
data
.
participatorList
=
[]
res
.
users
.
forEach
((
item
,
index
)
=>
{
res
.
users
.
forEach
((
item
,
index
)
=>
{
_that
.
store
.
data
.
participatorList
.
push
({
userId
:
item
.
userId
,
username
:
item
.
name
,
headUrl
:
item
.
headUrl
})
_that
.
store
.
data
.
participatorList
.
push
({
userId
:
item
.
userId
,
username
:
item
.
name
,
headUrl
:
item
.
headUrl
})
_that
.
store
.
data
.
participatorUserId
.
push
(
item
.
userId
)
_that
.
store
.
data
.
participatorUserId
.
push
(
item
.
userId
)
...
@@ -383,6 +382,7 @@ create.Page({
...
@@ -383,6 +382,7 @@ create.Page({
deleteModel
:
'only'
deleteModel
:
'only'
}
}
dd
.
confirm
({
dd
.
confirm
({
title
:
'温馨提示'
,
content
:
'确认删除本次日程吗'
,
content
:
'确认删除本次日程吗'
,
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
...
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