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

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

上级 5a935c39
...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){ ...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){
edit: commonLogic.appcommonhandle("编辑",null), edit: commonLogic.appcommonhandle("编辑",null),
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0017_grid: { uipart_0017_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){ ...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){
uiactions: { uiactions: {
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0015_grid: { uipart_0015_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
......
...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){ ...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){
edit: commonLogic.appcommonhandle("Edit",null), edit: commonLogic.appcommonhandle("Edit",null),
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0017_grid: { uipart_0017_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){ ...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){
uiactions: { uiactions: {
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0015_grid: { uipart_0015_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
......
...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){ ...@@ -945,6 +945,16 @@ function getLocaleResourceBase(){
edit: commonLogic.appcommonhandle("编辑",null), edit: commonLogic.appcommonhandle("编辑",null),
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0017_grid: { uipart_0017_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){ ...@@ -958,16 +968,6 @@ function getLocaleResourceBase(){
uiactions: { uiactions: {
}, },
}, },
main2_grid: {
columns: {
ibizordername: commonLogic.appcommonhandle("订单名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
uipart_0015_grid: { uipart_0015_grid: {
columns: { columns: {
orderuid: commonLogic.appcommonhandle("订单编号",null), orderuid: commonLogic.appcommonhandle("订单编号",null),
......
...@@ -452,6 +452,7 @@ export const viewstate: any = { ...@@ -452,6 +452,7 @@ export const viewstate: any = {
viewaction: '', viewaction: '',
viewdatachange: false, viewdatachange: false,
refviews: [ refviews: [
'a5c123887fed6734a6b04952d01f242d',
], ],
}, },
{ {
......
...@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -663,7 +663,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: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr3GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public loadDraft(opt: any = {},mode?:string): void { public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){ 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: 'IBIZBOOKUsr3GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -257,7 +257,7 @@ export default class TestCustomLayoutPanelGridExpViewgridexpbarBase extends Vue ...@@ -257,7 +257,7 @@ export default class TestCustomLayoutPanelGridExpViewgridexpbarBase extends Vue
* @type {string} * @type {string}
* @memberof TestCustomLayoutPanelGridExpViewgridexpbarBase * @memberof TestCustomLayoutPanelGridExpViewgridexpbarBase
*/ */
public navViewName: string = ""; public navViewName: string = "ibizorder-detail-grid-view9";
/** /**
* 导航过滤项 * 导航过滤项
...@@ -273,7 +273,7 @@ export default class TestCustomLayoutPanelGridExpViewgridexpbarBase extends Vue ...@@ -273,7 +273,7 @@ export default class TestCustomLayoutPanelGridExpViewgridexpbarBase extends Vue
* @type {string} * @type {string}
* @memberof TestCustomLayoutPanelGridExpViewgridexpbarBase * @memberof TestCustomLayoutPanelGridExpViewgridexpbarBase
*/ */
public navPSDer: string = ""; public navPSDer: string = "n_ibizorderid_eq";
/** /**
* 导航上下文参数 * 导航上下文参数
......
<script lang='tsx'> <script lang='tsx'>
import { Component } from 'vue-property-decorator'; import { Component } from 'vue-property-decorator';
import TestCustomLayoutPanelGridExpViewgridexpbarBase from './test-custom-layout-panel-grid-exp-viewgridexpbar-gridexpbar-base.vue'; import TestCustomLayoutPanelGridExpViewgridexpbarBase from './test-custom-layout-panel-grid-exp-viewgridexpbar-gridexpbar-base.vue';
import view_gridexpbar_grid from '@widgets/ibizorder/main-grid/main-grid.vue'; import view_gridexpbar_grid from '@widgets/ibizorder/main2-grid/main2-grid.vue';
@Component({ @Component({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册