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

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

上级 26e50880
......@@ -3,7 +3,7 @@ services:
trainsys-app-web:
image: dstimage
ports:
- "50100:80"
- "80:80"
networks:
- agent_network
environment:
......
......@@ -55,15 +55,6 @@
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/
mkdir -p /var/lib/jenkins/appcache/A3064A91-F42D-4D7F-BC1C-4173A4F5772C
if [ -e app_Web/.dynamic ]
then
cd app_Web
else
cd app_Web/app
fi
sed -i "s#dstimage#registry.cn-shanghai.aliyuncs.com/ibizsys/ibizcloud-standardsys-app-webapp:2022.07.29.003#g" swarm.yaml
docker -H $para1 stack deploy --compose-file=swarm.yaml ebsx --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
......
......@@ -41,6 +41,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -97,6 +98,7 @@
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
......@@ -152,6 +154,38 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "书名称",
"codeName" : "bookname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "bookname"
},
"allowEmpty" : true
}, {
"caption" : "类型",
"codeName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "type"
},
"allowEmpty" : true
}, {
"caption" : "书标识",
"codeName" : "srfkey",
"enableCond" : 3,
......
......@@ -230,6 +230,7 @@
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
......@@ -286,6 +287,7 @@
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
......@@ -341,6 +343,38 @@
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "书名称",
"codeName" : "bookname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "bookname"
},
"allowEmpty" : true
}, {
"caption" : "类型",
"codeName" : "type",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "type"
},
"allowEmpty" : true
}, {
"caption" : "书标识",
"codeName" : "srfkey",
"enableCond" : 3,
......@@ -516,7 +550,7 @@
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"rowEditDefault" : true,
"modelid" : "ba535ef97a2136f0249bd64e432421e8",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -65,6 +65,24 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "测试编辑器"
}, {
"accUserMode" : 2,
"caption" : "测试表格行编辑",
"itemType" : "MENUITEM",
"name" : "menuitem11",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc11"
},
"getPSLayout" : {
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "测试表格行编辑"
}, {
"accUserMode" : 0,
"caption" : "子菜单",
......
......@@ -33,6 +33,16 @@
"id" : "AppFunc6"
},
"tooltip" : "测试编辑器"
}, {
"accUserMode" : 2,
"caption" : "测试表格行编辑",
"itemType" : "MENUITEM",
"name" : "menuitem11",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc11"
},
"tooltip" : "测试表格行编辑"
}, {
"accUserMode" : 0,
"caption" : "子菜单",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册