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
4491cfde
Commit
4491cfde
authored
Feb 18, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改头像,部分问题
parent
00b183ac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
createOrEditSchedule.axml
pages/createOrEditSchedule/createOrEditSchedule.axml
+1
-1
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+5
-2
participantsDetail.js
pages/participantsDetail/participantsDetail.js
+1
-1
scheduleDetail.acss
pages/scheduleDetail/scheduleDetail.acss
+5
-0
scheduleDetail.axml
pages/scheduleDetail/scheduleDetail.axml
+1
-1
No files found.
pages/createOrEditSchedule/createOrEditSchedule.axml
View file @
4491cfde
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
</view>
</view>
</view>
</view>
<!-- 重复 -->
<!-- 重复 -->
<view class="repeat" a:if="{{!!repeatable}}">
<view class="repeat" a:if="{{!!
scheduleItem&&!!
repeatable}}">
<view class="iconfont iconchongfu">
<view class="iconfont iconchongfu">
</view>
</view>
<view class="repeatContaint">
<view class="repeatContaint">
...
...
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
4491cfde
...
@@ -155,6 +155,8 @@ create.Page({
...
@@ -155,6 +155,8 @@ create.Page({
addParticipants
()
{
addParticipants
()
{
const
_that
=
this
const
_that
=
this
dd
.
complexChoose
({
dd
.
complexChoose
({
limitTips
:
"超出了"
,
//超过限定人数返回提示
maxUsers
:
100
,
//最大可选人数
title
:
"选择参会人"
,
//标题
title
:
"选择参会人"
,
//标题
multiple
:
true
,
//是否多选
multiple
:
true
,
//是否多选
pickedUsers
:
_that
.
store
.
data
.
participatorUserId
,
//已选用户
pickedUsers
:
_that
.
store
.
data
.
participatorUserId
,
//已选用户
...
@@ -346,7 +348,7 @@ create.Page({
...
@@ -346,7 +348,7 @@ create.Page({
this
.
store
.
data
.
requireUserList
=
participatorUserId
this
.
store
.
data
.
requireUserList
=
participatorUserId
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
participatorList
=
participatorList
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
||
''
this
.
store
.
data
.
remark
=
res
.
data
.
data
.
remark
||
''
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
this
.
store
.
data
.
recurrenceModel
=
res
.
data
.
data
.
recurrenceModel
||
{
model
:
'no-repeat'
}
this
.
setData
({
this
.
setData
({
originUserList
:
participatorList
,
originUserList
:
participatorList
,
...
@@ -488,6 +490,7 @@ create.Page({
...
@@ -488,6 +490,7 @@ create.Page({
})
})
})
})
}
},
// 去重
});
});
pages/participantsDetail/participantsDetail.js
View file @
4491cfde
...
@@ -29,7 +29,7 @@ create.Page({
...
@@ -29,7 +29,7 @@ create.Page({
title
:
"选择参会人"
,
//标题
title
:
"选择参会人"
,
//标题
multiple
:
true
,
//是否多选
multiple
:
true
,
//是否多选
limitTips
:
"超出了"
,
//超过限定人数返回提示
limitTips
:
"超出了"
,
//超过限定人数返回提示
maxUsers
:
100
0
,
//最大可选人数
maxUsers
:
100
,
//最大可选人数
pickedUsers
:
_that
.
store
.
data
.
participatorUserId
,
//已选用户
pickedUsers
:
_that
.
store
.
data
.
participatorUserId
,
//已选用户
requiredUsers
:
[],
//必选用户(不可取消选中状态
requiredUsers
:
[],
//必选用户(不可取消选中状态
responseUserOnly
:
true
,
//返回人,或者返回人和部门
responseUserOnly
:
true
,
//返回人,或者返回人和部门
...
...
pages/scheduleDetail/scheduleDetail.acss
View file @
4491cfde
...
@@ -74,6 +74,11 @@ page {
...
@@ -74,6 +74,11 @@ page {
background: #3296Fa;
background: #3296Fa;
margin-right: 16rpx;
margin-right: 16rpx;
}
}
.imageGroup image {
width: 58rpx;
height: 58rpx;
border-radius: 50%;
}
.number {
.number {
margin-right: 16rpx;
margin-right: 16rpx;
...
...
pages/scheduleDetail/scheduleDetail.axml
View file @
4491cfde
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<text a:if="{{aheadTimes.includes(2880)}}">两天前</text>
<text a:if="{{aheadTimes.includes(2880)}}">两天前</text>
<text a:if="{{aheadTimes.includes(10080)}}">1周前</text>
<text a:if="{{aheadTimes.includes(10080)}}">1周前</text>
提醒
提醒
</view>
Ï
</view>
</view>
</view>
<!-- 会议描述 -->
<!-- 会议描述 -->
<view class="describe" a:if="{{!!remark}}">
<view class="describe" a:if="{{!!remark}}">
...
...
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