openatc-components 0.1.139 → 0.1.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/kisscomps/components/CommonKanban/CommonKanban.vue +8 -4
- package/package/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +1 -1
- package/package/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.vue +1 -1
- package/package/kisscomps/components/ExpendConfig/ExpendConfig.vue +1 -1
- package/package/kisscomps/components/KanBan/kanban.vue +1 -1
- package/package/kisscomps/components/OverLap/OverLap.vue +2 -2
- package/package/kisscomps/components/PatternOptimize/PatternOptimize.vue +1 -1
- package/package/kisscomps/components/PatternStatus/PatternStatus.vue +21 -20
- package/package/kisscomps/components/PhaseMarker/phasemarker.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +54 -13
- package/package/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +8 -8
- package/package/kisscomps/components/SchemeConfig/manualControlModal/index.vue +2 -0
- package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +1 -1
- package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/package/kisscomps/components/Stages/index.vue +32 -2
- package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +458 -626
- package/package/kisscomps/components/XiaoKanban/DirSelector.vue +356 -0
- package/package/kisscomps/components/XiaoKanban/index.vue +102 -0
- package/package/kisscomps/components/patternConfig/index.js +2 -0
- package/package/kisscomps/components/patternConfig/index.vue +1010 -0
- package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +349 -0
- package/package/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -0
- package/package/kisscomps/components/patternConfig/planContent.vue +572 -0
- package/package/kisscomps/components/patternConfig/planMenu.vue +329 -0
- package/package/kisscomps/components/patternConfig/utils.js +152 -0
- package/package/kisscomps/index.js +4 -0
- package/package/kissui.min.js +1 -1
- package/package.json +14 -13
- package/src/api/control.js +19 -0
- package/src/api/device.js +135 -0
- package/src/api/route.js +171 -0
- package/src/i18n/language/en.js +149 -0
- package/src/i18n/language/zh.js +133 -0
- package/src/kisscomps/components/CommonKanban/CommonKanban.vue +8 -4
- package/src/kisscomps/components/DrawChannelization/drawsvg/overlapAssociatedComponent.vue +1 -1
- package/src/kisscomps/components/DrawChannelization/drawsvg/phaseAssociatedComponent.vue +1 -1
- package/src/kisscomps/components/ExpendConfig/ExpendConfig.vue +1 -1
- package/src/kisscomps/components/KanBan/kanban.vue +1 -1
- package/src/kisscomps/components/OverLap/OverLap.vue +2 -2
- package/src/kisscomps/components/PatternOptimize/PatternOptimize.vue +1 -1
- package/src/kisscomps/components/PatternStatus/PatternStatus.vue +21 -20
- package/src/kisscomps/components/PhaseMarker/phasemarker.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +54 -13
- package/src/kisscomps/components/SchemeConfig/azimuthlocking/utils.js +8 -8
- package/src/kisscomps/components/SchemeConfig/manualControlModal/index.vue +2 -0
- package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +1 -1
- package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +1 -1
- package/src/kisscomps/components/Stages/index.vue +32 -2
- package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +458 -626
- package/src/kisscomps/components/XiaoKanban/DirSelector.vue +356 -0
- package/src/kisscomps/components/XiaoKanban/index.vue +102 -0
- package/src/kisscomps/components/patternConfig/index.js +2 -0
- package/src/kisscomps/components/patternConfig/index.vue +1010 -0
- package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +349 -0
- package/src/kisscomps/components/patternConfig/pattern/planChart/model/coordinationModel.js +665 -0
- package/src/kisscomps/components/patternConfig/planContent.vue +572 -0
- package/src/kisscomps/components/patternConfig/planMenu.vue +329 -0
- package/src/kisscomps/components/patternConfig/utils.js +152 -0
- package/src/kisscomps/index.js +4 -0
- package/src/lib/publicjs/KissApi.js +2 -2
- package/src/router/index.js +7 -0
- package/src/utils/auth.js +24 -3
- package/src/views/intersection.vue +1 -1
- package/src/views/patternConfig.vue +1468 -0
- package/static/apiconfig.json +85 -0
- package/static/styles/common.scss +2 -0
- package/static/styles/patternConfig.scss +57 -0
- package/static/styles/xiaokanban.scss +51 -0
package/static/apiconfig.json
CHANGED
|
@@ -89,6 +89,86 @@
|
|
|
89
89
|
"url": "/devs/message",
|
|
90
90
|
"method": "post"
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"key": "batchPutControl",
|
|
94
|
+
"url": "/devs/messages",
|
|
95
|
+
"method": "post"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"key": "getDeviceByIds",
|
|
99
|
+
"url": "/devs/list",
|
|
100
|
+
"method": "post"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"key": "getSimpleRoute",
|
|
104
|
+
"url": "/route/simple",
|
|
105
|
+
"method": "get"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"key": "GetAllRoute",
|
|
109
|
+
"url": "/route",
|
|
110
|
+
"method": "get"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"key": "getAllPatternOfRoute",
|
|
114
|
+
"url": "/route/pattern/upload",
|
|
115
|
+
"method": "get"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"key": "putAllPatternOfRoute",
|
|
119
|
+
"url": "/route/pattern/download",
|
|
120
|
+
"method": "post"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"key": "deleteRoutePattern",
|
|
124
|
+
"url": "/route/opt/pattern",
|
|
125
|
+
"method": "delete"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"key": "getAllPhaseOfRoute",
|
|
129
|
+
"url": "/route/phase/upload",
|
|
130
|
+
"method": "get"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"key": "getRouteInfo",
|
|
134
|
+
"url": "/route",
|
|
135
|
+
"method": "get"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"key": "addRoute",
|
|
139
|
+
"url": "/route",
|
|
140
|
+
"method": "post"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"key": "deleteRoute",
|
|
144
|
+
"url": "/route",
|
|
145
|
+
"method": "delete"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"key": "updateRoute",
|
|
149
|
+
"url": "/route",
|
|
150
|
+
"method": "put"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"key": "generateRoute",
|
|
154
|
+
"url": "/route/generate",
|
|
155
|
+
"method": "post"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"key": "updateRouteName",
|
|
159
|
+
"url": "/route/name",
|
|
160
|
+
"method": "put"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"key": "updateRoutePattern",
|
|
164
|
+
"url": "/route/pattern",
|
|
165
|
+
"method": "put"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"key": "downloadRoutePattern",
|
|
169
|
+
"url": "/route/opt",
|
|
170
|
+
"method": "post"
|
|
171
|
+
},
|
|
92
172
|
{
|
|
93
173
|
"key": "getTscControl",
|
|
94
174
|
"url": "/devs/message",
|
|
@@ -109,6 +189,11 @@
|
|
|
109
189
|
"url": "/devs/direction/phases",
|
|
110
190
|
"method": "post"
|
|
111
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"key": "allDerection",
|
|
194
|
+
"url": "/devs/direction/phases/all",
|
|
195
|
+
"method": "get"
|
|
196
|
+
},
|
|
112
197
|
{
|
|
113
198
|
"key": "lockPhase",
|
|
114
199
|
"url": "/devs/direction/lockPhases",
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
|
|
2
|
+
// 路线优化
|
|
3
|
+
.patternConfig {
|
|
4
|
+
// margin-top: 15px;
|
|
5
|
+
height: 100%;
|
|
6
|
+
background-color: $--background-color-base;
|
|
7
|
+
.el-dialog__body {
|
|
8
|
+
padding: 0;
|
|
9
|
+
}
|
|
10
|
+
.el-main {
|
|
11
|
+
height: 100%;
|
|
12
|
+
background-color: $--color-white;
|
|
13
|
+
.main-container {
|
|
14
|
+
border: 0px solid red;
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
margin-top: 10px;
|
|
18
|
+
margin-bottom: 10px;
|
|
19
|
+
.panel-content {
|
|
20
|
+
border: 0px solid green;
|
|
21
|
+
width: 100%;
|
|
22
|
+
height: 680px;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
.route-filter-container {
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: end;
|
|
28
|
+
flex-wrap: wrap;
|
|
29
|
+
.filter {
|
|
30
|
+
width: 20%;
|
|
31
|
+
border: 0px solid red;
|
|
32
|
+
display: flex;
|
|
33
|
+
padding: 0 0 8px 0;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
align-items: center;
|
|
36
|
+
.header-span {
|
|
37
|
+
width: 21%;
|
|
38
|
+
border: 0px solid red;
|
|
39
|
+
display: flex;
|
|
40
|
+
justify-content: flex-end;
|
|
41
|
+
color: $--color-text-secondary;
|
|
42
|
+
font-size: 14PX;
|
|
43
|
+
font-weight: normal;
|
|
44
|
+
font-stretch: normal;
|
|
45
|
+
line-height: 14PX;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.table-container {
|
|
50
|
+
.app-container {
|
|
51
|
+
background-color: $--color-white;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
.xiaokanban {
|
|
3
|
+
.board-column-header {
|
|
4
|
+
height: 50PX;
|
|
5
|
+
line-height: 50PX;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
padding: 0 10PX;
|
|
8
|
+
text-align: center;
|
|
9
|
+
background: $--color-primary;
|
|
10
|
+
color: $--color-text-primary;
|
|
11
|
+
border-radius: 3PX 3PX 0 0;
|
|
12
|
+
}
|
|
13
|
+
.board-column-content {
|
|
14
|
+
height: auto;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
border: 10PX solid transparent;
|
|
17
|
+
min-height: 60PX;
|
|
18
|
+
display: -webkit-box;
|
|
19
|
+
display: -ms-flexbox;
|
|
20
|
+
display: flex;
|
|
21
|
+
-webkit-box-pack: start;
|
|
22
|
+
-ms-flex-pack: start;
|
|
23
|
+
justify-content: flex-start;
|
|
24
|
+
-webkit-box-orient: vertical;
|
|
25
|
+
-webkit-box-direction: normal;
|
|
26
|
+
-ms-flex-direction: column;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
-webkit-box-align: center;
|
|
29
|
+
-ms-flex-align: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
background-color: $--color-black;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.board-column-content .board-item {
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 48PX;
|
|
38
|
+
margin: 5PX 0;
|
|
39
|
+
text-align: left;
|
|
40
|
+
line-height: 40PX;
|
|
41
|
+
padding: 1PX 1PX;
|
|
42
|
+
-webkit-box-sizing: border-box;
|
|
43
|
+
box-sizing: border-box;
|
|
44
|
+
.phase-description {
|
|
45
|
+
border-radius: 4PX;
|
|
46
|
+
background: #d9ecff;
|
|
47
|
+
width: 40PX;
|
|
48
|
+
height: 40PX;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|