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

tony001 发布系统代码 [后台服务,演示应用]

上级 34d022d3
......@@ -621,7 +621,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -657,7 +657,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -11,26 +11,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -60,6 +40,26 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -19,16 +19,6 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -48,6 +38,16 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -34,26 +34,6 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -83,6 +63,26 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -75,16 +75,6 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -104,6 +94,16 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -82,7 +82,6 @@
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
......@@ -96,7 +95,7 @@
"getPSPanelItems" : [ {
"caption" : "容器",
"contentHeight" : 600.0,
"contentWidth" : 600.0,
"contentWidth" : 450.0,
"height" : 600.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
......@@ -112,7 +111,7 @@
"heightMode" : "PX",
"layout" : "FLEX",
"vAlignSelf" : "MIDDLE",
"width" : 600,
"width" : 450,
"widthMode" : "PX"
},
"getPSPanelItems" : [ {
......@@ -178,11 +177,12 @@
"showCaption" : false
}, {
"caption" : "容器",
"contentWidth" : 100.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"align" : "center",
"align" : "space-around",
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
......@@ -191,12 +191,16 @@
"grow" : -1,
"layout" : "FLEX",
"spacingBottom" : "OUTERLARGE",
"spacingTop" : "OUTERLARGE"
"spacingTop" : "OUTERLARGE",
"width" : 100,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "PRIMARY",
"buttonWidth" : 175.0,
"caption" : "登陆",
"contentWidth" : 175.0,
"itemStyle" : "PRIMARY",
"itemType" : "BUTTON",
"name" : "auth_loginbutton1",
......@@ -206,7 +210,9 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
"layout" : "FLEX",
"width" : 175,
"widthMode" : "PX"
},
"getPSSysCss" : {
"cssName" : "deepskyblueToolBar"
......@@ -227,11 +233,14 @@
"uIActionType" : "DEUIACTION"
},
"tooltip" : "登陆",
"width" : 175.0,
"showCaption" : true
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"buttonWidth" : 175.0,
"caption" : "重置",
"contentWidth" : 175.0,
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_resetinput1",
......@@ -241,7 +250,9 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
"layout" : "FLEX",
"width" : 175,
"widthMode" : "PX"
},
"getPSUIAction" : {
"caption" : "重置",
......@@ -255,8 +266,10 @@
"uIActionType" : "DEUIACTION"
},
"tooltip" : "重置",
"width" : 175.0,
"showCaption" : true
} ]
} ],
"width" : 100.0
}, {
"caption" : "登陆校验信息",
"itemStyle" : "DEFAULT",
......@@ -341,7 +354,7 @@
"tooltip" : "登出",
"showCaption" : true
} ],
"width" : 600.0
"width" : 450.0
} ],
"getPSSysImage" : {
"imagePath" : "/assets/img/login_bg.png"
......
......@@ -169,7 +169,6 @@
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
......@@ -183,7 +182,7 @@
"getPSPanelItems" : [ {
"caption" : "容器",
"contentHeight" : 600.0,
"contentWidth" : 600.0,
"contentWidth" : 450.0,
"height" : 600.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
......@@ -199,7 +198,7 @@
"heightMode" : "PX",
"layout" : "FLEX",
"vAlignSelf" : "MIDDLE",
"width" : 600,
"width" : 450,
"widthMode" : "PX"
},
"getPSPanelItems" : [ {
......@@ -265,11 +264,12 @@
"showCaption" : false
}, {
"caption" : "容器",
"contentWidth" : 100.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"align" : "center",
"align" : "space-around",
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
......@@ -278,12 +278,16 @@
"grow" : -1,
"layout" : "FLEX",
"spacingBottom" : "OUTERLARGE",
"spacingTop" : "OUTERLARGE"
"spacingTop" : "OUTERLARGE",
"width" : 100,
"widthMode" : "PERCENTAGE"
},
"getPSPanelItems" : [ {
"actionType" : "UIACTION",
"buttonStyle" : "PRIMARY",
"buttonWidth" : 175.0,
"caption" : "登陆",
"contentWidth" : 175.0,
"itemStyle" : "PRIMARY",
"itemType" : "BUTTON",
"name" : "auth_loginbutton1",
......@@ -293,7 +297,9 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
"layout" : "FLEX",
"width" : 175,
"widthMode" : "PX"
},
"getPSSysCss" : {
"cssName" : "deepskyblueToolBar"
......@@ -314,11 +320,14 @@
"uIActionType" : "DEUIACTION"
},
"tooltip" : "登陆",
"width" : 175.0,
"showCaption" : true
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"buttonWidth" : 175.0,
"caption" : "重置",
"contentWidth" : 175.0,
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "auth_resetinput1",
......@@ -328,7 +337,9 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
"layout" : "FLEX",
"width" : 175,
"widthMode" : "PX"
},
"getPSUIAction" : {
"caption" : "重置",
......@@ -342,8 +353,10 @@
"uIActionType" : "DEUIACTION"
},
"tooltip" : "重置",
"width" : 175.0,
"showCaption" : true
} ]
} ],
"width" : 100.0
}, {
"caption" : "登陆校验信息",
"itemStyle" : "DEFAULT",
......@@ -428,7 +441,7 @@
"tooltip" : "登出",
"showCaption" : true
} ],
"width" : 600.0
"width" : 450.0
} ],
"getPSSysImage" : {
"imagePath" : "/assets/img/login_bg.png"
......
......@@ -340,7 +340,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-245-14">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-250-14">
<createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)">
</column>
......
......@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-245-8" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-250-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册