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

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

上级 c3a105a4
...@@ -639,7 +639,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -639,7 +639,7 @@ export default class DefaultBase 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: '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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -675,7 +675,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -675,7 +675,7 @@ export default class DefaultBase 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: '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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</template> </template>
<template v-if="Object.is(data.editor, 'filter3')"> <template v-if="Object.is(data.editor, 'filter3')">
<time-picker :value="data.filter3" :transfer="true" :disabled="detailsModel.filter3.disabled" format="ss" style="min-width: 150px; width:160px;" @on-change="(val) => {this.data.filter3 = val}"></time-picker> <date-picker type="datetime" :transfer="true" format="yyyy-MM-dd HH:mm:ss" :value="data.filter3" :disabled="detailsModel.filter3.disabled" style="min-width: 150px; width:160px;" @on-change="(val1, val2) => { this.data.filter3 = val1 }"></date-picker>
</template> </template>
</template> </template>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
}, },
"editorType" : "DATEPICKEREX_SECOND", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "filter3" "name" : "filter3"
}, },
......
...@@ -525,7 +525,7 @@ ...@@ -525,7 +525,7 @@
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
}, },
"editorType" : "DATEPICKEREX_SECOND", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "filter3" "name" : "filter3"
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册