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

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

上级 99ab1bbf
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37: commonLogic.appcommonhandle("文件上传控件",null),
f24: commonLogic.appcommonhandle("数据选择",null),
f25: commonLogic.appcommonhandle("数据选择(数据链接)",null),
formitem8: commonLogic.appcommonhandle("数据选择(无按钮)",null),
f26: commonLogic.appcommonhandle("数据选择(无AC)",null),
f27: commonLogic.appcommonhandle("数据选择(无AC、数据链接)",null),
formitem28: commonLogic.appcommonhandle("数据选择(下拉)",null),
f29: commonLogic.appcommonhandle("数据选择(下拉、数据链接)",null),
formitem5: commonLogic.appcommonhandle("数据链接",null),
formitem9: commonLogic.appcommonhandle("数据选择(下拉视图)",null),
formitem10: commonLogic.appcommonhandle("数据选择(下拉视图、数据链接)",null),
formitem6: commonLogic.appcommonhandle("地址框(支持选择、AC)",null),
formitem: commonLogic.appcommonhandle("地址栏(选择)",null),
ibizsample0002id: commonLogic.appcommonhandle("值项表单项",null),
......
......@@ -2,5 +2,6 @@
@import './menu.scss';
@import './autocomplete.scss';
@import './input.scss';
@import './stepper.scss';
@import './select.scss';
\ No newline at end of file
@import './select.scss';
@import './switch.scss';
@import './slider.scss';
\ No newline at end of file
.el-slider__bar {
background-color: var(--app-color-primary);
}
.el-slider__button{
border-color: var(--app-color-primary);
}
\ No newline at end of file
.el-switch.is-checked .el-switch__core {
border-color: var(--app-color-primary);
background-color: var(--app-color-primary);
}
\ No newline at end of file
......@@ -639,7 +639,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -675,7 +675,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,6 +70,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -97,7 +97,6 @@ export default class MainModel {
name: 'ibizorderdetail',
prop: 'ibizorderdetailid',
},
{
name:'size',
prop:'size',
......
......@@ -475,6 +475,35 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem8.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='formitem8' :itemRules="this.rules().formitem8" class='' :caption="$t('entities.ibizsample0001.main4_form.details.formitem8')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.formitem8.error" :isEmptyCaption="false" labelPos="LEFT">
<app-picker
:formState="formState"
:data="data"
:context="context"
:viewparams="viewparams"
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem8.disabled"
placeholder="数据选择(无按钮)"
:showButton="false"
name='formitem8'
deMajorField='ibizsample0002name'
deKeyField='ibizsample0002'
:service="service"
:acParams="{ serviceName: 'IBIZSample0002Service', interfaceName: 'FetchDefault'}"
valueitem='ibizsample0002id'
:value="data.formitem8"
editortype=""
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f26.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f26' :itemRules="this.rules().f26" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f26')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f26.error" :isEmptyCaption="false" labelPos="LEFT">
......@@ -610,6 +639,57 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem9.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='formitem9' :itemRules="this.rules().formitem9" class='' :caption="$t('entities.ibizsample0001.main4_form.details.formitem9')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.formitem9.error" :isEmptyCaption="false" labelPos="LEFT">
<app-picker-select-view
:formState="formState"
:data="data"
:context="context"
:viewparams="viewparams"
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem9.disabled"
placeholder="数据选择(下拉视图)"
name='formitem9'
:service="service"
valueitem='ibizsample0002id'
:value="data.formitem9"
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker-select-view>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem10.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='formitem10' :itemRules="this.rules().formitem10" class='' :caption="$t('entities.ibizsample0001.main4_form.details.formitem10')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.formitem10.error" :isEmptyCaption="false" labelPos="LEFT">
<app-picker-select-view
:formState="formState"
:data="data"
:context="context"
:viewparams="viewparams"
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem10.disabled"
placeholder="数据选择(下拉视图、数据链接)"
name='formitem10'
deMajorField='ibizsample0002name'
deKeyField='ibizsample0002'
:service="service"
valueitem='ibizsample0002id'
:value="data.formitem10"
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
:linkview="{ viewname: 'IBIZSample0002EditView', title: $t('entities.ibizsample0002.views.editview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'editview', parameterName: 'editview' } ], width: 400, height: 600, placement: 'POPOVER', isRedirectView: false }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker-select-view>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem6.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='formitem6' :itemRules="this.rules().formitem6" class='' :caption="$t('entities.ibizsample0001.main4_form.details.formitem6')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem6.error" :isEmptyCaption="false" labelPos="LEFT">
......@@ -1189,11 +1269,14 @@ export default class Main4Base extends Vue implements ControlInterface {
f37: null,
f24: null,
f25: null,
formitem8: null,
f26: null,
f27: null,
formitem28: null,
f29: null,
formitem5: null,
formitem9: null,
formitem10: null,
formitem6: null,
formitem: null,
ibizsample0002id: null,
......@@ -1393,6 +1476,10 @@ export default class Main4Base extends Vue implements ControlInterface {
{ required: this.detailsModel.f25.required, type: 'string', message: '数据选择(数据链接) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f25.required, type: 'string', message: '数据选择(数据链接) 值不能为空', trigger: 'blur' },
],
formitem8: [
{ required: this.detailsModel.formitem8.required, type: 'string', message: '数据选择(无按钮) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem8.required, type: 'string', message: '数据选择(无按钮) 值不能为空', trigger: 'blur' },
],
f26: [
{ required: this.detailsModel.f26.required, type: 'string', message: '数据选择(无AC) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f26.required, type: 'string', message: '数据选择(无AC) 值不能为空', trigger: 'blur' },
......@@ -1413,6 +1500,14 @@ export default class Main4Base extends Vue implements ControlInterface {
{ required: this.detailsModel.formitem5.required, type: 'string', message: '数据链接 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem5.required, type: 'string', message: '数据链接 值不能为空', trigger: 'blur' },
],
formitem9: [
{ required: this.detailsModel.formitem9.required, type: 'string', message: '数据选择(下拉视图) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem9.required, type: 'string', message: '数据选择(下拉视图) 值不能为空', trigger: 'blur' },
],
formitem10: [
{ required: this.detailsModel.formitem10.required, type: 'string', message: '数据选择(下拉视图、数据链接) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem10.required, type: 'string', message: '数据选择(下拉视图、数据链接) 值不能为空', trigger: 'blur' },
],
formitem6: [
{ required: this.detailsModel.formitem6.required, type: 'string', message: '地址框(支持选择、AC) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem6.required, type: 'string', message: '地址框(支持选择、AC) 值不能为空', trigger: 'blur' },
......@@ -1633,6 +1728,8 @@ export default class Main4Base extends Vue implements ControlInterface {
f24: new FormItemModel({ caption: '数据选择', detailType: 'FORMITEM', name: 'f24', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
f25: new FormItemModel({ caption: '数据选择(数据链接)', detailType: 'FORMITEM', name: 'f25', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem8: new FormItemModel({ caption: '数据选择(无按钮)', detailType: 'FORMITEM', name: 'formitem8', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
f26: new FormItemModel({ caption: '数据选择(无AC)', detailType: 'FORMITEM', name: 'f26', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -1643,6 +1740,10 @@ export default class Main4Base extends Vue implements ControlInterface {
f29: new FormItemModel({ caption: '数据选择(下拉、数据链接)', detailType: 'FORMITEM', name: 'f29', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem5: new FormItemModel({ caption: '数据链接', detailType: 'FORMITEM', name: 'formitem5', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem9: new FormItemModel({ caption: '数据选择(下拉视图)', detailType: 'FORMITEM', name: 'formitem9', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem10: new FormItemModel({ caption: '数据选择(下拉视图、数据链接)', detailType: 'FORMITEM', name: 'formitem10', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem6: new FormItemModel({ caption: '地址框(支持选择、AC)', detailType: 'FORMITEM', name: 'formitem6', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -2178,6 +2279,18 @@ export default class Main4Base extends Vue implements ControlInterface {
this.formDataChange({ name: 'f25', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem8 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@Watch('data.formitem8')
onFormitem8Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem8', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 f26 值
*
......@@ -2238,6 +2351,30 @@ export default class Main4Base extends Vue implements ControlInterface {
this.formDataChange({ name: 'formitem5', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem9 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@Watch('data.formitem9')
onFormitem9Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem9', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem10 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@Watch('data.formitem10')
onFormitem10Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem10', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem6 值
*
......@@ -2448,6 +2585,9 @@ export default class Main4Base extends Vue implements ControlInterface {
......
......@@ -201,6 +201,11 @@ export default class Main4Model {
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem8',
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'f26',
prop: 'ibizsample0002name',
......@@ -226,6 +231,15 @@ export default class Main4Model {
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem9',
dataType:'FORMITEM',
},
{
name: 'formitem10',
prop: 'ibizsample0002name',
dataType: 'PICKUPTEXT',
},
{
name: 'formitem6',
dataType:'FORMITEM',
......
......@@ -12,6 +12,18 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -23,6 +35,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -47,30 +71,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -20,13 +20,13 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -44,13 +44,13 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -205,6 +205,13 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "f26",
"dataType" : 25,
......@@ -240,6 +247,16 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem10",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem6",
"dataType" : 25
......@@ -1581,6 +1598,73 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无按钮)",
"codeName" : "formitem8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem8",
"name" : "formitem8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"TRIGGER" : "FALSE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_NOBUTTON",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem8",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(无按钮)",
"valueItemName" : "ibizsample0002id",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : false,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem8",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无AC)",
"codeName" : "f26",
......@@ -1917,6 +2001,129 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图、数据链接)",
"codeName" : "formitem10",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem10",
"name" : "formitem10",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"LINKVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem10",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图、数据链接)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enableLinkView" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem10",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址框(支持选择、AC)",
"codeName" : "formitem6",
......
......@@ -42,6 +42,18 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -53,6 +65,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -77,30 +101,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -88,13 +88,13 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......@@ -112,13 +112,13 @@
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"mOSFilePath" : "psdetreecols/subtext",
"name" : "subtext",
"rTMOSFilePath" : "psdetreecols/subtext",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -328,6 +328,13 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "f26",
"dataType" : 25,
......@@ -363,6 +370,16 @@
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem10",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
}
}, {
"id" : "formitem6",
"dataType" : 25
......@@ -1704,6 +1721,73 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无按钮)",
"codeName" : "formitem8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem8",
"name" : "formitem8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"TRIGGER" : "FALSE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_NOBUTTON",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem8",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(无按钮)",
"valueItemName" : "ibizsample0002id",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : false,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem8",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(无AC)",
"codeName" : "f26",
......@@ -2040,6 +2124,129 @@
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem9",
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "数据选择(下拉视图、数据链接)",
"codeName" : "formitem10",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 200,
"mOSFilePath" : "psdeformdetail_formitems/formitem10",
"name" : "formitem10",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "IBIZSAMPLE0002NAME",
"codeName" : "IBIZSample0002Name"
},
"getPSEditor" : {
"editorParams" : {
"DROPDOWNVIEW" : "TRUE",
"LINKVIEW" : "TRUE",
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_DROPDOWNVIEW_LINK",
"handlerType" : "PickupText",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json",
"viewType" : "DEEDITVIEW"
},
"name" : "formitem10",
"getPSAppDEACMode" : {
"modelref" : true,
"id" : "Default"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"placeHolder" : "数据选择(下拉视图、数据链接)",
"valueItemName" : "ibizsample0002id",
"dropDownView" : true,
"enableAC" : false,
"enableLinkView" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 8,
"colMD" : 8,
"colSM" : 8,
"colXS" : 8,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem10",
"valueItemName" : "ibizsample0002id",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址框(支持选择、AC)",
"codeName" : "formitem6",
......
......@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-21-19">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-24-19">
<createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)">
</column>
......@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-21-48">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-24-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"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
......
......@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-21-13" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-24-13" runOnChange="true">
<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 ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册