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

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

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