cost_total.eft
1.15 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
>div.ui.form
>div.three.fields
>div.field
>div.label
.时间
>input
#type = date
@change = update
%value = {{date}}
>input#end
#style = display: none
#type = date
@change = update
%value = {{date_end}}
>div.field
>div.label
.图表
>select
%value = p-d
@change = update
>option
#value = p-d
.部门-项目
>option
#value = d-t
.部门-时间
>option
#value = p-t
.项目-时间
>div.field
>div.label
.时间段
>select
%value = {{range = monthly}}
@change = changeSel
>option
#value = monthly
.查看月份
>option
#value = dateindex
.查看日期范围
>option
#value = quarter
.查看季度
>option
#value = annual
.查看年份
>div.field
>div.ui.message
>div.header
.图表
>div.content
>div.ui.divider
>h3
.等待与后端同步接口
>div.ct-container