task_modify.eft
3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
>div.ui.one.column.grid
>div.row
>table.ui.celled.table
>thead
>tr
>th
.任务名称
>th
.所属项目
>th
.任务进度
>th
.任务执行者
>th
.任务创建者
>th
.任务状态
>th
.操作
>tbody
+tasklist
>tfoot.full-width
>tr
>th
.查看分类
>th
#colspan = 2
>select.ui.dropdown
%value = {{showwhat = self}}
>option
#value = self
.只看自己
>option#projectsel
#hidden
#value = project
.按项目查看
>option#departmentsel
#hidden
#value = department
.按部门查看
>th
#colspan = 4
>div.ui.right.floated.small.primary.labeled.icon.button
@click = qtask_add
>i.bookmark.icon
.添加任务
>div.ui.modal#dialogui
>i.close.icon
>div.header
.提示
>div.content
.{{dialog_msg}}
>div.ui.modal#quick_task
>i.close.icon
>div.header
#data-taskid = {{q_taskid}}
#data-taskstate = {{q_taskstate}}
.快速操作 {{qtask_type}}
>div.content
>form.ui.form.four.fields
>div.field
>div.label
.任务名称
>input
%value = {{qtask_name}}
>div.field
>div.label
.所属项目
>select.ui.dropdown
%value = {{qtask_project}}
>option
#disabled
#hidden
#selected
#value =
.选择项目
+qtask_project_list
>div.field
>div.label
.开始时间
>input#qtask_start_time
#type = date
>div.field
>div.label
.结束时间
>input#qtask_end_time
#type = date
>div.field
>div.label
.需求方
>input
%value = {{qtask_want}}
>div.field
>div.label
.任务类型
>select.ui.dropdown
%value = {{qtask_task_type}}
>option
#value = normal
.普通任务
>option
#value = longtime
.长期任务
>div.field
>div.label
.配合者
>input
%value = {{qtask_together}}
>div.field
>div.label
.执行者
>input
%value = {{qtask_worker}}
>div.field
>div.label
.任务描述
>textarea
%value = {{qtask_content}}
>div.field
>div.label
.任务备注
>textarea
%value = {{qtask_others}}
>div.actions
>div.ui.negative.button
.取消
>div.ui.green.button
@click = quick_task
.确定