提交 63e13bd8 编写于 作者: ibizdev's avatar ibizdev

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

上级 b978e2ad
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -48,14 +48,14 @@ ...@@ -48,14 +48,14 @@
<div v-show="flag" class="batch-toolbar"> <div v-show="flag" class="batch-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"> <i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i> <i class='fa fa-edit'></i>
<span class='caption'>{{'编辑'}}</span> <span class='caption'>{{'编辑'}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div> <div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip> </tooltip>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled" :disabled="dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataviewexpbar_dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"> <i-button v-show="usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled" :disabled="usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i> <i class='fa fa-remove'></i>
<span class='caption'>{{'删除'}}</span> <span class='caption'>{{'删除'}}</span>
</i-button> </i-button>
...@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store }); public appEntityService: IBIZBOOKEntityService = new IBIZBOOKEntityService({ $store: this.$store });
/** /**
* dataviewexpbar_dataview_batchtoolbar 部件 click 事件 * dataview_batchtoolbar 部件 click 事件
* *
* @param {*} [args={}] * @param {*} [args={}]
* @param {*} $event * @param {*} $event
* @memberof Usr2Base * @memberof Usr2Base
*/ */
public dataviewexpbar_dataview_batchtoolbar_click($event: any, $event2?: any) { public dataview_batchtoolbar_click($event: any, $event2?: any) {
if (Object.is($event.tag, 'deuiaction1')) { if (Object.is($event.tag, 'deuiaction1')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2); this.dataview_batchtoolbar_deuiaction1_click(null, 'dataview_batchtoolbar', $event2);
} }
if (Object.is($event.tag, 'deuiaction2')) { if (Object.is($event.tag, 'deuiaction2')) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(null, 'dataviewexpbar_dataview_batchtoolbar', $event2); this.dataview_batchtoolbar_deuiaction2_click(null, 'dataview_batchtoolbar', $event2);
} }
} }
...@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] * @param {*} [$event]
* @memberof * @memberof
*/ */
public dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) { public dataview_batchtoolbar_deuiaction1_click(params: any = {}, tag?: any, $event?: any) {
// 参数 // 参数
// 取数 // 取数
let datas: any[] = []; let datas: any[] = [];
...@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] * @param {*} [$event]
* @memberof * @memberof
*/ */
public dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) { public dataview_batchtoolbar_deuiaction2_click(params: any = {}, tag?: any, $event?: any) {
// 参数 // 参数
// 取数 // 取数
let datas: any[] = []; let datas: any[] = [];
...@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] * @param {*} [$event]
* @memberof * @memberof
*/ */
public dataviewexpbar_dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) { public dataview_memo1_u37f11a8_click(params: any = {}, tag?: any, $event?: any) {
// 取数 // 取数
let datas: any[] = []; let datas: any[] = [];
let xData: any = null; let xData: any = null;
...@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] * @param {*} [$event]
* @memberof * @memberof
*/ */
public dataviewexpbar_dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) { public dataview_memo1_uc365542_click(params: any = {}, tag?: any, $event?: any) {
// 取数 // 取数
let datas: any[] = []; let datas: any[] = [];
let xData: any = null; let xData: any = null;
...@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase * @memberof IBIZBOOKUsr2DataViewBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKDataViewExpViewBase * @memberof IBIZBOOKUsr2DataViewBase
*/ */
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -427,12 +427,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
} }
let result: boolean = true; let result: boolean = true;
Object.assign(actionData, args); Object.assign(actionData, args);
if ('selectionchange'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_selectionchange_ctrl_logic(actionData) && result;
}
if ('load'.indexOf(eventName) !== -1) {
result = await this.execute_dataviewexpbar_load_ctrl_logic(actionData) && result;
}
if (!result) { if (!result) {
return false; return false;
} }
...@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -440,30 +434,6 @@ export default class Usr2Base extends Vue implements ControlInterface {
return true; return true;
} }
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_selectionchange_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public async execute_dataviewexpbar_load_ctrl_logic(actionData: any): Promise<boolean> {
console.log('暂未支持 CUSTOM 类型');
return true;
}
...@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @type {*}
* @memberof IBIZBOOKDataViewExpView * @memberof IBIZBOOKUsr2DataView
*/ */
public dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels: any = { public usr2dataviewdataview_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } }, deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } }, deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
...@@ -1043,7 +1013,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -1043,7 +1013,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -1138,7 +1108,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -1138,7 +1108,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -1255,7 +1225,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -1255,7 +1225,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -1263,7 +1233,7 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -1263,7 +1233,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr2DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
...@@ -1365,16 +1335,16 @@ export default class Usr2Base extends Vue implements ControlInterface { ...@@ -1365,16 +1335,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public uiAction(data: any, tag: any, $event: any) { public uiAction(data: any, tag: any, $event: any) {
$event.stopPropagation(); $event.stopPropagation();
if(Object.is('Edit', tag)) { if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction1_click(data, tag, $event); this.dataview_batchtoolbar_deuiaction1_click(data, tag, $event);
} }
if(Object.is('Remove', tag)) { if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_batchtoolbar_deuiaction2_click(data, tag, $event); this.dataview_batchtoolbar_deuiaction2_click(data, tag, $event);
} }
if(Object.is('Edit', tag)) { if(Object.is('Edit', tag)) {
this.dataviewexpbar_dataview_memo1_u37f11a8_click(data, tag, $event); this.dataview_memo1_u37f11a8_click(data, tag, $event);
} }
if(Object.is('Remove', tag)) { if(Object.is('Remove', tag)) {
this.dataviewexpbar_dataview_memo1_uc365542_click(data, tag, $event); this.dataview_memo1_uc365542_click(data, tag, $event);
} }
} }
......
...@@ -11,7 +11,7 @@ export default class Usr2Model { ...@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合 * 获取数据项集合
* *
* @returns {any[]} * @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode * @memberof Usr2DataViewMode
*/ */
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
...@@ -40,6 +40,17 @@ export default class Usr2Model { ...@@ -40,6 +40,17 @@ export default class Usr2Model {
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
name:'size', name:'size',
......
...@@ -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){
......
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,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: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1123,7 +1123,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: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1237,7 +1237,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: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2132,7 +2132,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: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(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);
...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2141,7 +2141,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: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(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);
...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2217,7 +2217,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: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -278,9 +278,11 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -278,9 +278,11 @@ export default class DefaultBase extends Vue implements ControlInterface {
hidden: false, hidden: false,
items: [ items: [
{ {
text: "订单明细", text: "订单交易明细",
disabled: false, disabled: false,
id: "dritem2", id: "dritem2",
iconcls: 'fa fa-bomb',
icon: '',
groupCodeName: 'a7c7923d37319b42645a41908d62bae9', groupCodeName: 'a7c7923d37319b42645a41908d62bae9',
navView: 'ibizorder-detail-sgrid-view', navView: 'ibizorder-detail-sgrid-view',
localContext:{CONTEXTPARAM1:"%orderstate%"}, localContext:{CONTEXTPARAM1:"%orderstate%"},
......
...@@ -283,9 +283,11 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -283,9 +283,11 @@ export default class DefaultBase extends Vue implements ControlInterface {
{ {
id: 'e3de96606cd87a3561ec172c1da48022', id: 'e3de96606cd87a3561ec172c1da48022',
name: 'e3de96606cd87a3561ec172c1da48022', name: 'e3de96606cd87a3561ec172c1da48022',
text: '订单明细', text: '订单交易明细',
disabled: true, disabled: true,
navView: 'ibizorder-detail-sgrid-view', navView: 'ibizorder-detail-sgrid-view',
iconcls: 'fa fa-bomb',
icon: '',
localContext: {CONTEXTPARAM1:"%orderstate%"}, localContext: {CONTEXTPARAM1:"%orderstate%"},
localViewParam: {param2:"%orderstate%"} localViewParam: {param2:"%orderstate%"}
} }
......
...@@ -1334,7 +1334,7 @@ ...@@ -1334,7 +1334,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1357,7 +1357,11 @@ ...@@ -1357,7 +1357,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"title" : "这是关系数据栏标题", "title" : "这是关系数据栏标题",
......
...@@ -1334,7 +1334,7 @@ ...@@ -1334,7 +1334,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1357,7 +1357,11 @@ ...@@ -1357,7 +1357,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar", "uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -241,7 +241,11 @@ ...@@ -241,7 +241,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab", "uniqueTag" : "IBIZOrderSEditView3__drtab",
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -243,7 +243,11 @@ ...@@ -243,7 +243,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab", "uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -241,7 +241,11 @@ ...@@ -241,7 +241,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab", "uniqueTag" : "IBIZOrderSEditView4__drtab",
......
...@@ -1326,7 +1326,7 @@ ...@@ -1326,7 +1326,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1345,7 +1345,11 @@ ...@@ -1345,7 +1345,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab", "uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
......
...@@ -1062,7 +1062,7 @@ ...@@ -1062,7 +1062,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1081,7 +1081,11 @@ ...@@ -1081,7 +1081,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab", "uniqueTag" : "IBIZOrderSGridView2__drtab",
......
...@@ -1319,7 +1319,7 @@ ...@@ -1319,7 +1319,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1342,7 +1342,11 @@ ...@@ -1342,7 +1342,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar", "uniqueTag" : "IBIZOrderState10EditView2__drbar",
......
...@@ -1284,7 +1284,7 @@ ...@@ -1284,7 +1284,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1307,7 +1307,11 @@ ...@@ -1307,7 +1307,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar", "uniqueTag" : "IBIZOrderState30EditView2__drbar",
......
...@@ -1319,7 +1319,7 @@ ...@@ -1319,7 +1319,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1342,7 +1342,11 @@ ...@@ -1342,7 +1342,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar", "uniqueTag" : "IBIZOrderState40EditView2__drbar",
......
...@@ -1349,7 +1349,7 @@ ...@@ -1349,7 +1349,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1372,7 +1372,11 @@ ...@@ -1372,7 +1372,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar", "uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
......
...@@ -1086,7 +1086,7 @@ ...@@ -1086,7 +1086,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1109,7 +1109,11 @@ ...@@ -1109,7 +1109,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2_layout/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderSEditView2_layout__drbar", "uniqueTag" : "IBIZOrderSEditView2_layout__drbar",
...@@ -1272,7 +1276,7 @@ ...@@ -1272,7 +1276,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1291,7 +1295,11 @@ ...@@ -1291,7 +1295,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSGridView2__drtab", "uniqueTag" : "IBIZOrderSGridView2__drtab",
...@@ -1412,7 +1420,7 @@ ...@@ -1412,7 +1420,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1435,7 +1443,11 @@ ...@@ -1435,7 +1443,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView2/psappviewctrls/drbar",
"title" : "这是关系数据栏标题", "title" : "这是关系数据栏标题",
...@@ -1510,7 +1522,7 @@ ...@@ -1510,7 +1522,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1529,7 +1541,11 @@ ...@@ -1529,7 +1541,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4__drtab", "uniqueTag" : "IBIZOrderSEditView4__drtab",
...@@ -1647,7 +1663,7 @@ ...@@ -1647,7 +1663,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1670,7 +1686,11 @@ ...@@ -1670,7 +1686,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState30EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState30EditView2__drbar", "uniqueTag" : "IBIZOrderState30EditView2__drbar",
...@@ -1746,7 +1766,7 @@ ...@@ -1746,7 +1766,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1765,7 +1785,11 @@ ...@@ -1765,7 +1785,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3_layout__drtab", "uniqueTag" : "IBIZOrderSEditView3_layout__drtab",
...@@ -1979,7 +2003,7 @@ ...@@ -1979,7 +2003,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -1998,7 +2022,11 @@ ...@@ -1998,7 +2022,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView4_layout__drtab", "uniqueTag" : "IBIZOrderSEditView4_layout__drtab",
...@@ -2071,7 +2099,7 @@ ...@@ -2071,7 +2099,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -2090,7 +2118,11 @@ ...@@ -2090,7 +2118,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab",
"uniqueTag" : "IBIZOrderSEditView3__drtab", "uniqueTag" : "IBIZOrderSEditView3__drtab",
...@@ -2266,7 +2298,7 @@ ...@@ -2266,7 +2298,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -2289,7 +2321,11 @@ ...@@ -2289,7 +2321,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderTestCLEditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderTestCLEditView2__drbar", "uniqueTag" : "IBIZOrderTestCLEditView2__drbar",
...@@ -2371,7 +2407,7 @@ ...@@ -2371,7 +2407,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -2394,7 +2430,11 @@ ...@@ -2394,7 +2430,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState10EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState10EditView2__drbar", "uniqueTag" : "IBIZOrderState10EditView2__drbar",
...@@ -2476,7 +2516,7 @@ ...@@ -2476,7 +2516,7 @@
"mOSFilePath" : "pslanguageres/Auto904", "mOSFilePath" : "pslanguageres/Auto904",
"rTMOSFilePath" : "pslanguageres/Auto904" "rTMOSFilePath" : "pslanguageres/Auto904"
}, },
"caption" : "订单明细", "caption" : "订单交易明细",
"counterId" : "IBIZorder_v1", "counterId" : "IBIZorder_v1",
"name" : "dritem2", "name" : "dritem2",
"getPSAppView" : { "getPSAppView" : {
...@@ -2499,7 +2539,11 @@ ...@@ -2499,7 +2539,11 @@
"name" : "param2", "name" : "param2",
"value" : "orderstate", "value" : "orderstate",
"rawValue" : false "rawValue" : false
} ] } ],
"getPSSysImage" : {
"glyph" : "xf1e2@FontAwesome",
"cssClass" : "fa fa-bomb"
}
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderState40EditView2/psappviewctrls/drbar",
"uniqueTag" : "IBIZOrderState40EditView2__drbar", "uniqueTag" : "IBIZOrderState40EditView2__drbar",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册