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

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

上级 9ebb2832
...@@ -1883,6 +1883,12 @@ ...@@ -1883,6 +1883,12 @@
"name" : "报销单2实体编辑视图(左右关系)", "name" : "报销单2实体编辑视图(左右关系)",
"realModelSubType" : "DEEDITVIEW2", "realModelSubType" : "DEEDITVIEW2",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "LayoutTest",
"logicName" : "布局测试",
"name" : "布局测试",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "RedirectView_Test", "codeName" : "RedirectView_Test",
"logicName" : "RedirectView_Test", "logicName" : "RedirectView_Test",
......
...@@ -4310,7 +4310,7 @@ ...@@ -4310,7 +4310,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "RAWJSCODE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -4322,42 +4322,15 @@ ...@@ -4322,42 +4322,15 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "END1",
"leftPos" : 385, "leftPos" : 722,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "END",
"name" : "准备参数", "name" : "结束",
"getPSDEUILogicLinks" : [ { "topPos" : 200
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "form_id"
},
"name" : "Default[id] ==> form_id[_id]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "id",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, { }, {
"code" : "console.log('复制脚本内容')", "code" : "if (!view?.name) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(view?.name);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 662, "leftPos" : 462,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "复制表单id内容", "name" : "复制表单id内容",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
...@@ -4373,12 +4346,6 @@ ...@@ -4373,12 +4346,6 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 942,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form_id", "codeName" : "form_id",
...@@ -4421,7 +4388,7 @@ ...@@ -4421,7 +4388,7 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log('复制页面路径');", "code" : "const path = window.location.href;\r\nif (!path) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(path);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 379, "leftPos" : 379,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
......
...@@ -4310,7 +4310,7 @@ ...@@ -4310,7 +4310,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "RAWJSCODE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -4322,42 +4322,15 @@ ...@@ -4322,42 +4322,15 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "END1",
"leftPos" : 385, "leftPos" : 722,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "END",
"name" : "准备参数", "name" : "结束",
"getPSDEUILogicLinks" : [ { "topPos" : 200
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "form_id"
},
"name" : "Default[id] ==> form_id[_id]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "id",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, { }, {
"code" : "console.log('复制脚本内容')", "code" : "if (!view?.name) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(view?.name);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 662, "leftPos" : 462,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "复制表单id内容", "name" : "复制表单id内容",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
...@@ -4373,12 +4346,6 @@ ...@@ -4373,12 +4346,6 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 942,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form_id", "codeName" : "form_id",
...@@ -4421,7 +4388,7 @@ ...@@ -4421,7 +4388,7 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log('复制页面路径');", "code" : "const path = window.location.href;\r\nif (!path) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(path);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 379, "leftPos" : 379,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
......
...@@ -1582,16 +1582,16 @@ ...@@ -1582,16 +1582,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -2288,6 +2288,10 @@ ...@@ -2288,6 +2288,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json",
"viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json",
......
...@@ -4641,7 +4641,7 @@ ...@@ -4641,7 +4641,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "RAWJSCODE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -4653,42 +4653,15 @@ ...@@ -4653,42 +4653,15 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "END1",
"leftPos" : 385, "leftPos" : 722,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "END",
"name" : "准备参数", "name" : "结束",
"getPSDEUILogicLinks" : [ { "topPos" : 200
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "form_id"
},
"name" : "Default[id] ==> form_id[_id]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "id",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, { }, {
"code" : "console.log('复制脚本内容')", "code" : "if (!view?.name) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(view?.name);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 662, "leftPos" : 462,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "复制表单id内容", "name" : "复制表单id内容",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
...@@ -4704,12 +4677,6 @@ ...@@ -4704,12 +4677,6 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 942,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form_id", "codeName" : "form_id",
...@@ -4752,7 +4719,7 @@ ...@@ -4752,7 +4719,7 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log('复制页面路径');", "code" : "const path = window.location.href;\r\nif (!path) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(path);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 379, "leftPos" : 379,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
......
...@@ -13506,16 +13506,16 @@ ...@@ -13506,16 +13506,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -13544,16 +13544,16 @@ ...@@ -13544,16 +13544,16 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
...@@ -13576,46 +13576,45 @@ ...@@ -13576,46 +13576,45 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg12"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13623,74 +13622,75 @@ ...@@ -13623,74 +13622,75 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"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" : "ViewMsg12" "id" : "ViewMsg4"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ] } ]
} ], } ],
...@@ -14276,6 +14276,12 @@ ...@@ -14276,6 +14276,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "TEST", "resource" : "TEST",
"view" : "SearchFormCustomLayout" "view" : "SearchFormCustomLayout"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json",
"viewType" : "DEGRIDVIEW",
"resource" : "BXD2",
"view" : "LayoutTest"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json",
...@@ -55118,7 +55124,7 @@ ...@@ -55118,7 +55124,7 @@
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM1" "id" : "RAWJSCODE1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
...@@ -55130,42 +55136,15 @@ ...@@ -55130,42 +55136,15 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "END1",
"leftPos" : 385, "leftPos" : 722,
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "END",
"name" : "准备参数", "name" : "结束",
"getPSDEUILogicLinks" : [ { "topPos" : 200
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "_id",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "form_id"
},
"name" : "Default[id] ==> form_id[_id]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "id",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 208
}, { }, {
"code" : "console.log('复制脚本内容')", "code" : "if (!view?.name) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(view?.name);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 662, "leftPos" : 462,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
"name" : "复制表单id内容", "name" : "复制表单id内容",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
...@@ -55181,12 +55160,6 @@ ...@@ -55181,12 +55160,6 @@
} }
} ], } ],
"topPos" : 208 "topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 942,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "form_id", "codeName" : "form_id",
...@@ -55229,7 +55202,7 @@ ...@@ -55229,7 +55202,7 @@
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, { }, {
"code" : "console.log('复制页面路径');", "code" : "const path = window.location.href;\r\nif (!path) {\r\n return;\r\n}\r\nconst result = ibiz.util.text.copy(path);\r\nif (result) {\r\nibiz.message.success('拷贝成功!');\r\n} else {\r\nibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');\r\n}",
"codeName" : "RAWJSCODE1", "codeName" : "RAWJSCODE1",
"leftPos" : 379, "leftPos" : 379,
"logicNodeType" : "RAWJSCODE", "logicNodeType" : "RAWJSCODE",
...@@ -66785,6 +66758,10 @@ ...@@ -66785,6 +66758,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json",
"viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册