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

tony001 发布系统代码 [TrainSys,Mob]

上级 9da77e05
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -328,6 +328,20 @@ ...@@ -328,6 +328,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -343,13 +357,13 @@ ...@@ -343,13 +357,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -357,8 +371,8 @@ ...@@ -357,8 +371,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -71,14 +71,6 @@ ...@@ -71,14 +71,6 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA", "name" : "EDITDATA",
"realTitle" : "书数据重定向视图", "realTitle" : "书数据重定向视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -86,6 +78,14 @@ ...@@ -86,6 +78,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRedirectView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRedirectView.json",
"viewType" : "DEREDIRECTVIEW" "viewType" : "DEREDIRECTVIEW"
} }
}, {
"name" : "NEWDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "AutoGropuGridViewtoolbar", "codeName" : "AutoGropuGridViewtoolbar",
...@@ -99,6 +99,69 @@ ...@@ -99,6 +99,69 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "164A847C-556E-46A7-B91E-38A63A3EFFC4", "modelid" : "164A847C-556E-46A7-B91E-38A63A3EFFC4",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
......
...@@ -176,9 +176,9 @@ ...@@ -176,9 +176,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -428,6 +428,20 @@ ...@@ -428,6 +428,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -443,13 +457,13 @@ ...@@ -443,13 +457,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -457,8 +471,8 @@ ...@@ -457,8 +471,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -772,9 +772,9 @@ ...@@ -772,9 +772,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -1014,7 +1014,7 @@ ...@@ -1014,7 +1014,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -1024,6 +1024,20 @@ ...@@ -1024,6 +1024,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -1039,13 +1053,13 @@ ...@@ -1039,13 +1053,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -1053,8 +1067,8 @@ ...@@ -1053,8 +1067,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -223,9 +223,9 @@ ...@@ -223,9 +223,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -465,7 +465,7 @@ ...@@ -465,7 +465,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -475,6 +475,20 @@ ...@@ -475,6 +475,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -490,13 +504,13 @@ ...@@ -490,13 +504,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -504,8 +518,8 @@ ...@@ -504,8 +518,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -193,9 +193,9 @@ ...@@ -193,9 +193,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -445,6 +445,20 @@ ...@@ -445,6 +445,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -460,13 +474,13 @@ ...@@ -460,13 +474,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -474,8 +488,8 @@ ...@@ -474,8 +488,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -179,9 +179,9 @@ ...@@ -179,9 +179,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -431,6 +431,20 @@ ...@@ -431,6 +431,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -446,13 +460,13 @@ ...@@ -446,13 +460,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -460,8 +474,8 @@ ...@@ -460,8 +474,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -176,9 +176,9 @@ ...@@ -176,9 +176,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -428,6 +428,20 @@ ...@@ -428,6 +428,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -443,13 +457,13 @@ ...@@ -443,13 +457,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -457,8 +471,8 @@ ...@@ -457,8 +471,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -218,9 +218,9 @@ ...@@ -218,9 +218,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -460,7 +460,7 @@ ...@@ -460,7 +460,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -470,6 +470,20 @@ ...@@ -470,6 +470,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -485,13 +499,13 @@ ...@@ -485,13 +499,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -499,8 +513,8 @@ ...@@ -499,8 +513,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
...@@ -933,9 +933,9 @@ ...@@ -933,9 +933,9 @@
"id" : "Update" "id" : "Update"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "field"
}, {
"name" : "field3" "name" : "field3"
}, {
"name" : "field"
}, { }, {
"name" : "bookname" "name" : "bookname"
} ] } ]
...@@ -1175,7 +1175,7 @@ ...@@ -1175,7 +1175,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "type", "name" : "type",
...@@ -1185,6 +1185,20 @@ ...@@ -1185,6 +1185,20 @@
"codeName" : "Type" "codeName" : "Type"
}, },
"getPSDEFDGroupLogics" : [ { "getPSDEFDGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "ITEMBLANK",
"logicType" : "GROUP",
"name" : "表单成员[type][表单项空输入]逻辑",
"getPSDEFDLogics" : [ {
"condOP" : "EQ",
"dEFDName" : "bookname",
"logicType" : "SINGLE",
"name" : "bookname 等于(=) (30)",
"value" : "30"
} ],
"relatedDetailNames" : [ "bookname" ],
"notMode" : false
}, {
"groupOP" : "AND", "groupOP" : "AND",
"logicCat" : "ITEMENABLE", "logicCat" : "ITEMENABLE",
"logicType" : "GROUP", "logicType" : "GROUP",
...@@ -1200,13 +1214,13 @@ ...@@ -1200,13 +1214,13 @@
"notMode" : false "notMode" : false
} ], } ],
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "DROPDOWNLIST",
"name" : "type", "name" : "type",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
}, },
"enableLinkView" : false "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -1214,8 +1228,8 @@ ...@@ -1214,8 +1228,8 @@
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"codeName" : "tabpanel1", "codeName" : "tabpanel1",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册