Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
aa37958e
提交
aa37958e
编写于
2月 02, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chitanda 发布系统代码 [TrainSys,网页端]
上级
9ebb2832
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
1383 行增加
和
215 行删除
+1383
-215
BXD2.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/BXD2.json
+6
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
+9
-42
Book.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
+9
-42
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
BXD2.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json
+4
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+9
-42
BXD2LayoutTest.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json
+1280
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+62
-85
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/BXD2.json
浏览文件 @
aa37958e
...
...
@@ -1883,6 +1883,12 @@
"name"
:
"报销单2实体编辑视图(左右关系)"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"LayoutTest"
,
"logicName"
:
"布局测试"
,
"name"
:
"布局测试"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"RedirectView_Test"
,
"logicName"
:
"RedirectView_Test"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
浏览文件 @
aa37958e
...
...
@@ -4310,7 +4310,7 @@
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"
PREPAREJSPARAM
1"
"id"
:
"
RAWJSCODE
1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -4322,42 +4322,15 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
385
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"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
"codeName"
:
"END1"
,
"leftPos"
:
722
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
},
{
"code"
:
"
console.log('复制脚本内容')
"
,
"code"
:
"
if (!view?.name) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(view?.name);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
6
62
,
"leftPos"
:
4
62
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"复制表单id内容"
,
"getPSDEUILogicLinks"
:
[
{
...
...
@@ -4373,12 +4346,6 @@
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"END1"
,
"leftPos"
:
942
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"form_id"
,
...
...
@@ -4421,7 +4388,7 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"cons
ole.log('复制页面路径');
"
,
"code"
:
"cons
t path = window.location.href;
\r\n
if (!path) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(path);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
379
,
"logicNodeType"
:
"RAWJSCODE"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
浏览文件 @
aa37958e
...
...
@@ -4310,7 +4310,7 @@
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"
PREPAREJSPARAM
1"
"id"
:
"
RAWJSCODE
1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -4322,42 +4322,15 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
385
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"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
"codeName"
:
"END1"
,
"leftPos"
:
722
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
},
{
"code"
:
"
console.log('复制脚本内容')
"
,
"code"
:
"
if (!view?.name) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(view?.name);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
6
62
,
"leftPos"
:
4
62
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"复制表单id内容"
,
"getPSDEUILogicLinks"
:
[
{
...
...
@@ -4373,12 +4346,6 @@
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"END1"
,
"leftPos"
:
942
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"form_id"
,
...
...
@@ -4421,7 +4388,7 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"cons
ole.log('复制页面路径');
"
,
"code"
:
"cons
t path = window.location.href;
\r\n
if (!path) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(path);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
379
,
"logicNodeType"
:
"RAWJSCODE"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
aa37958e
...
...
@@ -1582,16 +1582,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json
浏览文件 @
aa37958e
...
...
@@ -2288,6 +2288,10 @@
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json"
,
"viewType"
:
"DEGRIDVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
aa37958e
...
...
@@ -4641,7 +4641,7 @@
"getPSDEUILogicLinks"
:
[
{
"getDstPSDEUILogicNode"
:
{
"modelref"
:
true
,
"id"
:
"
PREPAREJSPARAM
1"
"id"
:
"
RAWJSCODE
1"
},
"linkMode"
:
0
,
"name"
:
"连接名称"
,
...
...
@@ -4653,42 +4653,15 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"codeName"
:
"PREPAREJSPARAM1"
,
"leftPos"
:
385
,
"logicNodeType"
:
"PREPAREJSPARAM"
,
"name"
:
"准备参数"
,
"getPSDEUILogicLinks"
:
[
{
"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
"codeName"
:
"END1"
,
"leftPos"
:
722
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
},
{
"code"
:
"
console.log('复制脚本内容')
"
,
"code"
:
"
if (!view?.name) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(view?.name);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
6
62
,
"leftPos"
:
4
62
,
"logicNodeType"
:
"RAWJSCODE"
,
"name"
:
"复制表单id内容"
,
"getPSDEUILogicLinks"
:
[
{
...
...
@@ -4704,12 +4677,6 @@
}
}
],
"topPos"
:
208
},
{
"codeName"
:
"END1"
,
"leftPos"
:
942
,
"logicNodeType"
:
"END"
,
"name"
:
"结束"
,
"topPos"
:
200
}
],
"getPSDEUILogicParams"
:
[
{
"codeName"
:
"form_id"
,
...
...
@@ -4752,7 +4719,7 @@
"topPos"
:
200
,
"parallelOutput"
:
true
},
{
"code"
:
"cons
ole.log('复制页面路径');
"
,
"code"
:
"cons
t path = window.location.href;
\r\n
if (!path) {
\r\n
return;
\r\n
}
\r\n
const result = ibiz.util.text.copy(path);
\r\n
if (result) {
\r\n
ibiz.message.success('拷贝成功!');
\r\n
} else {
\r\n
ibiz.message.error('拷贝失败,浏览器copy操作不被支持或未被启用!');
\r\n
}
"
,
"codeName"
:
"RAWJSCODE1"
,
"leftPos"
:
379
,
"logicNodeType"
:
"RAWJSCODE"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json
0 → 100644
浏览文件 @
aa37958e
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
aa37958e
...
...
@@ -13506,16 +13506,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
}, {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
} ]
}, {
...
...
@@ -13544,16 +13544,16 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
5
"
}
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
}
}, {
"name" : "消息类型-常规信息",
...
...
@@ -13576,46 +13576,45 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-
弹出
",
"name" : "消息位置-
视图上方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
10
"
"id" : "ViewMsg
7
"
}
}, {
"name" : "消息位置-视图
内容区
",
"name" : "消息位置-视图
下方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
8
"
}
}, {
"name" : "消息位置-
视图上方
",
"name" : "消息位置-
弹出
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
7
"
"id" : "ViewMsg
10
"
}
}, {
"name" : "消息位置-视图
下方
",
"name" : "消息位置-视图
内容区
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
9
"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "
关闭模式-本次删除-上方-警告
",
"name" : "
消息位置-视图内容区
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
13
"
"id" : "ViewMsg
9
"
}
}, {
"name" : "
消息类型-错误信息
",
"name" : "
关闭模式-默认删除-上方-错误
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
...
...
@@ -13623,74 +13622,75 @@
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-
无删除-上方-常规
",
"name" : "关闭模式-
本次删除-上方-警告
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}, {
"name" : "消息类型-
常规
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
4
"
"id" : "ViewMsg
5
"
},
"position" : "POPUP"
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
},
"position" : "POPUP"
}, {
"name" : "
关闭模式-默认删除-上方-错误
",
"name" : "
消息类型-常规信息
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "
消息位置-视图内容区
",
"name" : "
关闭模式-无删除-上方-常规
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
11
"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
无
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}, {
"name" : "关闭模式-
默认
删除",
"name" : "关闭模式-
无
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
1
"
}
}, {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
默认
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-
实体数据集
",
"name" : "动态模式-
静态内容
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
4
"
"id" : "ViewMsg1
5
"
}
}, {
"name" : "动态模式-
静态内容
",
"name" : "动态模式-
实体数据集
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
5
"
"id" : "ViewMsg1
4
"
}
} ]
} ],
...
...
@@ -14276,6 +14276,12 @@
"viewType" : "DEGRIDVIEW",
"resource" : "TEST",
"view" : "SearchFormCustomLayout"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json",
"viewType" : "DEGRIDVIEW",
"resource" : "BXD2",
"view" : "LayoutTest"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestCtrlPlugCalendarView.json",
...
...
@@ -55118,7 +55124,7 @@
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "
PREPAREJSPARAM
1"
"id" : "
RAWJSCODE
1"
},
"linkMode" : 0,
"name" : "连接名称",
...
...
@@ -55130,42 +55136,15 @@
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 385,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "准备参数",
"getPSDEUILogicLinks" : [ {
"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
"codeName" : "END1",
"leftPos" : 722,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
}, {
"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",
"leftPos" :
6
62,
"leftPos" :
4
62,
"logicNodeType" : "RAWJSCODE",
"name" : "复制表单id内容",
"getPSDEUILogicLinks" : [ {
...
...
@@ -55181,12 +55160,6 @@
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 942,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "form_id",
...
...
@@ -55229,7 +55202,7 @@
"topPos" : 200,
"parallelOutput" : true
}, {
"code" : "cons
ole.log('复制页面路径');
",
"code" : "cons
t 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",
"leftPos" : 379,
"logicNodeType" : "RAWJSCODE",
...
...
@@ -66785,6 +66758,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2GridView.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2LayoutTest.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXD2EditView.json",
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录