多单位版国产化地质资料管理系统
zs
2026-02-04 fe02f176b512a9d6a4e12437d929e04e99bb7567
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
var GatewayImgs = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg.png",
    "parallelGateway" : "static/images/flow/parallel_bg.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg.png"
}
 
var GatewayImgsBlue = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_blue.png",
    "parallelGateway" : "static/images/flow/parallel_bg_blue.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_blue.png"
}
 
var GatewayImgsGreen = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_green.png",
    "parallelGateway" : "static/images/flow/parallel_bg_green.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_green.png"
}
 
var GatewayImgsGray = {
    "exclusiveGateway" : "static/images/flow/exclusive_bg_gray.png",
    "parallelGateway" : "static/images/flow/parallel_bg_gray.png",
    "inclusiveGateway" : "static/images/flow/inclusive_bg_gray.png"
}