提交 22dd4d6e 编写于 作者: ibizdev's avatar ibizdev

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

上级 dbdf7e48
......@@ -330,8 +330,8 @@ export const viewstate: any = {
viewdatachange: false,
refviews: [
'f083dd992abed44bf15a9930b45c3895',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
......@@ -892,8 +892,8 @@ export const viewstate: any = {
viewdatachange: false,
refviews: [
'f083dd992abed44bf15a9930b45c3895',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
......@@ -904,8 +904,8 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'f083dd992abed44bf15a9930b45c3895',
'6bc6e690dc5abfc6d89703e4459c785c',
],
......@@ -956,8 +956,8 @@ export const viewstate: any = {
viewdatachange: false,
refviews: [
'f083dd992abed44bf15a9930b45c3895',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
......@@ -1210,8 +1210,8 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'f083dd992abed44bf15a9930b45c3895',
'6bc6e690dc5abfc6d89703e4459c785c',
],
......@@ -1668,8 +1668,8 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'f083dd992abed44bf15a9930b45c3895',
'6bc6e690dc5abfc6d89703e4459c785c',
],
......@@ -2239,8 +2239,8 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'f083dd992abed44bf15a9930b45c3895',
'6bc6e690dc5abfc6d89703e4459c785c',
],
......@@ -2528,8 +2528,8 @@ export const viewstate: any = {
viewdatachange: false,
refviews: [
'f083dd992abed44bf15a9930b45c3895',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
......@@ -2653,8 +2653,8 @@ export const viewstate: any = {
viewdatachange: false,
refviews: [
'f083dd992abed44bf15a9930b45c3895',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'b9bb43793e46dd754a82ae6928e5557d',
'285cdedb2cfbebbb1ba8e5659e49bc7f',
'6bc6e690dc5abfc6d89703e4459c785c',
],
},
......
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrWizardView_plugin' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public isShowStepBar: Boolean = true ;
public isShowStepBar: Boolean = false ;
/**
* 获取多项数据
......
......@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -48,14 +48,14 @@
<div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i>
<span class='caption'>{{'编辑'}}</span>
</i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{'删除'}}</span>
</i-button>
......@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/**
* dataview_batchtoolbar 部件 click 事件
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public dataview_batchtoolbar_click($event: any, $event2?: any) {
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) {
this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
}
if (Object.is($event.tag, 'deuiaction2')) {
this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2);
}
}
......@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
// 参数
// 取数
let datas: any[] = [];
......@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
public dataviewexpbar_dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
// 取数
let datas: any[] = [];
let xData: any = null;
......@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr2DataViewBase
* @memberof IBIZBOOKDataViewExpViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr2DataViewBase
* @memberof IBIZBOOKDataViewExpViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -427,6 +427,12 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
let result: boolean = true;
Object.assign(actionData, args);
if ('selectionchange'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_selectionchange_ctrl_logic(actionData) && result;
}
if ('load'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_load_ctrl_logic(actionData) && result;
}
if (!result) {
return false;
}
......@@ -434,6 +440,30 @@ export default class Usr2Base extends Vue implements ControlInterface {
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_selectionchange_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_load_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
......@@ -678,9 +708,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr2DataView
* @memberof IBIZBOOKDataViewExpView
*/
public usr2dataviewdataview_batchtoolbarModels: any = {
public dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
......@@ -1013,7 +1043,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -1108,7 +1138,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -1225,7 +1255,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -1233,7 +1263,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......@@ -1335,16 +1365,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public uiAction(data: any, tag: any, $event: any) {
$event.stopPropagation();
if(Object.is('Edit', tag)) {
this.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
}
if(Object.is('Edit', tag)) {
this.dataview_memo1_u37f11a8_click(data, tag, $event);
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event);
}
if(Object.is('Remove', tag)) {
this.dataview_memo1_uc365542_click(data, tag, $event);
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event);
}
}
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2DataViewMode
* @memberof Usr2Dataviewexpbar_dataviewMode
*/
public getDataItems(): any[] {
return [
......@@ -40,17 +40,6 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,11 +70,6 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -277,15 +277,6 @@ export default class DefaultBase extends Vue implements ControlInterface {
codeName: 'a7c7923d37319b42645a41908d62bae9',
hidden: false,
items: [
{
text: "订单交易明细3",
disabled: false,
id: "dritem3",
groupCodeName: 'a7c7923d37319b42645a41908d62bae9',
navView: 'ibizorder-detail-grid-view',
localContext:null,
localViewParam:null
},
{
text: "订单交易明细2",
disabled: false,
......@@ -306,6 +297,15 @@ export default class DefaultBase extends Vue implements ControlInterface {
localContext:{CONTEXTPARAM1:"%orderstate%"},
localViewParam:{param2:"%orderstate%"}
},
{
text: "订单交易明细3",
disabled: false,
id: "dritem3",
groupCodeName: 'a7c7923d37319b42645a41908d62bae9',
navView: 'ibizorder-detail-grid-view',
localContext:null,
localViewParam:null
},
]
},
]
......
......@@ -280,15 +280,6 @@ export default class DefaultBase extends Vue implements ControlInterface {
* @memberof DefaultBase
*/
public items: any[] = [
{
id: '4eb08200-6f90-404f-bc75-3b76af4f1c9a',
name: '4eb08200-6f90-404f-bc75-3b76af4f1c9a',
text: '订单交易明细3',
disabled: true,
navView: 'ibizorder-detail-grid-view',
localContext: null,
localViewParam: null
}
{
id: '68657e27-8101-4848-9b72-0ade93dc4205',
name: '68657e27-8101-4848-9b72-0ade93dc4205',
......@@ -309,6 +300,15 @@ export default class DefaultBase extends Vue implements ControlInterface {
localContext: {CONTEXTPARAM1:"%orderstate%"},
localViewParam: {param2:"%orderstate%"}
}
{
id: '4eb08200-6f90-404f-bc75-3b76af4f1c9a',
name: '4eb08200-6f90-404f-bc75-3b76af4f1c9a',
text: '订单交易明细3',
disabled: true,
navView: 'ibizorder-detail-grid-view',
localContext: null,
localViewParam: null
}
];
/**
......
......@@ -321,7 +321,7 @@
"allowEmpty" : true
} ],
"pagingSize" : 10,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderDetailGridView/psappviewctrls/grid",
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderDetailSGridView/psappviewctrls/grid",
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
......
......@@ -1329,24 +1329,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1410,6 +1392,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2__drbar",
......
......@@ -1329,24 +1329,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1410,6 +1392,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
......
......@@ -217,20 +217,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -286,6 +272,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab",
......
......@@ -219,20 +219,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -288,6 +274,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
......
......@@ -217,20 +217,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -286,6 +272,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab",
......
......@@ -1321,20 +1321,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1390,6 +1376,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
......
......@@ -1057,20 +1057,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1126,6 +1112,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab",
......
......@@ -1314,24 +1314,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1395,6 +1377,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar",
......
......@@ -1279,24 +1279,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1360,6 +1342,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar",
......
......@@ -1314,24 +1314,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1395,6 +1377,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar",
......
......@@ -1344,24 +1344,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1425,6 +1407,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
......
......@@ -1081,24 +1081,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1162,6 +1144,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
......@@ -1409,20 +1409,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1478,6 +1464,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab",
......@@ -1593,24 +1593,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1674,6 +1656,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2__drbar",
......@@ -1742,20 +1742,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -1811,6 +1797,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab",
......@@ -1923,24 +1923,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2004,6 +1986,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar",
......@@ -2074,20 +2074,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2143,6 +2129,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
......@@ -2351,20 +2351,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2420,6 +2406,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
......@@ -2487,20 +2487,6 @@
"id" : "DRTAB"
},
"getPSDEDRTabPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2556,6 +2542,20 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab",
......@@ -2726,24 +2726,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2807,6 +2789,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
......@@ -2883,24 +2883,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -2964,6 +2946,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar",
......@@ -3040,24 +3040,6 @@
"id" : "Auto83"
} ],
"getPSDEDRCtrlItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
......@@ -3121,6 +3103,24 @@
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DE.LNAME.IBIZORDERDETAIL",
"mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904"
},
"caption" : "订单交易明细3",
"counterId" : "DETAILNUM",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView.json",
"viewType" : "DEGRIDVIEW"
},
"getPSDEDRBarGroup" : {
"modelref" : true,
"id" : "Auto83"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册