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
12033a9b
Commit
12033a9b
authored
4 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会议详情修改
parent
a3b06815
release/dev/2.1.0
…
release/1.0.0
release/2.0.0
release/2.1.0
release/dev/2.0.0
No related merge requests found
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
createMeeting.axml
pages/createMeeting/createMeeting.axml
+2
-1
createTask.js
pages/createTask/createTask.js
+0
-1
meetingDetail.axml
pages/meetingDetail/meetingDetail.axml
+5
-1
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+0
-0
utils.js
utils/utils.js
+2
-2
No files found.
pages/createMeeting/createMeeting.axml
View file @
12033a9b
...
...
@@ -86,6 +86,6 @@
</view>
<popup title="{{popup.title}}" show="{{popup.show}}" mask="{{popup.mask}}" onClose="closePopup">
<meeting-time-picker a:if="{{'time' === popup.type}}" onComplete="onComplete" isIPX="{{isIPX}}"></meeting-time-picker>
<list a:if="{{popup.type=='repeat'}}" dataComList="{{repeat.repeatList}}" onComSelectList="selectRepeatListItem"></list>
<list a:if="{{popup.type=='repeat'}}" dataComList="{{repeat.repeatList}}"
comSelectListId="{{repeat.selectRepeatId}}"
onComSelectList="selectRepeatListItem"></list>
</popup>
</view>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/createTask/createTask.js
View file @
12033a9b
...
...
@@ -71,7 +71,6 @@ create.Page({
// 修改动态列表
for
(
let
i
=
0
;
i
<
res
.
data
.
data
.
length
;
i
++
)
{
this
.
store
.
data
.
affairList
.
unshift
(
res
.
data
.
data
[
i
].
commentListDataModelList
[
i
])
}
dd
.
navigateBack
();
...
...
This diff is collapsed.
Click to expand it.
pages/meetingDetail/meetingDetail.axml
View file @
12033a9b
...
...
@@ -164,12 +164,16 @@
</view>
</view>
<!--<selectpopup showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectParticipateStatus" onSelectPopupCancel="handleSelectPopupCancel"></selectpopup> -->
<selectpopup a:if="{{selectPopup.type === 'repeat'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectSaveRepeatStatus" onSelectPopupCancel="handleSelectPopupCancel"></selectpopup>
<selectpopup a:if="{{selectPopup.type === 'participateState'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectParticipateStatus" onSelectPopupCancel="handleSelectPopupCancel"></selectpopup>
<selectpopup a:if="{{selectPopup.type === 'deleteState'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectDeleteStatus" onSelectPopupCancel="handleSelectPopupCancel"></selectpopup>
<selectpopup a:if="{{selectPopup.type === 'modify_location'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectSavePlaceStatus" onSelectPopupCancel="handleSelectPopupPlaceCancel"></selectpopup>
<selectpopup a:if="{{selectPopup.type === 'modify_time'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectSaveTimeStatus" onSelectPopupCancel="handleSelectPopupTimeCancel"></selectpopup>
<selectpopup a:if="{{selectPopup.type === 'operate_user'}}" showSelectPopup="{{selectPopup.show}}" selectPopupList="{{selectPopup.list}}" onSelectPopup="selectSavePeopleStatus" onSelectPopupCancel="handleSelectPopupPeopleCancel"></selectpopup>
<centerpopup a:if="{{centerPopup.type === 'modify_location'}}" centerPopup="{{centerPopup.show}}" centerPopupList="{{centerPopup.list}}" onSelectSend="selectPlaceNeedNotice"></centerpopup>
<centerpopup a:if="{{centerPopup.type === 'modify_time'}}" centerPopup="{{centerPopup.show}}" centerPopupList="{{centerPopup.list}}" onSelectSend="selectTimeNeedNotice"></centerpopup>
<centerpopup a:if="{{centerPopup.type === 'operate_user'}}" centerPopup="{{centerPopup.show}}" centerPopupList="{{centerPopup.list}}" onSelectSend="selectPeopleNeedNotice"></centerpopup>
<centerpopup a:if="{{centerPopup.type === 'repeat'}}" centerPopup="{{centerPopup.show}}" centerPopupList="{{centerPopup.list}}" onSelectSend="selectRepeatNeedNotice"></centerpopup>
<toast showToast="{{conToastData.showToast}}" title="{{conToastData.title}}" onToastHidden="onToastHidden"></toast>
<!-- 动态列表 -->
<import src="../../template/avater/index.axml"/>
...
...
@@ -209,7 +213,7 @@
<view a:else></view>
<popup title="{{popup.title}}" show="{{popup.show}}" mask="true" onClose="closePopup">
<remark a:if="{{popup.type == 'remarkModal'}}" onGetRemark="getRemark"/>
<list a:if="{{popup.type=='repeat'}}" dataComList="{{repeat.repeatList}}" onComSelectList="selectRepeatListItem"></list>
<list a:if="{{popup.type=='repeat'}}" dataComList="{{repeat.repeatList}}"
comSelectListId="{{repeat.selectRepeatId}}"
onComSelectList="selectRepeatListItem"></list>
<notes a:if="{{popup.type == 'notesModal'}}" isEdit="{{true}}" onGetNotes="getNotes"/>
<meeting-time-picker a:if="{{'time' === popup.type}}" startTime="{{$data.startTime}}" endTime="{{$data.endTime}}" onComplete="onComplete" isIPX="{{isIPX}}"></meeting-time-picker>
<list a:if="{{popup.type=='aheadTime'}}" onClose="closePopup" multiple="{{true}}" onCompelete="handleAheadTimeSave" complete="{{true}}" dataComList="{{aheadTime.aheadTimeList}}" onComSelectList="selectComList" comSelectList="{{aheadTime.aheadTimesListId}}" iconType="{{aheadTime.iconType}}"></list>
...
...
This diff is collapsed.
Click to expand it.
pages/meetingDetail/meetingDetail.js
View file @
12033a9b
This diff is collapsed.
Click to expand it.
utils/utils.js
View file @
12033a9b
...
...
@@ -247,7 +247,7 @@ export function dealRepeatModal(item) {
}
}
// 每周的一天重复
recurrenceModel
.
weekDayList
=
repeatWeek
[
new
Date
(
globalStore
.
data
.
startTime
).
getDay
()
]
recurrenceModel
.
weekDayList
=
[
repeatWeek
[
new
Date
(
globalStore
.
data
.
startTime
).
getDay
()]
]
return
{
repeatable
:
item
.
repeatable
,
recurrenceModel
:
recurrenceModel
,
...
...
@@ -264,7 +264,7 @@ export function modifyTimeImpactRepeat(recurrenceModel) {
recurrenceModel
.
initialTime
=
initialTime
recurrenceModel
.
terminateTime
=
terminateTime
if
(
recurrenceModel
.
model
===
'weekly'
&&
recurrenceModel
.
weekDayList
.
length
===
1
)
{
recurrenceModel
.
weekDayList
=
repeatWeek
[
new
Date
(
globalStore
.
data
.
startTime
).
getDay
()
]
recurrenceModel
.
weekDayList
=
[
repeatWeek
[
new
Date
(
globalStore
.
data
.
startTime
).
getDay
()]
]
}
if
(
recurrenceModel
.
model
===
'absolute_Monthly'
)
{
recurrenceModel
.
daysOfMonth
=
[
new
Date
(
globalStore
.
data
.
startTime
).
getDate
()]
...
...
This diff is collapsed.
Click to expand it.
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