提交 55c3e4f0 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 ce4c3432
...@@ -8,24 +8,49 @@ ...@@ -8,24 +8,49 @@
"name" : "工作项类型", "name" : "工作项类型",
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
"codeName" : "Jd", "codeName" : "Jd",
"color" : "#D1EE14",
"text" : "阶段", "text" : "阶段",
"value" : "JD" "value" : "JD"
}, { }, {
"codeName" : "Lcb", "codeName" : "Lcb",
"color" : "#1EE728",
"text" : "里程碑", "text" : "里程碑",
"value" : "LCB" "value" : "LCB"
}, { }, {
"codeName" : "Qx", "codeName" : "Qx",
"color" : "#428BCA",
"text" : "需求", "text" : "需求",
"value" : "QX" "value" : "QX"
}, { }, {
"codeName" : "Rw", "codeName" : "Rw",
"color" : "#F0AD4E",
"text" : "任务", "text" : "任务",
"value" : "RW" "value" : "RW"
}, { }, {
"codeName" : "Bug", "codeName" : "Bug",
"color" : "#FF0000",
"text" : "缺陷", "text" : "缺陷",
"value" : "BUG" "value" : "BUG"
}, {
"codeName" : "Dev",
"color" : "#69D100",
"text" : "开发中",
"value" : "DEV"
}, {
"codeName" : "Close",
"color" : "#B8BEB9",
"text" : "关闭",
"value" : "CLOSE"
}, {
"codeName" : "Confirm",
"color" : "#8E44AD",
"text" : "待确认",
"value" : "CONFIRM"
}, {
"codeName" : "Finish",
"color" : "#5CB85C",
"text" : "已确认",
"value" : "FINISH"
} ], } ],
"getPSSystemModule" : { "getPSSystemModule" : {
"modelref" : true, "modelref" : true,
......
...@@ -1500,16 +1500,16 @@ ...@@ -1500,16 +1500,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -8,24 +8,49 @@ ...@@ -8,24 +8,49 @@
"name" : "工作项类型", "name" : "工作项类型",
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
"codeName" : "Jd", "codeName" : "Jd",
"color" : "#D1EE14",
"text" : "阶段", "text" : "阶段",
"value" : "JD" "value" : "JD"
}, { }, {
"codeName" : "Lcb", "codeName" : "Lcb",
"color" : "#1EE728",
"text" : "里程碑", "text" : "里程碑",
"value" : "LCB" "value" : "LCB"
}, { }, {
"codeName" : "Qx", "codeName" : "Qx",
"color" : "#428BCA",
"text" : "需求", "text" : "需求",
"value" : "QX" "value" : "QX"
}, { }, {
"codeName" : "Rw", "codeName" : "Rw",
"color" : "#F0AD4E",
"text" : "任务", "text" : "任务",
"value" : "RW" "value" : "RW"
}, { }, {
"codeName" : "Bug", "codeName" : "Bug",
"color" : "#FF0000",
"text" : "缺陷", "text" : "缺陷",
"value" : "BUG" "value" : "BUG"
}, {
"codeName" : "Dev",
"color" : "#69D100",
"text" : "开发中",
"value" : "DEV"
}, {
"codeName" : "Close",
"color" : "#B8BEB9",
"text" : "关闭",
"value" : "CLOSE"
}, {
"codeName" : "Confirm",
"color" : "#8E44AD",
"text" : "待确认",
"value" : "CONFIRM"
}, {
"codeName" : "Finish",
"color" : "#5CB85C",
"text" : "已确认",
"value" : "FINISH"
} ], } ],
"enableCache" : true "enableCache" : true
} }
\ No newline at end of file
...@@ -763,24 +763,49 @@ ...@@ -763,24 +763,49 @@
"name" : "工作项类型", "name" : "工作项类型",
"getPSCodeItems" : [ { "getPSCodeItems" : [ {
"codeName" : "Jd", "codeName" : "Jd",
"color" : "#D1EE14",
"text" : "阶段", "text" : "阶段",
"value" : "JD" "value" : "JD"
}, { }, {
"codeName" : "Lcb", "codeName" : "Lcb",
"color" : "#1EE728",
"text" : "里程碑", "text" : "里程碑",
"value" : "LCB" "value" : "LCB"
}, { }, {
"codeName" : "Qx", "codeName" : "Qx",
"color" : "#428BCA",
"text" : "需求", "text" : "需求",
"value" : "QX" "value" : "QX"
}, { }, {
"codeName" : "Rw", "codeName" : "Rw",
"color" : "#F0AD4E",
"text" : "任务", "text" : "任务",
"value" : "RW" "value" : "RW"
}, { }, {
"codeName" : "Bug", "codeName" : "Bug",
"color" : "#FF0000",
"text" : "缺陷", "text" : "缺陷",
"value" : "BUG" "value" : "BUG"
}, {
"codeName" : "Dev",
"color" : "#69D100",
"text" : "开发中",
"value" : "DEV"
}, {
"codeName" : "Close",
"color" : "#B8BEB9",
"text" : "关闭",
"value" : "CLOSE"
}, {
"codeName" : "Confirm",
"color" : "#8E44AD",
"text" : "待确认",
"value" : "CONFIRM"
}, {
"codeName" : "Finish",
"color" : "#5CB85C",
"text" : "已确认",
"value" : "FINISH"
} ], } ],
"enableCache" : true "enableCache" : true
}, { }, {
...@@ -2203,7 +2228,7 @@ ...@@ -2203,7 +2228,7 @@
"codeName" : "ALLDEPATMENTMULTIPLE", "codeName" : "ALLDEPATMENTMULTIPLE",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
"editorType" : "PICKER", "editorType" : "PICKER",
"name" : "【多】部门(指定单位及其下级单位的所有部门)", "name" : "【多】部门(指定单位及其下级单位的所有部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLDEPATMENTMULTIPLE", "pluginCode" : "ALLDEPATMENTMULTIPLE",
...@@ -12009,16 +12034,16 @@ ...@@ -12009,16 +12034,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -12047,10 +12072,10 @@ ...@@ -12047,10 +12072,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -12059,10 +12084,10 @@ ...@@ -12059,10 +12084,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
...@@ -12079,12 +12104,6 @@ ...@@ -12079,12 +12104,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12096,6 +12115,12 @@ ...@@ -12096,6 +12115,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12120,11 +12145,12 @@ ...@@ -12120,11 +12145,12 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12132,10 +12158,10 @@ ...@@ -12132,10 +12158,10 @@
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
...@@ -12144,19 +12170,18 @@ ...@@ -12144,19 +12170,18 @@
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg8"
}, }
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -12168,16 +12193,16 @@ ...@@ -12168,16 +12193,16 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
...@@ -1034,7 +1034,7 @@ ...@@ -1034,7 +1034,7 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"editorWidth" : -1.0, "editorWidth" : -1.0,
"memo" : "filter=单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/SYS_departments/picker", "memo" : "filter=单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/SYS_departments/picker",
"name" : "【多】部门(指定单位及其下级单位的所有部门)", "name" : "【多】部门(指定单位及其下级单位的所有部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLDEPATMENTMULTIPLE", "pluginCode" : "ALLDEPATMENTMULTIPLE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册