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

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

上级 fa09d42a
.app-checkbox-list { .app-checkbox {
overflow: auto; overflow: auto;
} }
\ No newline at end of file
<template> <template>
<div class="checkbox"> <div class="app-checkbox">
<checkbox v-model="CurrentVal" :disabled="disabled"></checkbox> <checkbox v-model="CurrentVal" :disabled="disabled"></checkbox>
</div> </div>
</template> </template>
......
.app-picker { .app-picker {
width: 100%; width: 100%;
.el-select {
.el-input__suffix {
right: 20px;
}
}
.text-value { .text-value {
.el-icon-circle-close { .el-icon-circle-close {
display: none; display: none;
......
...@@ -4,12 +4,5 @@ ...@@ -4,12 +4,5 @@
} }
.tree-dropdown-list{ .tree-dropdown-list{
width: 100%; width: 100%;
.el-input__inner{
height: 32px !important;
line-height: 32px !important;
}
.el-input__icon{
line-height: 32px;
}
} }
} }
\ No newline at end of file
.ivu-select-multiple .ivu-select-item-selected:after{ .ivu-select-multiple .ivu-select-item-selected:after{
display: none; display: none;
} }
.dropdown-list-mpicker-container{ .dropdown-list-mpicker-container{
.tree-dropdown-list-mpicker{ .tree-dropdown-list-mpicker{
width: 100%; width: 100%;
.el-input__inner{
height: 32px !important;
line-height: 32px !important;
}
.el-input__icon{
line-height: 32px;
} }
} }
}
\ No newline at end of file
...@@ -4,12 +4,5 @@ ...@@ -4,12 +4,5 @@
} }
.tree-dropdown-list{ .tree-dropdown-list{
width: 100%; width: 100%;
.el-input__inner{
height: 32px !important;
line-height: 32px !important;
}
.el-input__icon{
line-height: 32px;
}
} }
} }
\ No newline at end of file
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
justify-content: center; justify-content: center;
} }
>.tag-tabs{ >.tag-tabs{
background-color: #F0F0F0 !important; background-color: var(--app-color-gray-400) !important;
.el-tabs{ .el-tabs{
.el-tabs__nav{ .el-tabs__nav{
padding:0px 10px; padding:0px 10px;
......
.degridview { .grid-view-layout {
// height: 100%; // height: 100%;
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
.grid-header-content { .view-header-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 16px 4px 20px 7px; padding: 16px 4px 20px 7px;
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
z-index: 0; z-index: 0;
} }
} }
.grid-header-bottom { .view-header-bottom {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
height: 74px; height: 74px;
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
z-index: 0; z-index: 0;
} }
} }
.grid-content { .view-content {
} }
} }
\ No newline at end of file
<template> <template>
<layout class="view-container degridview"> <layout class="grid-view-layout view-layout">
<header class="grid-header"> <header class="view-header">
<div class="grid-header-top"> <div class="view-header__top">
<slot name="headerTop" /> <slot name="headerTop" />
</div> </div>
<div class="grid-header-content"> <div class="view-header__content">
<slot name="headerContent" /> <slot name="headerContent" />
</div> </div>
<div class="grid-header-bottom"> <div class="view-header__bottom">
<slot name="headerBottom" /> <slot name="headerBottom" />
</div> </div>
</header> </header>
<content class="grid-content content-container"> <content class="view-content content-container">
<slot /> <slot />
</content> </content>
<footer class="grid-footer"> <footer class="view-footer">
<slot name="footer" /> <slot name="footer" />
</footer> </footer>
</layout> </layout>
......
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
>.view-container { >.view-container {
overflow: auto; overflow: auto;
background-color: var(--app-color-gray-400); margin: 0 12px;
} }
&.index-view-layout-content--tab { &.index-view-layout-content--tab {
>.view-container { >.view-container {
height: calc(100% - 55px); height: calc(100% - 65px);
} }
} }
} }
......
.el-autocomplete{
.el-input{
font-size: 14px;
input{
border-radius: 0;
}
input:hover{
border-color: var(--app-color-blue);
}
}
}
\ No newline at end of file
@import './radio-group.scss'; @import './radio-group.scss';
@import './menu.scss'; @import './menu.scss';
\ No newline at end of file @import './autocomplete.scss';
@import './input.scss';
\ No newline at end of file
.el-input{
input{
border-radius: 0;
}
.el-input__inner{
height: 34px;
line-height: 34px;
}
}
\ No newline at end of file
...@@ -44,5 +44,20 @@ ...@@ -44,5 +44,20 @@
.el-menu--vertical { .el-menu--vertical {
.el-menu-item, .el-submenu__title { .el-menu-item, .el-submenu__title {
height: 57px; height: 57px;
color: var(--app-color-gray-100) !important;
&:hover, &.is-active {
color: var(--app-color-blue) !important;
}
&.is-active {
border-left: 4px solid var(--app-color-blue);
background-color: var(--app-color-white) !important;
}
}
.el-submenu {
&.is-active {
>.el-submenu__title {
color: var(--app-color-blue) !important;
}
}
} }
} }
\ No newline at end of file
.ivu-checkbox-group{
.ivu-checkbox-group-item{
margin-right: 24px;
.ivu-checkbox{
width: 16px;
height: 16px;
margin-right: 6px;
&.ivu-checkbox-checked{
border-color: var(--app-color-blue);
background-color: var(--app-color-blue);
}
}
.ivu-checkbox:hover .ivu-checkbox-inner{
border-color: var(--app-color-blue);
}
}
}
\ No newline at end of file
.ivu-checkbox-wrapper{
.ivu-checkbox{
.ivu-checkbox-inner{
border-radius: 0;
}
&.ivu-checkbox-checked {
.ivu-checkbox-inner{
border-color: var(--app-color-blue);
background-color: var(--app-color-blue);
}
}
}
.ivu-checkbox:hover .ivu-checkbox-inner{
border-color: var(--app-color-blue);
}
}
\ No newline at end of file
@import './radio-group.scss'; @import './radio-group.scss';
\ No newline at end of file @import './checkbox.scss';
@import './checkbox-group.scss';
@import './select.scss';
@import './input.scss';
\ No newline at end of file
.ivu-input{
height: 34px;
line-height: 34px;
border-radius: 0;
}
\ No newline at end of file
.ivu-radio-group{ .ivu-radio-group{
.ivu-radio-group-item{ .ivu-radio-group-item{
margin-right: 24px;
.ivu-radio{ .ivu-radio{
margin-right: 6px; margin-right: 6px;
width: 16px;
height: 16px;
&.ivu-radio-checked{ &.ivu-radio-checked{
.ivu-radio-inner{ .ivu-radio-inner{
border-color: var(--app-color-blue); border-color: var(--app-color-blue);
&.ivu-radio-inner:after{ &.ivu-radio-inner:after{
background-color: #188CE5; background-color: var(--app-color-blue);
} }
} }
} }
......
.ivu-select{
.ivu-select-selection{
height: 34px;
border-radius: 0;
input::-webkit-input-placeholder{
color:var(--app-color-gray-200);
}
}
.ivu-select-input[disabled]{
color: var(--app-color-gray-200);
-webkit-text-fill-color: var(--app-color-gray-200);
}
}
.ivu-select-dropdown{
padding: 10px 0 10px;
.ivu-select-dropdown-list{
.ivu-select-item{
&.ivu-select-item-selected{
color: var(--app-color-blue);
background-color: transparent;
}
}
}
}
\ No newline at end of file
<template> <template>
<i-form :model="this.data" class='app-search-form' ref='quicksearchform' style=""> <i-form :model="this.data" class='app-search-form' ref='searchform' style="">
<input style="display:none;"/> <input style="display:none;"/>
<row> <row>
<i-col span="20" class="form-content"> <i-col span="20" class="form-content">
...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase * @memberof QUICKSEARCHFORMBase
*/ */
public formValidateStatus(): boolean { public formValidateStatus(): boolean {
const form: any = this.$refs.quicksearchform; const form: any = this.$refs.searchform;
let validatestate: boolean = true; let validatestate: boolean = true;
form.validate((valid: boolean) => { form.validate((valid: boolean) => {
validatestate = valid ? true : false; validatestate = valid ? true : false;
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ 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: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ 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: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -23,18 +23,6 @@ ...@@ -23,18 +23,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
...@@ -47,6 +35,18 @@ ...@@ -47,6 +35,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
......
...@@ -20,6 +20,18 @@ ...@@ -20,6 +20,18 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -43,18 +55,6 @@ ...@@ -43,18 +55,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -53,18 +53,6 @@ ...@@ -53,18 +53,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
...@@ -77,6 +65,18 @@ ...@@ -77,6 +65,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"mOSFilePath" : "psdetreecols/returntime",
"name" : "returntime",
"rTMOSFilePath" : "psdetreecols/returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "出版社", "caption" : "出版社",
"codeName" : "press", "codeName" : "press",
......
...@@ -88,6 +88,18 @@ ...@@ -88,6 +88,18 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -111,18 +123,6 @@ ...@@ -111,18 +123,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
{
"codeName" : "Sequence",
"dynaModelFilePath" : "PSSYSSEQUENCES/Sequence.json",
"mOSFilePath" : "pssyssequences/Sequence",
"name" : "序列",
"rTMOSFilePath" : "pssyssequences/Sequence",
"sequenceType" : "DB"
}
\ No newline at end of file
...@@ -1471,6 +1471,10 @@ ...@@ -1471,6 +1471,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSSAMPLEVALUES/SampleValue4.json" "path" : "PSSYSSAMPLEVALUES/SampleValue4.json"
} ], } ],
"getAllPSSysSequences" : [ {
"modelref" : true,
"path" : "PSSYSSEQUENCES/Sequence.json"
} ],
"getAllPSSysServiceAPIs" : [ { "getAllPSSysServiceAPIs" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSSERVICEAPIS/DemoAPI.json" "path" : "PSSYSSERVICEAPIS/DemoAPI.json"
......
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 --> <!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-19-19"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-20-19">
<createTable tableName="T_IBIZSAMPLE0001"> <createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)"> <column name="FIELD01" remarks="" type="VARCHAR(100)">
</column> </column>
...@@ -1473,7 +1473,7 @@ ...@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 --> <!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 --> <!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 --> <!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-19-48"> <changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-20-48">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/> <addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 --> <!--输出实体[IBIZSAMPLE0002]外键关系 -->
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-19-13" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-20-13" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZSAMPLE0001"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZSAMPLE0001">
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]> <![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView> </createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册