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

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

上级 840042ad
...@@ -38,7 +38,7 @@ export class GridViewEngine extends MDViewEngine { ...@@ -38,7 +38,7 @@ export class GridViewEngine extends MDViewEngine {
* @memberof GridViewEngine * @memberof GridViewEngine
*/ */
public onCtrlEvent(ctrlName: string, eventName: string, args: any): void { public onCtrlEvent(ctrlName: string, eventName: string, args: any): void {
if (Object.is(ctrlName, 'grid')) { if (Object.is(ctrlName, this.grid.name)) {
this.MDCtrlEvent(eventName, args); this.MDCtrlEvent(eventName, args);
} }
super.onCtrlEvent(ctrlName, eventName, args); super.onCtrlEvent(ctrlName, eventName, args);
......
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
trainsys-app-web: trainsys-app-web:
image: dstimage image: dstimage
ports: ports:
- "50100:80" - "80:80"
networks: networks:
- agent_network - agent_network
environment: environment:
......
...@@ -55,15 +55,6 @@ ...@@ -55,15 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ 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> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
{ {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "学员登记信息", "caption" : "学员登记标题",
"codeName" : "ReginfoEditView", "codeName" : "ReginfoEditView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json",
"funcViewMode" : "EDITVIEW", "funcViewMode" : "EDITVIEW",
...@@ -1411,6 +1411,10 @@ ...@@ -1411,6 +1411,10 @@
} ], } ],
"getPSDEViewCodeName" : "EditView", "getPSDEViewCodeName" : "EditView",
"getPSDEViewId" : "24195ca41fab9dccacbfa685ee9f1e8a", "getPSDEViewId" : "24195ca41fab9dccacbfa685ee9f1e8a",
"getPSSysImage" : {
"glyph" : "xf18e@FontAwesome",
"cssClass" : "fa fa-arrow-circle-o-right"
},
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDEEDITVIEW", "controlStyle" : "APPDEEDITVIEW",
...@@ -1425,7 +1429,7 @@ ...@@ -1425,7 +1429,7 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"title" : "学员登记信息编辑视图", "title" : "学员登记抬头",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"xDataControlName" : "form", "xDataControlName" : "form",
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "学员登记信息编辑视图", "realTitle" : "学员登记抬头",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json",
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
} }
}, { }, {
"name" : "EDITDATA", "name" : "EDITDATA",
"realTitle" : "学员登记信息编辑视图", "realTitle" : "学员登记抬头",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json",
......
...@@ -1394,6 +1394,7 @@ ...@@ -1394,6 +1394,7 @@
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"xDataControlName" : "form", "xDataControlName" : "form",
"enableDP" : true, "enableDP" : true,
"showCaptionBar" : false,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "630d217e621e89d9fee5f75d84dd53b7", "modelid" : "630d217e621e89d9fee5f75d84dd53b7",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册