1 Star 0 Fork 59

gisinaction/qMISPlat .net Core版

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
json.json 5.50 KB
一键复制 编辑 原始数据 按行查看 历史
qMISPlat 提交于 2018-04-18 16:09 +08:00 . 第一版,包括流程功能
{
states: {
rect1: {
type: 'start',
text: { text: '开始' },
attr: {
x: 507,
y: 63,
width: 50,
height: 50
},
props: {
text: { value: '开始' },
temp1: { value: '80' },
temp2: { value: '' }
}
},
rect2: {
type: 'task',
text: { text: '并行节点二' },
attr: {
x: 489,
y: 286,
width: 100,
height: 50
},
props: {
text: { value: '任务' },
assignee: { value: '' },
desc: { value: '' },
temp1: { value: '81' }
}
},
rect3: {
type: 'task',
text: { text: '并行节点一' },
attr: {
x: 281,
y: 285,
width: 181,
height: 50
},
props: {
text: { value: '任务' },
assignee: { value: '' },
desc: { value: '' },
temp1: { value: '82' }
}
},
rect4: {
type: 'task',
text: { text: '并行节点三' },
attr: {
x: 675,
y: 289,
width: 100,
height: 50
},
props: {
text: { value: '任务' },
assignee: { value: '' },
desc: { value: '' },
temp1: { value: '83' }
}
},
rect5: {
type: 'fork',
text: { text: '会签节点' },
attr: {
x: 507,
y: 175,
width: 50,
height: 50
},
props: {
text: { value: '分支' },
temp1: { value: '84' },
temp2: { value: '' }
}
},
rect6: {
type: 'task',
text: { text: '并行汇聚节点' },
attr: {
x: 517,
y: 398,
width: 50,
height: 50
},
props: {
text: { value: '任务' },
assignee: { value: '' },
desc: { value: '' },
temp1: { value: '85' }
}
},
rect7: {
type: 'end',
text: { text: '结束' },
attr: {
x: 520,
y: 517,
width: 50,
height: 50
},
props: {
text: { value: '结束' },
temp1: { value: '86' },
temp2: { value: '' }
}
},
rect8: {
type: 'state',
text: { text: '传阅节点' },
attr: {
x: 912,
y: 291,
width: 100,
height: 50
},
props: {
text: { value: '状态' },
temp1: { value: '87' },
temp2: { value: '' }
}
}
},
paths: {
path9: {
from: 'rect1',
to: 'rect5',
dots: [],
text: {
text: '',
textPos: {
x: 55,
y: -8
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '61' }
}
},
path10: {
from: 'rect5',
to: 'rect2',
dots: [],
text: {
text: '',
textPos: {
x: 28,
y: -4
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '62' }
}
},
path11: {
from: 'rect2',
to: 'rect6',
dots: [],
text: {
text: '',
textPos: {
x: 25,
y: -10
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '63' }
}
},
path12: {
from: 'rect6',
to: 'rect7',
dots: [],
text: {
text: '',
textPos: {
x: 31,
y: -10
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '64' }
}
},
path13: {
from: 'rect3',
to: 'rect6',
dots: [],
text: {
text: '',
textPos: {
x: -34,
y: 21
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '66' }
}
},
path14: {
from: 'rect5',
to: 'rect4',
dots: [],
text: {
text: '',
textPos: {
x: 55,
y: -17
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '67' }
}
},
path15: {
from: 'rect4',
to: 'rect6',
dots: [],
text: {
text: '',
textPos: {
x: 30,
y: 18
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '68' }
}
},
path16: {
from: 'rect4',
to: 'rect8',
dots: [],
text: {
text: '',
textPos: {
x: 0,
y: -10
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '69' }
}
},
path17: {
from: 'rect5',
to: 'rect3',
dots: [],
text: {
text: '',
textPos: {
x: 0,
y: -10
}
},
props: {
text: { value: '' },
PathType: { value: '1' },
temp1: { value: '80' }
}
},
path18: {
from: 'rect6',
to: 'rect1',
dots: [
{
x: 191,
y: 328
}
],
text: {
text: 'TO 开始',
textPos: {
x: 0,
y: -10
}
},
props: {
text: { value: '' },
PathType: { value: '2' }
}
}
},
props: {
props: {
name: { value: '新建流程' },
key: { value: '' },
desc: { value: '' }
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/springjava/NetCore.git
git@gitee.com:springjava/NetCore.git
springjava
NetCore
qMISPlat .net Core版
master

搜索帮助