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
3768f978
Commit
3768f978
authored
Feb 28, 2020
by
liang ce
Browse files
Options
Browse Files
Download
Plain Diff
合并代码
parents
abde788a
5252d5ad
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
64 additions
and
6 deletions
+64
-6
app.json
app.json
+1
-0
createOrEditSchedule.acss
pages/createOrEditSchedule/createOrEditSchedule.acss
+38
-2
createOrEditSchedule.axml
pages/createOrEditSchedule/createOrEditSchedule.axml
+19
-0
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+2
-1
scheduleDetail.axml
pages/scheduleDetail/scheduleDetail.axml
+4
-3
No files found.
app.json
View file @
3768f978
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
"pages"
:
[
"pages"
:
[
"pages/index/index"
,
"pages/index/index"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/createOrEditSchedule/createOrEditSchedule"
,
"pages/uploadFile/uploadFile"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/meetingRoomList/meetingRoomList"
,
"pages/uploadFile/uploadFile"
,
"pages/uploadFile/uploadFile"
,
"pages/repetitionTime/repetitionTime"
,
"pages/repetitionTime/repetitionTime"
,
...
...
pages/createOrEditSchedule/createOrEditSchedule.acss
View file @
3768f978
...
@@ -7,9 +7,11 @@ page {
...
@@ -7,9 +7,11 @@ page {
padding-bottom: 180rpx;
padding-bottom: 180rpx;
box-sizing: border-box;
box-sizing: border-box;
}
}
.iconfont {
.iconfont {
font-size: 32rpx;
font-size: 32rpx;
}
}
::-webkit-scrollbar {
::-webkit-scrollbar {
display: none
display: none
}
}
...
@@ -296,6 +298,7 @@ page {
...
@@ -296,6 +298,7 @@ page {
.editList>view {
.editList>view {
margin: 24rpx 0;
margin: 24rpx 0;
}
}
.listIcon {
.listIcon {
line-height: 30rpx;
line-height: 30rpx;
text-align: center;
text-align: center;
...
@@ -375,23 +378,55 @@ page {
...
@@ -375,23 +378,55 @@ page {
.blank>text {
.blank>text {
margin-right: 10rpx;
margin-right: 10rpx;
}
}
.container {
.container {
position: relative;
position: relative;
}
}
.permissions {
.permissions {
width: 100%;
width: 100%;
background:rgba(0, 0, 0, 0);
background:
rgba(0, 0, 0, 0);
position: absolute;
position: absolute;
height: 100%;
height: 100%;
top: 0;
top: 0;
z-index: 10;
z-index: 10;
}
}
.noPermissions {
.noPermissions {
opacity: 0.6;
opacity: 0.6;
}
}
.iconshanchu3 {
.iconshanchu3 {
color: #f25643;
color: #f25643;
}
}
.iconshanchu3+.listText {
.iconshanchu3+.listText {
color: #f25643;
color: #f25643;
}
}
.popupWindow {
height: 100%;
width: 100%;
position: fixed;
top: 0;
background: rgba(0, 0, 0, 0.12)
}
.popupWindowCenter {
width: 587rpx;
left: 50%;
margin-left: -293rpx;
height: auto;
position: absolute;
border-radius: 10rpx;
top: 450rpx;
background: #fff;
}
.list {
height: 96rpx;
text-align: center;
line-height: 96rpx;
text-align: center;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}
\ No newline at end of file
pages/createOrEditSchedule/createOrEditSchedule.axml
View file @
3768f978
...
@@ -220,4 +220,22 @@
...
@@ -220,4 +220,22 @@
</view>
</view>
<mw-modal isShowModal="{{isShowModal}}" time="{{propsTime}}" onChange="changeSelectTime">
<mw-modal isShowModal="{{isShowModal}}" time="{{propsTime}}" onChange="changeSelectTime">
</mw-modal>
</mw-modal>
<view class="popupWindow">
<view class="popupWindowCenter">
<view class="list">
向参会人发送通知?
</view>
<view class="list">
发送
</view>
<view class="list">
不发送
</view>
<view class="list">
继续编辑
</view>
</view>
</view>
</block>
</block>
\ No newline at end of file
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
3768f978
...
@@ -31,7 +31,8 @@ create.Page({
...
@@ -31,7 +31,8 @@ create.Page({
isRepeat
:
''
,
isRepeat
:
''
,
permissions
:
''
,
permissions
:
''
,
showPage
:
false
,
showPage
:
false
,
isClicked
:
false
isClicked
:
false
,
popupWindowList
:
[{
id
:
0
}]
},
},
onLoad
(
event
)
{
onLoad
(
event
)
{
let
index
=
new
Date
().
getDay
()
let
index
=
new
Date
().
getDay
()
...
...
pages/scheduleDetail/scheduleDetail.axml
View file @
3768f978
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
${time2.substring(5, 7)}月${time2.substring(8, 10)}日 ${time2.substring(11, 16)}
${time2.substring(5, 7)}月${time2.substring(8, 10)}日 ${time2.substring(11, 16)}
`}}
`}}
<view class="repeatTip" a:if="{{!!isRepeatable}}">
<view class="repeatTip" a:if="{{!!isRepeatable}}">
每周三重复,截止到2020年3月29
{{recModel.model=='day_in_week'?(recModel.weekDayList.length==5?'每周的工作日重复':'每'+week+'重复'):'每天重复'}},
{{recModel.forever=='1'? '永不截止':'截止到'+recModel.terminateTime}}
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -104,7 +105,7 @@
...
@@ -104,7 +105,7 @@
{{item2.fileName}}
{{item2.fileName}}
</view>
</view>
</view>
</view>
<view class="modFile" a:if="{{organizer == pemissions?(item.meetingLogId == meetingLogId):(item.meetingLogId == meetingLogId&&item.scheduleAccessory.uploaderInfo.userId==pemissions)}}"
>
<view class="modFile" a:if="{{organizer == pemissions?(item.meetingLogId == meetingLogId):(item.meetingLogId == meetingLogId&&item.scheduleAccessory.uploaderInfo.userId==pemissions)}}">
<view class="ediFile" data-nextPage="editFile" catchTap="nextPage" data-file="{{item.scheduleAccessory}}">
<view class="ediFile" data-nextPage="editFile" catchTap="nextPage" data-file="{{item.scheduleAccessory}}">
编辑
编辑
</view>
</view>
...
@@ -140,7 +141,7 @@
...
@@ -140,7 +141,7 @@
</view>
</view>
</picker>
</picker>
<view class="buttonGroup" data-value=0 onTap="confirmAtten" a:if="{{!(organizer == pemissions)&&isRepeatable == 0}}">
<view class="buttonGroup" data-value=0 onTap="confirmAtten" a:if="{{!(organizer == pemissions)&&isRepeatable == 0}}">
<text class="iconbucanjia2 iconfont" a:if="{{currentParStaus == 0}}"
></text>
<text class="iconbucanjia2 iconfont" a:if="{{currentParStaus == 0}}"></text>
<text class="iconbucanjia3 iconfont" a:else></text>
<text class="iconbucanjia3 iconfont" a:else></text>
<text class="{{currentParStaus == 0?'red': ''}}">不参加</text>
<text class="{{currentParStaus == 0?'red': ''}}">不参加</text>
</view>
</view>
...
...
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