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

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

上级 e83bd823
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase 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: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface { ...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean} * @type {Boolean}
* @memberof GuideBase * @memberof GuideBase
*/ */
public isShowStepBar: Boolean = false ; public isShowStepBar: Boolean = true ;
/** /**
* 获取多项数据 * 获取多项数据
......
...@@ -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',
......
...@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -718,7 +718,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -812,7 +812,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -928,7 +928,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (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);
...@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -936,7 +936,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (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){
......
...@@ -70,6 +70,11 @@ export default class Usr4Model { ...@@ -70,6 +70,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like', prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
......
...@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -768,7 +768,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -862,7 +862,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -862,7 +862,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -978,7 +978,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -978,7 +978,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (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);
...@@ -986,7 +986,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -986,7 +986,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
...@@ -24,23 +24,11 @@ ...@@ -24,23 +24,11 @@
<template v-if="!isSingleSelect"> <template v-if="!isSingleSelect">
<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')">
<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', '订单编号')}}
</span>
</template>
<template v-slot="{row,column,$index}">
<span>{{row.orderuid}}</span>
</template>
</el-table-column>
</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'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'ibizordername'" :label="$t('OTHER.TEST', '测试标题')" :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('OTHER.TEST', '测试标题')}}
</span> </span>
</template> </template>
<template v-slot="{row,column,$index}"> <template v-slot="{row,column,$index}">
...@@ -63,7 +51,7 @@ ...@@ -63,7 +51,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'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'ordertype'" :label="$t('DEF.LNAME.ORDERTYPE', '订单类型')" :width="150" :align="'left'">
<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', '订单类型')}}
...@@ -94,6 +82,7 @@ ...@@ -94,6 +82,7 @@
<el-table-column show-overflow-tooltip :prop="'updatedate'" :label="$t('DEF.LNAME.UPDATEDATE', '更新时间')" :width="150" :align="'left'" :sortable="'custom'"> <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 ">
<i class='fa fa-refresh'></i>
{{$t('DEF.LNAME.UPDATEDATE', '更新时间')}} {{$t('DEF.LNAME.UPDATEDATE', '更新时间')}}
</span> </span>
</template> </template>
...@@ -744,19 +733,10 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -744,19 +733,10 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase * @memberof MainBase
*/ */
public allColumns: any[] = [ public allColumns: any[] = [
{
name: 'orderuid',
label: '订单编号',
langtag: 'DEF.LNAME.ORDERUID',
show: true,
unit: 'PX',
isEnableRowEdit: false,
enableCond: 3 ,
},
{ {
name: 'ibizordername', name: 'ibizordername',
label: '订单名称', label: '测试标题',
langtag: 'DEF.LNAME.IBIZORDERNAME', langtag: 'OTHER.TEST',
show: true, show: true,
unit: 'PX', unit: 'PX',
isEnableRowEdit: false, isEnableRowEdit: false,
...@@ -766,7 +746,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -766,7 +746,7 @@ export default class MainBase extends Vue implements ControlInterface {
name: 'orderstate', name: 'orderstate',
label: '订单状态', label: '订单状态',
langtag: 'DEF.LNAME.ORDERSTATE', langtag: 'DEF.LNAME.ORDERSTATE',
show: true, show: false,
unit: 'PX', unit: 'PX',
isEnableRowEdit: false, isEnableRowEdit: false,
enableCond: 3 , enableCond: 3 ,
...@@ -1370,14 +1350,6 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1370,14 +1350,6 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public async formatExcelData(filterVal:any, jsonData:any) { public async formatExcelData(filterVal:any, jsonData:any) {
let codelistColumns:Array<any> = [ let codelistColumns:Array<any> = [
{
name: 'orderstate',
srfkey: 'ORDERSTATE',
codelistType : 'STATIC',
renderMode: 'other',
textSeparator: '、',
valueSeparator: ',',
},
{ {
name: 'ordertype', name: 'ordertype',
srfkey: 'DYNAORDERTYPE', srfkey: 'DYNAORDERTYPE',
...@@ -1593,7 +1565,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1593,7 +1565,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase * @memberof MainBase
*/ */
public arraySpanMethod({row, column, rowIndex, columnIndex} : any) { public arraySpanMethod({row, column, rowIndex, columnIndex} : any) {
let allColumns:Array<any> = ['orderuid','IBIZordername','orderstate','ordertype','ordertime','updatedate','memo']; let allColumns:Array<any> = ['IBIZordername','orderstate','ordertype','ordertime','updatedate','memo'];
if(row && row.children) { if(row && row.children) {
if(columnIndex == (this.isSingleSelect ? 0:1)) { if(columnIndex == (this.isSingleSelect ? 0:1)) {
return [1, allColumns.length+1]; return [1, allColumns.length+1];
...@@ -1673,7 +1645,6 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1673,7 +1645,6 @@ export default class MainBase extends Vue implements ControlInterface {
const tree: any ={ const tree: any ={
groupById: Number((i+1)*100), groupById: Number((i+1)*100),
group: group.label, group: group.label,
orderuid:'',
IBIZordername:'', IBIZordername:'',
orderstate:'', orderstate:'',
ordertype:'', ordertype:'',
...@@ -1709,7 +1680,6 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1709,7 +1680,6 @@ export default class MainBase extends Vue implements ControlInterface {
const Tree: any = { const Tree: any = {
groupById: Number((allGroup.length+1)*100), groupById: Number((allGroup.length+1)*100),
group: this.$t('app.gridpage.other'), group: this.$t('app.gridpage.other'),
orderuid:'',
IBIZordername:'', IBIZordername:'',
orderstate:'', orderstate:'',
ordertype:'', ordertype:'',
...@@ -1765,7 +1735,6 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1765,7 +1735,6 @@ export default class MainBase extends Vue implements ControlInterface {
const tree: any ={ const tree: any ={
groupById: Number((groupIndex+1)*100), groupById: Number((groupIndex+1)*100),
group: group, group: group,
orderuid:'',
IBIZordername:'', IBIZordername:'',
orderstate:'', orderstate:'',
ordertype:'', ordertype:'',
......
...@@ -27,11 +27,6 @@ export default class MainModel { ...@@ -27,11 +27,6 @@ export default class MainModel {
] ]
}else{ }else{
return [ return [
{
name: 'orderuid',
prop: 'orderuid',
dataType: 'TEXT',
},
{ {
name: 'ibizordername', name: 'ibizordername',
prop: 'ibizordername', prop: 'ibizordername',
...@@ -63,6 +58,11 @@ export default class MainModel { ...@@ -63,6 +58,11 @@ export default class MainModel {
prop: 'memo', prop: 'memo',
dataType: 'LONGTEXT_1000', dataType: 'LONGTEXT_1000',
}, },
{
name: 'orderuid',
prop: 'orderuid',
dataType: 'TEXT',
},
{ {
name: 'ibizorderid', name: 'ibizorderid',
prop: 'ibizorderid', prop: 'ibizorderid',
......
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/author", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "author", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/author", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -47,18 +47,6 @@ ...@@ -47,18 +47,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "借出日期", "caption" : "借出日期",
"codeName" : "lendouttime", "codeName" : "lendouttime",
...@@ -71,6 +59,18 @@ ...@@ -71,6 +59,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -31,18 +31,6 @@ ...@@ -31,18 +31,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
...@@ -55,6 +43,18 @@ ...@@ -55,6 +43,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -962,39 +962,13 @@ ...@@ -962,39 +962,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -1033,7 +1007,8 @@ ...@@ -1033,7 +1007,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -1061,7 +1036,7 @@ ...@@ -1061,7 +1036,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -1136,6 +1111,10 @@ ...@@ -1136,6 +1111,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -1167,13 +1146,6 @@ ...@@ -1167,13 +1146,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -1217,6 +1189,13 @@ ...@@ -1217,6 +1189,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -61,39 +61,13 @@ ...@@ -61,39 +61,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -132,7 +106,8 @@ ...@@ -132,7 +106,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -160,7 +135,7 @@ ...@@ -160,7 +135,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -235,6 +210,10 @@ ...@@ -235,6 +210,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -266,13 +245,6 @@ ...@@ -266,13 +245,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -316,6 +288,13 @@ ...@@ -316,6 +288,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -886,39 +886,13 @@ ...@@ -886,39 +886,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -957,7 +931,8 @@ ...@@ -957,7 +931,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -985,7 +960,7 @@ ...@@ -985,7 +960,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -1060,6 +1035,10 @@ ...@@ -1060,6 +1035,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -1091,13 +1070,6 @@ ...@@ -1091,13 +1070,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -1141,6 +1113,13 @@ ...@@ -1141,6 +1113,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者", "caption" : "图书名称",
"codeName" : "author", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author", "dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/author", "mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "author", "name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/author", "rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200, "width" : 200,
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
...@@ -77,18 +77,6 @@ ...@@ -77,18 +77,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "借出日期", "caption" : "借出日期",
"codeName" : "lendouttime", "codeName" : "lendouttime",
...@@ -101,6 +89,18 @@ ...@@ -101,6 +89,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -99,18 +99,6 @@ ...@@ -99,18 +99,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, { }, {
"caption" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
...@@ -123,6 +111,18 @@ ...@@ -123,6 +111,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -1408,39 +1408,13 @@ ...@@ -1408,39 +1408,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -1479,7 +1453,8 @@ ...@@ -1479,7 +1453,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -1507,7 +1482,7 @@ ...@@ -1507,7 +1482,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -1582,6 +1557,10 @@ ...@@ -1582,6 +1557,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -1613,13 +1592,6 @@ ...@@ -1613,13 +1592,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -1663,6 +1635,13 @@ ...@@ -1663,6 +1635,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -615,39 +615,13 @@ ...@@ -615,39 +615,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -686,7 +660,8 @@ ...@@ -686,7 +660,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -714,7 +689,7 @@ ...@@ -714,7 +689,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -789,6 +764,10 @@ ...@@ -789,6 +764,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -820,13 +799,6 @@ ...@@ -820,13 +799,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -870,6 +842,13 @@ ...@@ -870,6 +842,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -420,39 +420,13 @@ ...@@ -420,39 +420,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -491,7 +465,8 @@ ...@@ -491,7 +465,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -519,7 +494,7 @@ ...@@ -519,7 +494,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -594,6 +569,10 @@ ...@@ -594,6 +569,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -625,13 +604,6 @@ ...@@ -625,13 +604,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -675,6 +647,13 @@ ...@@ -675,6 +647,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -185,39 +185,13 @@ ...@@ -185,39 +185,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -256,7 +230,8 @@ ...@@ -256,7 +230,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -284,7 +259,7 @@ ...@@ -284,7 +259,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -359,6 +334,10 @@ ...@@ -359,6 +334,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -390,13 +369,6 @@ ...@@ -390,13 +369,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -440,6 +412,13 @@ ...@@ -440,6 +412,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -221,39 +221,13 @@ ...@@ -221,39 +221,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -292,7 +266,8 @@ ...@@ -292,7 +266,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -320,7 +295,7 @@ ...@@ -320,7 +295,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -395,6 +370,10 @@ ...@@ -395,6 +370,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -426,13 +405,6 @@ ...@@ -426,13 +405,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -476,6 +448,13 @@ ...@@ -476,6 +448,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -581,39 +581,13 @@ ...@@ -581,39 +581,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -652,7 +626,8 @@ ...@@ -652,7 +626,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -680,7 +655,7 @@ ...@@ -680,7 +655,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -755,6 +730,10 @@ ...@@ -755,6 +730,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -786,13 +765,6 @@ ...@@ -786,13 +765,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -836,6 +808,13 @@ ...@@ -836,6 +808,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -617,39 +617,13 @@ ...@@ -617,39 +617,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -688,7 +662,8 @@ ...@@ -688,7 +662,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -716,7 +691,7 @@ ...@@ -716,7 +691,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -791,6 +766,10 @@ ...@@ -791,6 +766,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -822,13 +801,6 @@ ...@@ -822,13 +801,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -872,6 +844,13 @@ ...@@ -872,6 +844,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -501,39 +501,13 @@ ...@@ -501,39 +501,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -572,7 +546,8 @@ ...@@ -572,7 +546,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -600,7 +575,7 @@ ...@@ -600,7 +575,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -675,6 +650,10 @@ ...@@ -675,6 +650,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -706,13 +685,6 @@ ...@@ -706,13 +685,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -756,6 +728,13 @@ ...@@ -756,6 +728,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -478,39 +478,13 @@ ...@@ -478,39 +478,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -549,7 +523,8 @@ ...@@ -549,7 +523,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -577,7 +552,7 @@ ...@@ -577,7 +552,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -652,6 +627,10 @@ ...@@ -652,6 +627,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -683,13 +662,6 @@ ...@@ -683,13 +662,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -733,6 +705,13 @@ ...@@ -733,6 +705,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -548,39 +548,13 @@ ...@@ -548,39 +548,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -619,7 +593,8 @@ ...@@ -619,7 +593,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -647,7 +622,7 @@ ...@@ -647,7 +622,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -722,6 +697,10 @@ ...@@ -722,6 +697,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -753,13 +732,6 @@ ...@@ -753,13 +732,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -803,6 +775,13 @@ ...@@ -803,6 +775,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -518,39 +518,13 @@ ...@@ -518,39 +518,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -589,7 +563,8 @@ ...@@ -589,7 +563,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -617,7 +592,7 @@ ...@@ -617,7 +592,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -692,6 +667,10 @@ ...@@ -692,6 +667,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -723,13 +702,6 @@ ...@@ -723,13 +702,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -773,6 +745,13 @@ ...@@ -773,6 +745,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -157,39 +157,13 @@ ...@@ -157,39 +157,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -228,7 +202,8 @@ ...@@ -228,7 +202,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -256,7 +231,7 @@ ...@@ -256,7 +231,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -331,6 +306,10 @@ ...@@ -331,6 +306,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -362,13 +341,6 @@ ...@@ -362,13 +341,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -412,6 +384,13 @@ ...@@ -412,6 +384,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -552,39 +552,13 @@ ...@@ -552,39 +552,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -623,7 +597,8 @@ ...@@ -623,7 +597,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -651,7 +626,7 @@ ...@@ -651,7 +626,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -726,6 +701,10 @@ ...@@ -726,6 +701,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -757,13 +736,6 @@ ...@@ -757,13 +736,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -807,6 +779,13 @@ ...@@ -807,6 +779,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -1141,39 +1141,13 @@ ...@@ -1141,39 +1141,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -1212,7 +1186,8 @@ ...@@ -1212,7 +1186,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -1240,7 +1215,7 @@ ...@@ -1240,7 +1215,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -1315,6 +1290,10 @@ ...@@ -1315,6 +1290,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -1346,13 +1325,6 @@ ...@@ -1346,13 +1325,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -1396,6 +1368,13 @@ ...@@ -1396,6 +1368,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -451,39 +451,13 @@ ...@@ -451,39 +451,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -522,7 +496,8 @@ ...@@ -522,7 +496,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -550,7 +525,7 @@ ...@@ -550,7 +525,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -625,6 +600,10 @@ ...@@ -625,6 +600,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -656,13 +635,6 @@ ...@@ -656,13 +635,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -706,6 +678,13 @@ ...@@ -706,6 +678,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -1009,39 +1009,13 @@ ...@@ -1009,39 +1009,13 @@
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.ORDERUID", "lanResTag" : "OTHER.TEST"
"mOSFilePath" : "pslanguageres/Auto526",
"rTMOSFilePath" : "pslanguageres/Auto526"
},
"caption" : "订单编号",
"codeName" : "orderuid",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "orderuid",
"excelCaption" : "订单编号",
"mOSFilePath" : "psdegridcols/orderuid",
"name" : "orderuid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
},
"rTMOSFilePath" : "psdegridcols/orderuid",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.IBIZORDERNAME",
"mOSFilePath" : "pslanguageres/Auto751",
"rTMOSFilePath" : "pslanguageres/Auto751"
}, },
"caption" : "订单名称", "caption" : "测试标题",
"codeName" : "IBIZordername", "codeName" : "IBIZordername",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizordername", "dataItemName" : "ibizordername",
"excelCaption" : "订单名称", "excelCaption" : "测试标题",
"mOSFilePath" : "psdegridcols/IBIZordername", "mOSFilePath" : "psdegridcols/IBIZordername",
"name" : "IBIZordername", "name" : "IBIZordername",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
...@@ -1080,7 +1054,8 @@ ...@@ -1080,7 +1054,8 @@
"rTMOSFilePath" : "psdegridcols/orderstate", "rTMOSFilePath" : "psdegridcols/orderstate",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true,
"hideDefault" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
...@@ -1108,7 +1083,7 @@ ...@@ -1108,7 +1083,7 @@
"rTMOSFilePath" : "psdegridcols/ordertype", "rTMOSFilePath" : "psdegridcols/ordertype",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : false
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "NONE",
...@@ -1183,6 +1158,10 @@ ...@@ -1183,6 +1158,10 @@
"uIActionTag" : "Edit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"getPSSysImage" : {
"glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh"
},
"rTMOSFilePath" : "psdegridcols/updatedate", "rTMOSFilePath" : "psdegridcols/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
...@@ -1214,13 +1193,6 @@ ...@@ -1214,13 +1193,6 @@
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizordername", "name" : "ibizordername",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -1264,6 +1236,13 @@ ...@@ -1264,6 +1236,13 @@
"name" : "MEMO", "name" : "MEMO",
"codeName" : "Memo" "codeName" : "Memo"
} }
}, {
"dataType" : 25,
"name" : "orderuid",
"getPSAppDEField" : {
"name" : "ORDERUID",
"codeName" : "OrderUID"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizorderid", "name" : "ibizorderid",
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 --> <!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1414-7"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1415-7">
<createTable tableName="T_IBIZBOOK"> <createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<!--输出实体[IBIZORDER]数据结构 --> <!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-862-14"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-875-14">
<createTable tableName="T_IBIZORDER"> <createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)"> <column name="TP" remarks="" type="TEXT(1048576)">
</column> </column>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-862-8" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-875-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]> <![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView> </createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册