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

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

上级 cff1781a
...@@ -1894,20 +1894,6 @@ const router = new Router({ ...@@ -1894,20 +1894,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'), component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'),
}, },
{
path: '/ibizorders/:ibizorder?/editview_info/:editview_info?',
meta: {
caption: '订单',
captionLanResTag: 'DE.LNAME.IBIZORDER',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'editview_info', parameterName: 'editview_info' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'),
},
{ {
path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?', path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?',
meta: { meta: {
......
...@@ -2,15 +2,11 @@ ...@@ -2,15 +2,11 @@
import { Component } from 'vue-property-decorator'; import { Component } from 'vue-property-decorator';
import IBIZOrderSGridViewBase from './ibizorder-sgrid-view-base.vue'; import IBIZOrderSGridViewBase from './ibizorder-sgrid-view-base.vue';
import view_searchbar from '@widgets/ibizorder/searchbar-searchbar/searchbar-searchbar.vue';
import view_searchform from '@widgets/ibizorder/default-searchform/default-searchform.vue';
import view_grid from '@widgets/ibizorder/main-grid/main-grid.vue'; import view_grid from '@widgets/ibizorder/main-grid/main-grid.vue';
// 基于 @VIEW/实体表格视图/VIEW.vue.ftl 生成 // 基于 @VIEW/实体表格视图/VIEW.vue.ftl 生成
@Component({ @Component({
components: { components: {
view_searchbar,
view_searchform,
view_grid, view_grid,
}, },
beforeRouteEnter: (to: any, from: any, next: any) => { beforeRouteEnter: (to: any, from: any, next: any) => {
......
...@@ -212,7 +212,6 @@ export const PageComponents = { ...@@ -212,7 +212,6 @@ export const PageComponents = {
Vue.component('ibizsoftware-suit-grid-view9', () => import('@pages/sample/ibizsoftware-suit-grid-view9/ibizsoftware-suit-grid-view9.vue')); Vue.component('ibizsoftware-suit-grid-view9', () => import('@pages/sample/ibizsoftware-suit-grid-view9/ibizsoftware-suit-grid-view9.vue'));
Vue.component('ibizbookusr10-grid-view', () => import('@pages/sample/ibizbookusr10-grid-view/ibizbookusr10-grid-view.vue')); Vue.component('ibizbookusr10-grid-view', () => import('@pages/sample/ibizbookusr10-grid-view/ibizbookusr10-grid-view.vue'));
Vue.component('ibizbookoption-view', () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue')); Vue.component('ibizbookoption-view', () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'));
Vue.component('ibizorder-edit-view-info', () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'));
Vue.component('ibizuniproduct-redirect-view', () => import('@pages/sample/ibizuniproduct-redirect-view/ibizuniproduct-redirect-view.vue')); Vue.component('ibizuniproduct-redirect-view', () => import('@pages/sample/ibizuniproduct-redirect-view/ibizuniproduct-redirect-view.vue'));
Vue.component('ibizstorage-edit-view', () => import('@pages/sample/ibizstorage-edit-view/ibizstorage-edit-view.vue')); Vue.component('ibizstorage-edit-view', () => import('@pages/sample/ibizstorage-edit-view/ibizstorage-edit-view.vue'));
Vue.component('ibizsoftware-suit-edit-view', () => import('@pages/sample/ibizsoftware-suit-edit-view/ibizsoftware-suit-edit-view.vue')); Vue.component('ibizsoftware-suit-edit-view', () => import('@pages/sample/ibizsoftware-suit-edit-view/ibizsoftware-suit-edit-view.vue'));
......
...@@ -3431,21 +3431,6 @@ const router = new Router({ ...@@ -3431,21 +3431,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'), component: () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'),
}, },
{
path: 'ibizorders/:ibizorder?/editview_info/:editview_info?',
meta: {
caption: '订单',
captionLanResTag: 'DE.LNAME.IBIZORDER',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'editview_info', parameterName: 'editview_info' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'),
},
{ {
path: 'ibizstorages/:ibizstorage?/editview/:editview?', path: 'ibizstorages/:ibizstorage?/editview/:editview?',
meta: { meta: {
...@@ -5921,20 +5906,6 @@ const router = new Router({ ...@@ -5921,20 +5906,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'), component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'),
}, },
{
path: '/ibizorders/:ibizorder?/editview_info/:editview_info?',
meta: {
caption: '订单',
captionLanResTag: 'DE.LNAME.IBIZORDER',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'editview_info', parameterName: 'editview_info' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'),
},
{ {
path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?', path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?',
meta: { meta: {
......
...@@ -212,7 +212,6 @@ export const PageComponents = { ...@@ -212,7 +212,6 @@ export const PageComponents = {
Vue.component('ibizsoftware-suit-grid-view9', () => import('@pages/sample/ibizsoftware-suit-grid-view9/ibizsoftware-suit-grid-view9.vue')); Vue.component('ibizsoftware-suit-grid-view9', () => import('@pages/sample/ibizsoftware-suit-grid-view9/ibizsoftware-suit-grid-view9.vue'));
Vue.component('ibizbookusr10-grid-view', () => import('@pages/sample/ibizbookusr10-grid-view/ibizbookusr10-grid-view.vue')); Vue.component('ibizbookusr10-grid-view', () => import('@pages/sample/ibizbookusr10-grid-view/ibizbookusr10-grid-view.vue'));
Vue.component('ibizbookoption-view', () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue')); Vue.component('ibizbookoption-view', () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'));
Vue.component('ibizorder-edit-view-info', () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'));
Vue.component('ibizuniproduct-redirect-view', () => import('@pages/sample/ibizuniproduct-redirect-view/ibizuniproduct-redirect-view.vue')); Vue.component('ibizuniproduct-redirect-view', () => import('@pages/sample/ibizuniproduct-redirect-view/ibizuniproduct-redirect-view.vue'));
Vue.component('ibizstorage-edit-view', () => import('@pages/sample/ibizstorage-edit-view/ibizstorage-edit-view.vue')); Vue.component('ibizstorage-edit-view', () => import('@pages/sample/ibizstorage-edit-view/ibizstorage-edit-view.vue'));
Vue.component('ibizsoftware-suit-edit-view', () => import('@pages/sample/ibizsoftware-suit-edit-view/ibizsoftware-suit-edit-view.vue')); Vue.component('ibizsoftware-suit-edit-view', () => import('@pages/sample/ibizsoftware-suit-edit-view/ibizsoftware-suit-edit-view.vue'));
......
...@@ -3430,21 +3430,6 @@ const router = new Router({ ...@@ -3430,21 +3430,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'), component: () => import('@pages/sample/ibizbookoption-view/ibizbookoption-view.vue'),
}, },
{
path: 'ibizorders/:ibizorder?/editview_info/:editview_info?',
meta: {
caption: '订单',
captionLanResTag: 'DE.LNAME.IBIZORDER',
info:'',
parameters: [
{ pathName: 'appindexview', parameterName: 'appindexview' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'editview_info', parameterName: 'editview_info' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'),
},
{ {
path: 'ibizstorages/:ibizstorage?/editview/:editview?', path: 'ibizstorages/:ibizstorage?/editview/:editview?',
meta: { meta: {
...@@ -5920,20 +5905,6 @@ const router = new Router({ ...@@ -5920,20 +5905,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'), component: () => import('@pages/sample/ibizorder-ctrl-plugin-ex-grid-view/ibizorder-ctrl-plugin-ex-grid-view.vue'),
}, },
{
path: '/ibizorders/:ibizorder?/editview_info/:editview_info?',
meta: {
caption: '订单',
captionLanResTag: 'DE.LNAME.IBIZORDER',
info:'',
parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'editview_info', parameterName: 'editview_info' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizorder-edit-view-info/ibizorder-edit-view-info.vue'),
},
{ {
path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?', path: '/ibizorders/:ibizorder?/wfstartview/:wfstartview?',
meta: { meta: {
......
...@@ -359,8 +359,6 @@ export const viewstate: any = { ...@@ -359,8 +359,6 @@ export const viewstate: any = {
viewaction: '', viewaction: '',
viewdatachange: false, viewdatachange: false,
refviews: [ refviews: [
'6a7585c77c89b5555a1ca62496145c4a',
'7f46cd67bcfbeac794fcc5c91d8bcceb',
'd827fd85e8d9be1bb9348765c09cd465', 'd827fd85e8d9be1bb9348765c09cd465',
'56738595155756fd86c36e20af24f056', '56738595155756fd86c36e20af24f056',
'e6b9fc2b5a23e89827909ccc050eb381', 'e6b9fc2b5a23e89827909ccc050eb381',
...@@ -1348,16 +1346,6 @@ export const viewstate: any = { ...@@ -1348,16 +1346,6 @@ export const viewstate: any = {
'e6b9fc2b5a23e89827909ccc050eb381', 'e6b9fc2b5a23e89827909ccc050eb381',
], ],
}, },
{
viewtag: '6a7585c77c89b5555a1ca62496145c4a',
viewmodule: 'Sample',
viewname: 'IBIZOrderEditView_info',
viewaction: '',
viewdatachange: false,
refviews: [
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
{ {
viewtag: '6bc6e690dc5abfc6d89703e4459c785c', viewtag: '6bc6e690dc5abfc6d89703e4459c785c',
viewmodule: 'Sample', viewmodule: 'Sample',
......
...@@ -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: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (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: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
</template> </template>
</el-table> </el-table>
<app-grid-pagination :totalRow="totalrow" :curPage="curPage" :limit="limit" @page-change="handlePageChange" @page-size-change="handlePageSizeChange" />
</i-form> </i-form>
</div> </div>
</template> </template>
...@@ -531,7 +532,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -531,7 +532,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean} * @type {boolean}
* @memberof MainBase * @memberof MainBase
*/ */
public isEnablePagingBar: boolean = false; public isEnablePagingBar: boolean = true;
/** /**
* 是否禁用排序 * 是否禁用排序
...@@ -547,7 +548,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -547,7 +548,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof MainBase * @memberof MainBase
*/ */
public minorSortDir: string = ''; public minorSortDir: string = 'DESC';
/** /**
* 排序字段 * 排序字段
...@@ -555,7 +556,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -555,7 +556,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof MainBase * @memberof MainBase
*/ */
public minorSortPSDEF: string = ''; public minorSortPSDEF: string = 'ordertime';
/** /**
* 分页条数 * 分页条数
...@@ -571,7 +572,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -571,7 +572,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean} * @type {boolean}
* @memberof MainBase * @memberof MainBase
*/ */
public isHideHeader: boolean = true; public isHideHeader: boolean = false;
/** /**
* 是否默认选中第一条数据 * 是否默认选中第一条数据
......
...@@ -830,6 +830,11 @@ ...@@ -830,6 +830,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1317,17 +1322,17 @@ ...@@ -1317,17 +1322,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -416,17 +421,17 @@ ...@@ -416,17 +421,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"modelid" : "9222eaa963655f7f76cff5972d695cbf", "modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
...@@ -754,6 +754,11 @@ ...@@ -754,6 +754,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1241,17 +1246,17 @@ ...@@ -1241,17 +1246,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -1276,6 +1276,11 @@ ...@@ -1276,6 +1276,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1763,17 +1768,17 @@ ...@@ -1763,17 +1768,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -1338,6 +1338,7 @@ ...@@ -1338,6 +1338,7 @@
"path" : "PSWORKFLOWS/ODSP.json" "path" : "PSWORKFLOWS/ODSP.json"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderEditView_info", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderEditView_info",
"refFlag" : false,
"title" : "订单编辑视图", "title" : "订单编辑视图",
"getTitlePSLanguageRes" : { "getTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW", "lanResTag" : "PAGE.TITLE.IBIZORDER.EDITVIEW",
......
...@@ -483,6 +483,11 @@ ...@@ -483,6 +483,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -970,17 +975,17 @@ ...@@ -970,17 +975,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -288,6 +288,11 @@ ...@@ -288,6 +288,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -775,17 +780,17 @@ ...@@ -775,17 +780,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -540,17 +545,17 @@ ...@@ -540,17 +545,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -89,6 +89,11 @@ ...@@ -89,6 +89,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -576,17 +581,17 @@ ...@@ -576,17 +581,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -445,6 +445,11 @@ ...@@ -445,6 +445,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -936,17 +941,17 @@ ...@@ -936,17 +941,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -485,6 +485,11 @@ ...@@ -485,6 +485,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -972,17 +977,17 @@ ...@@ -972,17 +977,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -369,6 +369,11 @@ ...@@ -369,6 +369,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -856,17 +861,17 @@ ...@@ -856,17 +861,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -346,6 +346,11 @@ ...@@ -346,6 +346,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -833,17 +838,17 @@ ...@@ -833,17 +838,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -396,6 +396,11 @@ ...@@ -396,6 +396,11 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -873,17 +878,17 @@ ...@@ -873,17 +878,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -512,17 +517,17 @@ ...@@ -512,17 +517,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -420,6 +420,11 @@ ...@@ -420,6 +420,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -907,17 +912,17 @@ ...@@ -907,17 +912,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -1009,6 +1009,11 @@ ...@@ -1009,6 +1009,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1496,17 +1501,17 @@ ...@@ -1496,17 +1501,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -319,6 +319,11 @@ ...@@ -319,6 +319,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -806,17 +811,17 @@ ...@@ -806,17 +811,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
...@@ -877,6 +877,11 @@ ...@@ -877,6 +877,11 @@
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格", "logicName" : "主表格",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDERTIME",
"codeName" : "OrderTime"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1364,17 +1369,17 @@ ...@@ -1364,17 +1369,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
} }
}, },
"sortMode" : "LOCAL", "sortMode" : "REMOTE",
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : false,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : false,
"forceFit" : false, "forceFit" : false,
"hideHeader" : true, "hideHeader" : false,
"noSort" : true, "noSort" : true,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册