提交 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 } ;
......
......@@ -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",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册