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

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

上级 4cfaecbf
......@@ -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: 'IBIZBOOKUsr9GridView' + (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: 'IBIZBOOKUsr9GridView' + (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 } ;
......
......@@ -1846,7 +1846,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1898,7 +1898,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1969,7 +1969,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -2077,7 +2077,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -2275,7 +2275,7 @@ export default class MainBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -48,14 +48,14 @@
<div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i>
<span class='caption'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</span>
</i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{$t('TBB.TEXT.*.REMOVE', '删除')}}</span>
</i-button>
......@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/**
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件
* dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) {
public dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
}
if (Object.is($event.tag, 'deuiaction2')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
}
}
......@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
public dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataviewexpbar_dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
public dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase
* @memberof IBIZBOOKUsr2DataViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
let result: boolean = true;
Object.assign(actionData, args);
if ('selectionchange'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_selectionchange_ctrl_logic(actionData) && result;
}
if ('load'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_load_ctrl_logic(actionData) && result;
}
if (!result) {
return false;
}
......@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_selectionchange_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_load_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
......@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKDataViewExpView
* @memberof IBIZBOOKUsr2DataView
*/
public dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels: any = {
public usr2dataviewdataview_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
......@@ -1043,7 +1013,7 @@ export default class Usr2Base 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: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1138,7 +1108,7 @@ export default class Usr2Base 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: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -1255,7 +1225,7 @@ export default class Usr2Base 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: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (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);
......@@ -1263,7 +1233,7 @@ export default class Usr2Base 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: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......@@ -1365,16 +1335,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public uiAction(data: any, tag: any, $event: any) {
$event.stopPropagation();
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
}
if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event);
this.dataview_memo1_u37f11a8_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event);
this.dataview_memo1_uc365542_click(data, tag, $event);
}
}
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode
* @memberof Usr2DataViewMode
*/
public getDataItems(): any[] {
return [
......@@ -40,6 +40,17 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -3,6 +3,8 @@
<i-form style="height:100%;display:flex;flex-direction: column;justify-content: space-between">
<input style="display:none;" />
<el-table v-if="isDisplay === true"
:default-sort="{ prop: minorSortPSDEF, order: Object.is(minorSortDir, 'ASC') ? 'ascending' : Object.is(minorSortDir, 'DESC') ? 'descending' : '' }"
@sort-change="onSortChange($event)"
:border="isDragendCol"
:highlight-current-row ="isSingleSelect"
:row-class-name="getRowClassName"
......@@ -23,7 +25,7 @@
<el-table-column align="center" type='selection' :width="checkboxColWidth"></el-table-column>
</template>
<template v-if="getColumnState('orderuid')">
<el-table-column show-overflow-tooltip :prop="'orderuid'" :label="$t('DEF.LNAME.ORDERUID', '订单编号')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'orderuid'" :label="$t('DEF.LNAME.ORDERUID', '订单编号')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.ORDERUID', '订单编号')}}
......@@ -35,7 +37,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('ibizordername')">
<el-table-column show-overflow-tooltip :prop="'ibizordername'" :label="$t('DEF.LNAME.IBIZORDERNAME', '订单名称')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'ibizordername'" :label="$t('DEF.LNAME.IBIZORDERNAME', '订单名称')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.IBIZORDERNAME', '订单名称')}}
......@@ -47,7 +49,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('orderstate')">
<el-table-column show-overflow-tooltip :prop="'orderstate'" :label="$t('DEF.LNAME.ORDERSTATE', '订单状态')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'orderstate'" :label="$t('DEF.LNAME.ORDERSTATE', '订单状态')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.ORDERSTATE', '订单状态')}}
......@@ -61,7 +63,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('ordertype')">
<el-table-column show-overflow-tooltip :prop="'ordertype'" :label="$t('DEF.LNAME.ORDERTYPE', '订单类型')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'ordertype'" :label="$t('DEF.LNAME.ORDERTYPE', '订单类型')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.ORDERTYPE', '订单类型')}}
......@@ -75,7 +77,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('ordertime')">
<el-table-column show-overflow-tooltip :prop="'ordertime'" :label="$t('DEF.LNAME.ORDERTIME', '订单时间')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'ordertime'" :label="$t('DEF.LNAME.ORDERTIME', '订单时间')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.ORDERTIME', '订单时间')}}
......@@ -89,7 +91,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('updatedate')">
<el-table-column show-overflow-tooltip :prop="'updatedate'" :label="$t('DEF.LNAME.UPDATEDATE', '更新时间')" :width="150" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'updatedate'" :label="$t('DEF.LNAME.UPDATEDATE', '更新时间')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.UPDATEDATE', '更新时间')}}
......@@ -103,7 +105,7 @@
</el-table-column>
</template>
<template v-if="getColumnState('memo')">
<el-table-column show-overflow-tooltip :prop="'memo'" :label="$t('DEF.LNAME.MEMO', '备注')" :min-width="1" :align="'left'">
<el-table-column show-overflow-tooltip :prop="'memo'" :label="$t('DEF.LNAME.MEMO', '备注')" :min-width="1" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}">
<span class="column-header ">
{{$t('DEF.LNAME.MEMO', '备注')}}
......@@ -540,7 +542,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof MainBase
*/
public isNoSort: boolean = true;
public isNoSort: boolean = false;
/**
* 排序方向
......
......@@ -981,7 +981,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1005,7 +1005,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1033,7 +1033,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1061,7 +1061,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1087,7 +1087,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1140,7 +1140,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1164,7 +1164,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -1333,7 +1333,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -80,7 +80,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -104,7 +104,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -132,7 +132,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -160,7 +160,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -186,7 +186,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -239,7 +239,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -263,7 +263,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -432,7 +432,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
"modeltype" : "PSDEGRID"
......
......@@ -905,7 +905,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -929,7 +929,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -957,7 +957,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -985,7 +985,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1011,7 +1011,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1064,7 +1064,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1088,7 +1088,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -1257,7 +1257,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -1427,7 +1427,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1451,7 +1451,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1479,7 +1479,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1507,7 +1507,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1533,7 +1533,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1586,7 +1586,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1610,7 +1610,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -1779,7 +1779,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -634,7 +634,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -658,7 +658,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -686,7 +686,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -714,7 +714,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -740,7 +740,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -793,7 +793,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -817,7 +817,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -986,7 +986,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -439,7 +439,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -463,7 +463,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -491,7 +491,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -519,7 +519,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -545,7 +545,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -598,7 +598,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -622,7 +622,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -791,7 +791,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -204,7 +204,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -228,7 +228,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -256,7 +256,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -284,7 +284,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -310,7 +310,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -363,7 +363,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -387,7 +387,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -556,7 +556,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -240,7 +240,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -264,7 +264,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -292,7 +292,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -320,7 +320,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -346,7 +346,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -399,7 +399,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -423,7 +423,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -592,7 +592,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -600,7 +600,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -624,7 +624,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -652,7 +652,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -680,7 +680,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -706,7 +706,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -759,7 +759,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -783,7 +783,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -952,7 +952,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -636,7 +636,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -660,7 +660,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -688,7 +688,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -716,7 +716,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -742,7 +742,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -795,7 +795,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -819,7 +819,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -988,7 +988,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -520,7 +520,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -544,7 +544,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -572,7 +572,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -600,7 +600,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -626,7 +626,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -679,7 +679,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -703,7 +703,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -872,7 +872,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -497,7 +497,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -521,7 +521,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -549,7 +549,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -577,7 +577,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -603,7 +603,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -656,7 +656,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -680,7 +680,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -849,7 +849,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -567,7 +567,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -591,7 +591,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -619,7 +619,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -647,7 +647,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -673,7 +673,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -726,7 +726,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -750,7 +750,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -919,7 +919,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -537,7 +537,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -561,7 +561,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -589,7 +589,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -617,7 +617,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -643,7 +643,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -696,7 +696,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -720,7 +720,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -889,7 +889,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -176,7 +176,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -200,7 +200,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -228,7 +228,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -256,7 +256,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -282,7 +282,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -335,7 +335,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -359,7 +359,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -528,7 +528,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -571,7 +571,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -595,7 +595,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -623,7 +623,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -651,7 +651,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -677,7 +677,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -730,7 +730,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -754,7 +754,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -923,7 +923,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -1160,7 +1160,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1184,7 +1184,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1212,7 +1212,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1240,7 +1240,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1266,7 +1266,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1319,7 +1319,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1343,7 +1343,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -1512,7 +1512,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -470,7 +470,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -494,7 +494,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -522,7 +522,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -550,7 +550,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -576,7 +576,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -629,7 +629,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -653,7 +653,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -822,7 +822,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
......@@ -1028,7 +1028,7 @@
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1052,7 +1052,7 @@
"rTMOSFilePath" : "psdegridcols/IBIZordername",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1080,7 +1080,7 @@
"rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
......@@ -1108,7 +1108,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1134,7 +1134,7 @@
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1187,7 +1187,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : false
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
......@@ -1211,7 +1211,7 @@
"rTMOSFilePath" : "psdegridcols/memo",
"width" : 1,
"widthUnit" : "STAR",
"enableSort" : false
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -1380,7 +1380,7 @@
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册