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
3f46eaf0
Commit
3f46eaf0
authored
Mar 10, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
从工作通知进入
parent
3a576696
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
12 deletions
+26
-12
app.json
app.json
+1
-0
hhh.acss
pages/hhh/hhh.acss
+0
-0
hhh.axml
pages/hhh/hhh.axml
+4
-0
hhh.js
pages/hhh/hhh.js
+4
-0
hhh.json
pages/hhh/hhh.json
+2
-0
index.axml
pages/index/index.axml
+1
-1
meetingRoomList.acss
pages/meetingRoomList/meetingRoomList.acss
+1
-1
meetingRoomList.axml
pages/meetingRoomList/meetingRoomList.axml
+1
-1
meetingRoomList.js
pages/meetingRoomList/meetingRoomList.js
+7
-6
scheduleDetail.js
pages/scheduleDetail/scheduleDetail.js
+5
-3
No files found.
app.json
View file @
3f46eaf0
{
"pages"
:
[
"pages/index/index"
,
"pages/hhh/hhh"
,
"pages/uploadFile/uploadFile"
,
"pages/editFile/editFile"
,
"pages/place/place"
,
...
...
pages/hhh/hhh.acss
0 → 100644
View file @
3f46eaf0
pages/hhh/hhh.axml
0 → 100644
View file @
3f46eaf0
<view>
New Page
</view>
\ No newline at end of file
pages/hhh/hhh.js
0 → 100644
View file @
3f46eaf0
Page
({
data
:
{},
onLoad
()
{},
});
pages/hhh/hhh.json
0 → 100644
View file @
3f46eaf0
{}
\ No newline at end of file
pages/index/index.axml
View file @
3f46eaf0
<!--<mw-select></mw-select> -->
版本号:1
43 版本
版本号:1
51 版本
<view class="index">
<view a:if="{{startPageOnLoad&&startPageOnShow}}">
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" onScroll="onScroll" style="height: 100vh;" scroll-into-view="{{todayStr}}">
...
...
pages/meetingRoomList/meetingRoomList.acss
View file @
3f46eaf0
...
...
@@ -268,7 +268,7 @@
.modalOccupyTimeSlot {
height: 504rpx;
width:
100%
;
width:
750rpx
;
}
.modalOccupyTimeSlot>view {
...
...
pages/meetingRoomList/meetingRoomList.axml
View file @
3f46eaf0
...
...
@@ -97,7 +97,7 @@
<!-- <view onTap="selectDate">自定义</view> -->
</view>
<scroll-view scroll-y='{{true}}' class="modalOccupyTimeSlot" onScroll="modalScroll" scroll-into-view="{{toThisTime}}">
<view class="OccupyTimeList" a:for="{{modalList}}" data-index="{{index}}" onTap="onChangeModalTime" id="{{item.reserveStartTime.substr(1
0
,15)}}">
<view class="OccupyTimeList" a:for="{{modalList}}" data-index="{{index}}" onTap="onChangeModalTime" id="{{item.reserveStartTime.substr(1
1
,15)}}">
<!-- <view data-status="{{item.reserveStatus}}" data-index="{{index}}">
<timecheckmodal
startTime="{{meetingTime.startTime}}"
...
...
pages/meetingRoomList/meetingRoomList.js
View file @
3f46eaf0
...
...
@@ -41,7 +41,7 @@ create.Page({
meetingRoomName
:
''
},
canScroll
:
true
,
toThisTime
:
'
123
'
,
toThisTime
:
''
,
tomorrowTime
:
''
,
afterTomorrowTime
:
''
},
...
...
@@ -176,18 +176,19 @@ create.Page({
}
}
})
that
.
setData
({
modalList
:
modalList
,
isShowModal
:
true
,
toThisTime
:
`
${
modalHour
}
:
${
modalMins
<
30
?
'30'
:
'00'
}
`
,
canScroll
:
false
canScroll
:
false
,
toThisTime
:
`
${
modalHour
}
:
${
modalMins
<
30
?
'30'
:
'00'
}
`
})
})
},
modalScroll
()
{
this
.
setData
({
toThisTime
:
'12312312'
})
//
this.setData({
//
toThisTime: '12312312'
//
})
},
// 修改弹框checkBox
onChangeModalTime
(
e
)
{
...
...
pages/scheduleDetail/scheduleDetail.js
View file @
3f46eaf0
...
...
@@ -50,19 +50,21 @@ create.Page({
},
onShow
()
{
let
data
=
{
id
:
this
.
data
.
scheduleItem
.
id
,
id
:
this
.
data
.
scheduleItem
.
id
,
planDate
:
this
.
data
.
scheduleItem
.
planDate
,
templateId
:
this
.
data
.
scheduleItem
.
scheduleT
emplateId
templateId
:
!!
this
.
data
.
scheduleItem
.
scheduleTemplateId
?
this
.
data
.
scheduleItem
.
scheduleTemplateId
:
this
.
data
.
scheduleItem
.
t
emplateId
}
getScheduleDetail
(
data
).
then
(
res
=>
{
res
.
data
.
data
.
userList
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
participator
.
userId
==
getApp
().
globalData
.
userid
)
{
this
.
setData
({
currentParStaus
:
item
.
confirmAttendance
==
null
?
-
1
:
item
.
confirmAttendance
currentParStaus
:
item
.
confirmAttendance
==
null
?
-
1
:
item
.
confirmAttendance
,
pemissions
:
getApp
().
globalData
.
userid
})
}
})
this
.
setData
({
'scheduleItem.scheduleTemplateId'
:
res
.
data
.
data
.
scheduleTemplateId
,
mrReserveStatus
:
res
.
data
.
data
.
mrReserveStatus
,
title
:
res
.
data
.
data
.
title
,
isRepeatable
:
res
.
data
.
data
.
repeatable
,
...
...
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