提交 c52a1414 编写于 作者: zhangpingchuan's avatar zhangpingchuan

feat: 合并主干到苏研样式分支

......@@ -14,7 +14,7 @@ export async function attachEnvironmentConfig(): Promise<void> {
const key2 = envMap.has(key) ? envMap.get(key)! : key;
if (env[key2]) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(ibiz.env as any)[key] = env[key2];
(ibiz.env as any)[key] = ibiz.util.rawValue.format(env[key2]);
}
});
......
......@@ -247,6 +247,31 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/PhoneNumber.json"
},
"enableBackend" : false
}, {
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json",
"logicName" : "测试包含操作",
"name" : "testcontains",
"getPSDEActionInput" : {
"name" : "TestcontainsInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
},
"enableBackend" : false
}, {
"actionHolder" : 1,
"actionMode" : "CUSTOM",
......@@ -3685,6 +3710,90 @@
},
"enableBackend" : true,
"enableFront" : false
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "xxxA",
"debugMode" : 1,
......@@ -3951,6 +4060,10 @@
"enableBackend" : true,
"enableFront" : false
} ],
"getAllPSDEMSLogics" : [ {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json"
} ],
"getAllPSDEMethodDTOs" : [ {
"name" : "PhoneDTO",
"getPSDEMethodDTOFields" : [ {
......@@ -5052,6 +5165,12 @@
"name" : "视图消息卡片导航视图",
"realModelSubType" : "DEDATAVIEWEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr05194830EditView",
"logicName" : "测试contains",
"name" : "测试contains",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr04106184OptionView",
"logicName" : "视图消息选项操作视图",
......@@ -5119,6 +5238,13 @@
"name" : "ai测试编辑视图_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr05194830EditView_Form",
"logicName" : "测试contains_表单",
"modelTag2" : "0",
"name" : "测试contains_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "TestEditView_Form",
"logicName" : "测试模型_表单",
......
{
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json",
"logicName" : "测试包含操作",
"name" : "testcontains",
"getPSDEActionInput" : {
"name" : "TestcontainsInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json"
},
"enableBackend" : false
}
\ No newline at end of file
{
"codeName" : "testcontains",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/testcontains.json",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
}
\ No newline at end of file
{
"codeName" : "test11",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEMSLOGICS/test11.json",
"logicName" : "test11",
"name" : "test11"
}
\ No newline at end of file
......@@ -271,6 +271,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -1950,6 +1979,93 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -2636,6 +2752,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......
......@@ -25766,6 +25766,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -27445,6 +27474,93 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -28131,6 +28247,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -271,6 +271,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -1950,6 +1979,93 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -2636,6 +2752,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......
......@@ -6309,6 +6309,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -7988,6 +8017,93 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -8674,6 +8790,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......
......@@ -317,7 +317,7 @@
"attrValue" : "'YYYY-MM'",
"name" : "logic_valueformat_valueformat"
} ],
"valueFormat" : "YYYY-MM-DD",
"valueFormat" : "YYYY-MM",
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
......@@ -696,7 +696,7 @@
"codeName" : "Field4"
}
}, {
"format" : "YYYY-MM-DD",
"format" : "YYYY-MM",
"dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
......@@ -1094,11 +1094,11 @@
"codeName" : "Date"
},
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD",
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD"
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorType" : "DATEPICKER",
"name" : "date"
},
"allowEmpty" : true
......
......@@ -325,6 +325,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -2004,6 +2033,93 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "testcontains",
"defaultParamName" : "Default",
"logicName" : "测试包含操作",
"name" : "测试包含操作",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 包含属性(Contains)",
"getSrcLogicParam" : {
"modelref" : true,
"id" : "Default"
}
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 360,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"topPos" : 240
}, {
"codeName" : "END1",
"leftPos" : 590,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 260
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : false,
"enableFront" : true
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -2690,6 +2806,35 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Test.json"
},
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "Testcontains",
"methodType" : "DEACTION",
"name" : "testcontains",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getPSAppDEMethodInput" : {
"codeName" : "TestcontainsInput",
"name" : "TestcontainsInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "TestcontainsResult",
"name" : "TestcontainsResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Testcontains.json"
},
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -3371,6 +3516,93 @@
"globalUIAction" : true,
"id" : "test1@Phone"
} ],
"getAllPSAppDEUILogics" : [ {
"codeName" : "test3",
"defaultParamName" : "Default",
"logicName" : "test3",
"name" : "test3",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DELOGIC1"
},
"linkMode" : 0,
"name" : "连接名称",
"getPSDEUILogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"getPSDEUILogicLinkConds" : [ {
"condOP" : "CONTAINS",
"dstFieldName" : "lowprice",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[lowprice] 包含属性(Contains)"
} ]
},
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "DELOGIC1",
"getDstPSAppDELogic" : {
"modelref" : true,
"id" : "testcontains"
},
"getDstPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"leftPos" : 357,
"logicNodeType" : "DELOGIC",
"name" : "实体处理逻辑",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DELOGIC1"
}
} ],
"topPos" : 216
}, {
"codeName" : "END1",
"leftPos" : 603,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 208
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"getAllPSAppPortletCats" : [ {
"codeName" : "list",
"name" : "列表",
......@@ -3420,6 +3652,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr0301269576GridView.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr05194830EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04107034PickupView.json",
......
......@@ -33,6 +33,8 @@
}, {
"id" : "field_picker",
"viewFieldName" : "UPDATEMAN"
}, {
"id" : "field_datepicker"
}, {
"id" : "field_picker1"
}, {
......@@ -235,9 +237,6 @@
},
"viewFieldName" : "UPDATEMAN"
} ]
} ],
"predefinedType" : "CONTAINER_GROUP",
"showCaption" : true
}, {
"caption" : "多项数据容器",
"dataRegionType" : "MULTIDATA",
......@@ -318,9 +317,58 @@
},
"viewFieldName" : "UPDATEMAN",
"width" : 50.0
}, {
"caption" : "时间选择",
"contentWidth" : 50.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_datepicker",
"getPSControlAttributes" : [ {
"attrName" : "format",
"attrValue" : "'YYYY-MM'",
"name" : "logic_format_date"
}, {
"attrName" : "type",
"attrValue" : "'month'",
"name" : "logic_type_sale_date"
}, {
"attrName" : "valueFormat",
"attrValue" : "'YYYY-MM'",
"name" : "logic_valueformat_valueformat"
} ],
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKER",
"editorWidth" : 50.0,
"name" : "field_datepicker",
"predefinedType" : "FIELD_DATEPICKER"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"width" : 50,
"widthMode" : "PERCENTAGE"
},
"valueFormat" : "YYYY-MM",
"width" : 50.0
} ],
"predefinedType" : "CONTAINER_MULTIDATA"
}, {
"caption" : "部件",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_group2",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "数据视图",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
......@@ -330,6 +378,10 @@
"layout" : "FLEX"
},
"showCaption" : true
} ],
"predefinedType" : "CONTAINER_GROUP",
"titleBarCloseMode" : 2,
"showCaption" : true
}, {
"caption" : "分割线",
"contentType" : "DIVIDER",
......@@ -550,6 +602,9 @@
} ],
"predefinedType" : "CONTAINER_GRID"
} ],
"predefinedType" : "CONTAINER_GROUP",
"showCaption" : true
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
......
......@@ -1368,7 +1368,7 @@
"attrValue" : "'YYYY-MM'",
"name" : "logic_valueformat_valueformat"
} ],
"valueFormat" : "YYYY-MM-DD",
"valueFormat" : "YYYY-MM",
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
......@@ -1747,7 +1747,7 @@
"codeName" : "Field4"
}
}, {
"format" : "YYYY-MM-DD",
"format" : "YYYY-MM",
"dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
......@@ -2145,11 +2145,11 @@
"codeName" : "Date"
},
"getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD",
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : {
"TIMEFMT" : "YYYY-MM-DD"
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorType" : "DATEPICKER",
"name" : "date"
},
"allowEmpty" : true
......
......@@ -16,6 +16,192 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
},
"getPSDEViewCodeName" : "PhoneGridView",
"getPSDEViewId" : "EB699A17-FE39-434F-9E13-91DBAAE13472",
"getPSViewLayoutPanel" : {
"codeName" : "Usr0515314967",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "PhoneGridView表格视图布局",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header",
"getPSLayout" : {
"align" : "space-between",
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_left",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_captionbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "captionbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_right",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_toolbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "工具栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
} ],
"predefinedType" : "VIEWHEADER"
}, {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_searchform",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "搜索表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchform",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_content",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "表格",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "grid",
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"showCaption" : true
} ],
"predefinedType" : "VIEWCONTENT"
}, {
"caption" : "标签",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "主题插件自定义布局",
"contentType" : "RAW",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "主题插件自定义布局",
"showCaption" : true
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "D8D44FC6-C10E-4098-8A57-BA45321A3BFC",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
......@@ -82,7 +268,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "NEWDATA",
"realTitle" : "手机主编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -90,7 +276,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "手机主编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -866,22 +1052,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "PhoneGridView",
"getPSDEViewId" : "EB699A17-FE39-434F-9E13-91DBAAE13472",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
} ]
},
"title" : "表格视图",
"viewStyle" : "DEFAULT",
......
......@@ -53,6 +53,21 @@
"engineType" : "EditView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"eventNames" : "onLoadDraftSuccess",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "TEST",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "test3"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSViewCtrlName" : "form"
} ],
"getPSControls" : [ {
"codeName" : "TestEditViewtoolbar",
"controlType" : "TOOLBAR",
......
......@@ -570,6 +570,25 @@
"cssClass" : "fa-solid fa-frog"
},
"tooltip" : "流式布局分页导航1"
}, {
"accUserMode" : 2,
"caption" : "测试contains",
"itemType" : "MENUITEM",
"name" : "menuitem403",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0519569902"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "测试contains"
}, {
"accUserMode" : 2,
"caption" : "测试模型",
......
......@@ -16,6 +16,16 @@
"cssClass" : "fa-solid fa-frog"
},
"tooltip" : "流式布局分页导航1"
}, {
"accUserMode" : 2,
"caption" : "测试contains",
"itemType" : "MENUITEM",
"name" : "menuitem403",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0519569902"
},
"tooltip" : "测试contains"
}, {
"accUserMode" : 2,
"caption" : "测试模型",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册