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

lab_gzf 部署微服务应用

上级 c9a0aeb0
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamlocationeditview": { "eamlocationeditview": {
"title": "功能位置编辑视图", "title": "功能位置信息",
"caption": "功能位置", "caption": "功能位置",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamlocationtypegridview": { "eamlocationtypegridview": {
"title": "功能位置类型表格视图", "title": "功能位置类型信息",
"caption": "功能位置类型", "caption": "功能位置类型",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -59,6 +59,16 @@ ...@@ -59,6 +59,16 @@
"viewtag": "4c95ec14aa2de5370d9d81f7d85f4bd5", "viewtag": "4c95ec14aa2de5370d9d81f7d85f4bd5",
"memo": "" "memo": ""
}, },
"eamapplystategridview": {
"title": "维护申请状态表格视图",
"caption": "维护申请状态",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Apply",
"viewname": "EAMApplyStateGridView",
"viewfilename": "eamapply-state-grid-view",
"viewtag": "67367b30b36597f2b4f455b9738f4dd8",
"memo": ""
},
"eamlocationtypepickupgridview": { "eamlocationtypepickupgridview": {
"title": "功能位置类型选择表格视图", "title": "功能位置类型选择表格视图",
"caption": "功能位置类型", "caption": "功能位置类型",
...@@ -70,7 +80,7 @@ ...@@ -70,7 +80,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamlocationstatemodeleditview": { "eamlocationstatemodeleditview": {
"title": "功能位置状态模型编辑视图", "title": "功能位置状态模型信息",
"caption": "功能位置状态模型", "caption": "功能位置状态模型",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -80,7 +90,7 @@ ...@@ -80,7 +90,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamlocationstatemodelgridview": { "eamlocationstatemodelgridview": {
"title": "功能位置状态模型表格视图", "title": "功能位置状态模型信息",
"caption": "功能位置状态模型", "caption": "功能位置状态模型",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -180,7 +190,7 @@ ...@@ -180,7 +190,7 @@
"memo": "" "memo": ""
}, },
"eamlocationtypeeditview": { "eamlocationtypeeditview": {
"title": "功能位置类型编辑视图", "title": "功能位置类型信息",
"caption": "功能位置类型", "caption": "功能位置类型",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -189,6 +199,16 @@ ...@@ -189,6 +199,16 @@
"viewtag": "dd09755644dcf1e57c062b4e08e4ce3a", "viewtag": "dd09755644dcf1e57c062b4e08e4ce3a",
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamapplystateeditview": {
"title": "维护申请状态编辑视图",
"caption": "维护申请状态",
"viewtype": "DEEDITVIEW",
"viewmodule": "Apply",
"viewname": "EAMApplyStateEditView",
"viewfilename": "eamapply-state-edit-view",
"viewtag": "e3f067b2352dbb274918bccb115ebcde",
"memo": "系统自动添加"
},
"eamlocationstatemodellinegridview": { "eamlocationstatemodellinegridview": {
"title": "功能位置状态模型明细表格视图", "title": "功能位置状态模型明细表格视图",
"caption": "功能位置状态模型明细", "caption": "功能位置状态模型明细",
...@@ -200,7 +220,7 @@ ...@@ -200,7 +220,7 @@
"memo": "系统自动添加" "memo": "系统自动添加"
}, },
"eamlocationgridview": { "eamlocationgridview": {
"title": "功能位置表格视图", "title": "功能位置信息",
"caption": "功能位置", "caption": "功能位置",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
......
...@@ -42,8 +42,14 @@ export class AuthServiceRegister { ...@@ -42,8 +42,14 @@ export class AuthServiceRegister {
this.allAuthService.set('eamlocationstatemodel', () => import('@/authservice/eamlocation-state-model/eamlocation-state-model-auth-service')); this.allAuthService.set('eamlocationstatemodel', () => import('@/authservice/eamlocation-state-model/eamlocation-state-model-auth-service'));
this.allAuthService.set('eamlocationtype', () => import('@/authservice/eamlocation-type/eamlocation-type-auth-service')); this.allAuthService.set('eamlocationtype', () => import('@/authservice/eamlocation-type/eamlocation-type-auth-service'));
this.allAuthService.set('eamlocation', () => import('@/authservice/eamlocation/eamlocation-auth-service')); this.allAuthService.set('eamlocation', () => import('@/authservice/eamlocation/eamlocation-auth-service'));
this.allAuthService.set('eamassetstate', () => import('@/authservice/eamasset-state/eamasset-state-auth-service'));
this.allAuthService.set('eamlocationstate', () => import('@/authservice/eamlocation-state/eamlocation-state-auth-service')); this.allAuthService.set('eamlocationstate', () => import('@/authservice/eamlocation-state/eamlocation-state-auth-service'));
this.allAuthService.set('eamassettype', () => import('@/authservice/eamasset-type/eamasset-type-auth-service'));
this.allAuthService.set('eamassetstatemodelline', () => import('@/authservice/eamasset-state-model-line/eamasset-state-model-line-auth-service'));
this.allAuthService.set('eamlocationstatemodelline', () => import('@/authservice/eamlocation-state-model-line/eamlocation-state-model-line-auth-service')); this.allAuthService.set('eamlocationstatemodelline', () => import('@/authservice/eamlocation-state-model-line/eamlocation-state-model-line-auth-service'));
this.allAuthService.set('eamasset', () => import('@/authservice/eamasset/eamasset-auth-service'));
this.allAuthService.set('eamapplystate', () => import('@/authservice/eamapply-state/eamapply-state-auth-service'));
this.allAuthService.set('eamassetstatemodel', () => import('@/authservice/eamasset-state-model/eamasset-state-model-auth-service'));
} }
/** /**
......
import AuthService from '../auth-service';
/**
* 维护申请状态权限服务对象基类
*
* @export
* @class EAMApplyStateAuthServiceBase
* @extends {AuthService}
*/
export default class EAMApplyStateAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMApplyStateAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMApplyStateAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMApplyStateAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMApplyStateAuthServiceBase from './eamapply-state-auth-service-base';
/**
* 维护申请状态权限服务对象
*
* @export
* @class EAMApplyStateAuthService
* @extends {EAMApplyStateAuthServiceBase}
*/
export default class EAMApplyStateAuthService extends EAMApplyStateAuthServiceBase {
/**
* Creates an instance of EAMApplyStateAuthService.
*
* @param {*} [opts={}]
* @memberof EAMApplyStateAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
import AuthService from '../auth-service';
/**
* 资产状态模型明细权限服务对象基类
*
* @export
* @class EAMAssetStateModelLineAuthServiceBase
* @extends {AuthService}
*/
export default class EAMAssetStateModelLineAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMAssetStateModelLineAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateModelLineAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMAssetStateModelLineAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMAssetStateModelLineAuthServiceBase from './eamasset-state-model-line-auth-service-base';
/**
* 资产状态模型明细权限服务对象
*
* @export
* @class EAMAssetStateModelLineAuthService
* @extends {EAMAssetStateModelLineAuthServiceBase}
*/
export default class EAMAssetStateModelLineAuthService extends EAMAssetStateModelLineAuthServiceBase {
/**
* Creates an instance of EAMAssetStateModelLineAuthService.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateModelLineAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
import AuthService from '../auth-service';
/**
* 资产状态模型权限服务对象基类
*
* @export
* @class EAMAssetStateModelAuthServiceBase
* @extends {AuthService}
*/
export default class EAMAssetStateModelAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMAssetStateModelAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateModelAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMAssetStateModelAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMAssetStateModelAuthServiceBase from './eamasset-state-model-auth-service-base';
/**
* 资产状态模型权限服务对象
*
* @export
* @class EAMAssetStateModelAuthService
* @extends {EAMAssetStateModelAuthServiceBase}
*/
export default class EAMAssetStateModelAuthService extends EAMAssetStateModelAuthServiceBase {
/**
* Creates an instance of EAMAssetStateModelAuthService.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateModelAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
import AuthService from '../auth-service';
/**
* 资产状态权限服务对象基类
*
* @export
* @class EAMAssetStateAuthServiceBase
* @extends {AuthService}
*/
export default class EAMAssetStateAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMAssetStateAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMAssetStateAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMAssetStateAuthServiceBase from './eamasset-state-auth-service-base';
/**
* 资产状态权限服务对象
*
* @export
* @class EAMAssetStateAuthService
* @extends {EAMAssetStateAuthServiceBase}
*/
export default class EAMAssetStateAuthService extends EAMAssetStateAuthServiceBase {
/**
* Creates an instance of EAMAssetStateAuthService.
*
* @param {*} [opts={}]
* @memberof EAMAssetStateAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
import AuthService from '../auth-service';
/**
* 资产类型权限服务对象基类
*
* @export
* @class EAMAssetTypeAuthServiceBase
* @extends {AuthService}
*/
export default class EAMAssetTypeAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMAssetTypeAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMAssetTypeAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMAssetTypeAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMAssetTypeAuthServiceBase from './eamasset-type-auth-service-base';
/**
* 资产类型权限服务对象
*
* @export
* @class EAMAssetTypeAuthService
* @extends {EAMAssetTypeAuthServiceBase}
*/
export default class EAMAssetTypeAuthService extends EAMAssetTypeAuthServiceBase {
/**
* Creates an instance of EAMAssetTypeAuthService.
*
* @param {*} [opts={}]
* @memberof EAMAssetTypeAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
import AuthService from '../auth-service';
/**
* 资产权限服务对象基类
*
* @export
* @class EAMAssetAuthServiceBase
* @extends {AuthService}
*/
export default class EAMAssetAuthServiceBase extends AuthService {
/**
* Creates an instance of EAMAssetAuthServiceBase.
*
* @param {*} [opts={}]
* @memberof EAMAssetAuthServiceBase
*/
constructor(opts: any = {}) {
super(opts);
}
/**
* 根据当前数据获取实体操作标识
*
* @param {*} mainSateOPPrivs 传入数据操作标识
* @returns {any}
* @memberof EAMAssetAuthServiceBase
*/
public getOPPrivs(mainSateOPPrivs:any):any{
let curDefaultOPPrivs:any = JSON.parse(JSON.stringify(this.defaultOPPrivs));
if(mainSateOPPrivs){
Object.assign(curDefaultOPPrivs,mainSateOPPrivs);
}
return curDefaultOPPrivs;
}
}
\ No newline at end of file
import EAMAssetAuthServiceBase from './eamasset-auth-service-base';
/**
* 资产权限服务对象
*
* @export
* @class EAMAssetAuthService
* @extends {EAMAssetAuthServiceBase}
*/
export default class EAMAssetAuthService extends EAMAssetAuthServiceBase {
/**
* Creates an instance of EAMAssetAuthService.
*
* @param {*} [opts={}]
* @memberof EAMAssetAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
\ No newline at end of file
/**
* 维护申请状态
*
* @export
* @interface EAMApplyState
*/
export interface EAMApplyState {
/**
* 维护申请状态标识
*
* @returns {*}
* @memberof EAMApplyState
*/
eamapplystateid?: any;
/**
* 维护申请状态名称
*
* @returns {*}
* @memberof EAMApplyState
*/
eamapplystatename?: any;
/**
* 建立时间
*
* @returns {*}
* @memberof EAMApplyState
*/
createdate?: any;
/**
* 建立人
*
* @returns {*}
* @memberof EAMApplyState
*/
createman?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMApplyState
*/
updateman?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMApplyState
*/
updatedate?: any;
}
\ No newline at end of file
/**
* 资产状态模型明细
*
* @export
* @interface EAMAssetStateModelLine
*/
export interface EAMAssetStateModelLine {
/**
* 建立人
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
createman?: any;
/**
* 资产状态模型明细名称
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
eamassetstatemodellinename?: any;
/**
* 资产状态模型明细标识
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
eamassetstatemodellineid?: any;
/**
* 建立时间
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
createdate?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
updatedate?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
updateman?: any;
/**
* 资产状态模型标识
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
eamassetstatemodelid?: any;
/**
* 资产状态标识
*
* @returns {*}
* @memberof EAMAssetStateModelLine
*/
eamassetstateid?: any;
}
\ No newline at end of file
/**
* 资产状态模型
*
* @export
* @interface EAMAssetStateModel
*/
export interface EAMAssetStateModel {
/**
* 资产状态模型标识
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
eamassetstatemodelid?: any;
/**
* 建立人
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
createman?: any;
/**
* 建立时间
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
createdate?: any;
/**
* 资产状态模型名称
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
eamassetstatemodelname?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
updatedate?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMAssetStateModel
*/
updateman?: any;
}
\ No newline at end of file
/**
* 资产状态
*
* @export
* @interface EAMAssetState
*/
export interface EAMAssetState {
/**
* 建立时间
*
* @returns {*}
* @memberof EAMAssetState
*/
createdate?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMAssetState
*/
updateman?: any;
/**
* 建立人
*
* @returns {*}
* @memberof EAMAssetState
*/
createman?: any;
/**
* 资产状态标识
*
* @returns {*}
* @memberof EAMAssetState
*/
eamassetstateid?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMAssetState
*/
updatedate?: any;
/**
* 资产状态名称
*
* @returns {*}
* @memberof EAMAssetState
*/
eamassetstatename?: any;
/**
* 是否有效
*
* @returns {*}
* @memberof EAMAssetState
*/
available?: any;
}
\ No newline at end of file
/**
* 资产类型
*
* @export
* @interface EAMAssetType
*/
export interface EAMAssetType {
/**
* 建立人
*
* @returns {*}
* @memberof EAMAssetType
*/
createman?: any;
/**
* 资产类型名称
*
* @returns {*}
* @memberof EAMAssetType
*/
eamassettypename?: any;
/**
* 资产类型标识
*
* @returns {*}
* @memberof EAMAssetType
*/
eamassettypeid?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMAssetType
*/
updatedate?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMAssetType
*/
updateman?: any;
/**
* 建立时间
*
* @returns {*}
* @memberof EAMAssetType
*/
createdate?: any;
/**
* 资产状态模型标识
*
* @returns {*}
* @memberof EAMAssetType
*/
eamassetstatemodelid?: any;
}
\ No newline at end of file
/**
* 资产
*
* @export
* @interface EAMAsset
*/
export interface EAMAsset {
/**
* 资产标识
*
* @returns {*}
* @memberof EAMAsset
*/
assetid?: any;
/**
* 资产名称
*
* @returns {*}
* @memberof EAMAsset
*/
assetname?: any;
/**
* 建立时间
*
* @returns {*}
* @memberof EAMAsset
*/
createdate?: any;
/**
* 建立人
*
* @returns {*}
* @memberof EAMAsset
*/
createman?: any;
/**
* 更新时间
*
* @returns {*}
* @memberof EAMAsset
*/
updatedate?: any;
/**
* 更新人
*
* @returns {*}
* @memberof EAMAsset
*/
updateman?: any;
/**
* 资产类型标识
*
* @returns {*}
* @memberof EAMAsset
*/
eamassettypeid?: any;
/**
* 功能位置标识
*
* @returns {*}
* @memberof EAMAsset
*/
eamlocationid?: any;
/**
* 上级资产标识
*
* @returns {*}
* @memberof EAMAsset
*/
passetid?: any;
}
\ No newline at end of file
import eamlocationstatemodel_en_US from '@locale/lanres/entities/eamlocation-state-model/eamlocation-state-model_en_US'; import eamlocationstatemodel_en_US from '@locale/lanres/entities/eamlocation-state-model/eamlocation-state-model_en_US';
import eamlocationtype_en_US from '@locale/lanres/entities/eamlocation-type/eamlocation-type_en_US'; import eamlocationtype_en_US from '@locale/lanres/entities/eamlocation-type/eamlocation-type_en_US';
import eamlocation_en_US from '@locale/lanres/entities/eamlocation/eamlocation_en_US'; import eamlocation_en_US from '@locale/lanres/entities/eamlocation/eamlocation_en_US';
import eamassetstate_en_US from '@locale/lanres/entities/eamasset-state/eamasset-state_en_US';
import eamlocationstate_en_US from '@locale/lanres/entities/eamlocation-state/eamlocation-state_en_US'; import eamlocationstate_en_US from '@locale/lanres/entities/eamlocation-state/eamlocation-state_en_US';
import eamassettype_en_US from '@locale/lanres/entities/eamasset-type/eamasset-type_en_US';
import eamassetstatemodelline_en_US from '@locale/lanres/entities/eamasset-state-model-line/eamasset-state-model-line_en_US';
import eamlocationstatemodelline_en_US from '@locale/lanres/entities/eamlocation-state-model-line/eamlocation-state-model-line_en_US'; import eamlocationstatemodelline_en_US from '@locale/lanres/entities/eamlocation-state-model-line/eamlocation-state-model-line_en_US';
import eamasset_en_US from '@locale/lanres/entities/eamasset/eamasset_en_US';
import eamapplystate_en_US from '@locale/lanres/entities/eamapply-state/eamapply-state_en_US';
import eamassetstatemodel_en_US from '@locale/lanres/entities/eamasset-state-model/eamasset-state-model_en_US';
import components_en_US from '@locale/lanres/components/components_en_US'; import components_en_US from '@locale/lanres/components/components_en_US';
import codelist_en_US from '@locale/lanres/codelist/codelist_en_US'; import codelist_en_US from '@locale/lanres/codelist/codelist_en_US';
import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US'; import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
...@@ -127,11 +133,12 @@ export default { ...@@ -127,11 +133,12 @@ export default {
top_menus: "顶部菜单", top_menus: "顶部菜单",
left_exp: "左侧菜单", left_exp: "左侧菜单",
menuitem1: "功能位置", menuitem1: "功能位置",
menuitem6: "功能位置状态管理", menuitem6: "功能位置状态",
menuitem7: "功能位置状态模型管理", menuitem7: "功能位置状态模型",
menuitem8: "功能位置类型", menuitem8: "功能位置类型",
menuitem9: "功能位置", menuitem9: "功能位置",
menuitem2: "资产管理", menuitem2: "资产管理",
menuitem10: "资产状态",
menuitem3: "维护申请", menuitem3: "维护申请",
menuitem4: "工单管理", menuitem4: "工单管理",
menuitem5: "维护计划", menuitem5: "维护计划",
...@@ -236,8 +243,14 @@ export default { ...@@ -236,8 +243,14 @@ export default {
eamlocationstatemodel: eamlocationstatemodel_en_US, eamlocationstatemodel: eamlocationstatemodel_en_US,
eamlocationtype: eamlocationtype_en_US, eamlocationtype: eamlocationtype_en_US,
eamlocation: eamlocation_en_US, eamlocation: eamlocation_en_US,
eamassetstate: eamassetstate_en_US,
eamlocationstate: eamlocationstate_en_US, eamlocationstate: eamlocationstate_en_US,
eamassettype: eamassettype_en_US,
eamassetstatemodelline: eamassetstatemodelline_en_US,
eamlocationstatemodelline: eamlocationstatemodelline_en_US, eamlocationstatemodelline: eamlocationstatemodelline_en_US,
eamasset: eamasset_en_US,
eamapplystate: eamapplystate_en_US,
eamassetstatemodel: eamassetstatemodel_en_US,
}, },
components: components_en_US, components: components_en_US,
codelist: codelist_en_US, codelist: codelist_en_US,
......
import eamlocationstatemodel_zh_CN from '@locale/lanres/entities/eamlocation-state-model/eamlocation-state-model_zh_CN'; import eamlocationstatemodel_zh_CN from '@locale/lanres/entities/eamlocation-state-model/eamlocation-state-model_zh_CN';
import eamlocationtype_zh_CN from '@locale/lanres/entities/eamlocation-type/eamlocation-type_zh_CN'; import eamlocationtype_zh_CN from '@locale/lanres/entities/eamlocation-type/eamlocation-type_zh_CN';
import eamlocation_zh_CN from '@locale/lanres/entities/eamlocation/eamlocation_zh_CN'; import eamlocation_zh_CN from '@locale/lanres/entities/eamlocation/eamlocation_zh_CN';
import eamassetstate_zh_CN from '@locale/lanres/entities/eamasset-state/eamasset-state_zh_CN';
import eamlocationstate_zh_CN from '@locale/lanres/entities/eamlocation-state/eamlocation-state_zh_CN'; import eamlocationstate_zh_CN from '@locale/lanres/entities/eamlocation-state/eamlocation-state_zh_CN';
import eamassettype_zh_CN from '@locale/lanres/entities/eamasset-type/eamasset-type_zh_CN';
import eamassetstatemodelline_zh_CN from '@locale/lanres/entities/eamasset-state-model-line/eamasset-state-model-line_zh_CN';
import eamlocationstatemodelline_zh_CN from '@locale/lanres/entities/eamlocation-state-model-line/eamlocation-state-model-line_zh_CN'; import eamlocationstatemodelline_zh_CN from '@locale/lanres/entities/eamlocation-state-model-line/eamlocation-state-model-line_zh_CN';
import eamasset_zh_CN from '@locale/lanres/entities/eamasset/eamasset_zh_CN';
import eamapplystate_zh_CN from '@locale/lanres/entities/eamapply-state/eamapply-state_zh_CN';
import eamassetstatemodel_zh_CN from '@locale/lanres/entities/eamasset-state-model/eamasset-state-model_zh_CN';
import components_zh_CN from '@locale/lanres/components/components_zh_CN'; import components_zh_CN from '@locale/lanres/components/components_zh_CN';
import codelist_zh_CN from '@locale/lanres/codelist/codelist_zh_CN'; import codelist_zh_CN from '@locale/lanres/codelist/codelist_zh_CN';
import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN'; import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN';
...@@ -127,11 +133,12 @@ export default { ...@@ -127,11 +133,12 @@ export default {
top_menus: "顶部菜单", top_menus: "顶部菜单",
left_exp: "左侧菜单", left_exp: "左侧菜单",
menuitem1: "功能位置", menuitem1: "功能位置",
menuitem6: "功能位置状态管理", menuitem6: "功能位置状态",
menuitem7: "功能位置状态模型管理", menuitem7: "功能位置状态模型",
menuitem8: "功能位置类型", menuitem8: "功能位置类型",
menuitem9: "功能位置", menuitem9: "功能位置",
menuitem2: "资产管理", menuitem2: "资产管理",
menuitem10: "资产状态",
menuitem3: "维护申请", menuitem3: "维护申请",
menuitem4: "工单管理", menuitem4: "工单管理",
menuitem5: "维护计划", menuitem5: "维护计划",
...@@ -235,8 +242,14 @@ export default { ...@@ -235,8 +242,14 @@ export default {
eamlocationstatemodel: eamlocationstatemodel_zh_CN, eamlocationstatemodel: eamlocationstatemodel_zh_CN,
eamlocationtype: eamlocationtype_zh_CN, eamlocationtype: eamlocationtype_zh_CN,
eamlocation: eamlocation_zh_CN, eamlocation: eamlocation_zh_CN,
eamassetstate: eamassetstate_zh_CN,
eamlocationstate: eamlocationstate_zh_CN, eamlocationstate: eamlocationstate_zh_CN,
eamassettype: eamassettype_zh_CN,
eamassetstatemodelline: eamassetstatemodelline_zh_CN,
eamlocationstatemodelline: eamlocationstatemodelline_zh_CN, eamlocationstatemodelline: eamlocationstatemodelline_zh_CN,
eamasset: eamasset_zh_CN,
eamapplystate: eamapplystate_zh_CN,
eamassetstatemodel: eamassetstatemodel_zh_CN,
}, },
components: components_zh_CN, components: components_zh_CN,
codelist: codelist_zh_CN, codelist: codelist_zh_CN,
......
export default {
fields: {
eamapplystateid: "维护申请状态标识",
eamapplystatename: "维护申请状态名称",
createdate: "建立时间",
createman: "建立人",
updateman: "更新人",
updatedate: "更新时间",
},
views: {
gridview: {
caption: "维护申请状态",
title: "维护申请状态表格视图",
},
editview: {
caption: "维护申请状态",
title: "维护申请状态编辑视图",
},
},
main_form: {
details: {
group1: "维护申请状态基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "维护申请状态标识",
srfmajortext: "维护申请状态名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
eamapplystateid: "维护申请状态标识",
},
uiactions: {
},
},
main_grid: {
columns: {
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: "常规条件",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem5: {
caption: "New",
tip: "New",
},
tbitem2: {
caption: "Edit",
tip: "Edit {0}",
},
tbitem1: {
caption: "Copy",
tip: "Copy {0}",
},
tbitem15: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "Remove",
tip: "Remove {0}",
},
tbitem16: {
caption: "-",
tip: "",
},
tbitem3: {
caption: "Export",
tip: "Export {0} Data To Excel",
},
tbitem17: {
caption: "-",
tip: "",
},
tbitem20: {
caption: "其它",
tip: "其它",
},
tbitem24: {
caption: "Export Data Model",
tip: "导出数据模型",
},
tbitem25: {
caption: "数据导入",
tip: "数据导入",
},
tbitem21: {
caption: "-",
tip: "",
},
tbitem10: {
caption: "Filter",
tip: "Filter",
},
tbitem4: {
caption: "Help",
tip: "Help",
},
},
editviewtoolbar_toolbar: {
tbitem10: {
caption: "Save",
tip: "Save",
},
tbitem12: {
caption: "Save And New",
tip: "Save And New",
},
tbitem11: {
caption: "Save And Close",
tip: "Save And Close Window",
},
tbitem18: {
caption: "-",
tip: "",
},
tbitem9: {
caption: "Remove And Close",
tip: "Remove And Close Window",
},
tbitem19: {
caption: "-",
tip: "",
},
tbitem5: {
caption: "New",
tip: "New",
},
tbitem21: {
caption: "-",
tip: "",
},
tbitem1: {
caption: "Copy",
tip: "Copy {0}",
},
tbitem22: {
caption: "-",
tip: "",
},
tbitem2: {
caption: "第一个记录",
tip: "第一个记录",
},
tbitem7: {
caption: "上一个记录",
tip: "上一个记录",
},
tbitem6: {
caption: "下一个记录",
tip: "下一个记录",
},
tbitem4: {
caption: "最后一个记录",
tip: "最后一个记录",
},
tbitem25: {
caption: "-",
tip: "",
},
tbitem3: {
caption: "Help",
tip: "Help",
},
},
};
\ No newline at end of file
export default {
fields: {
eamapplystateid: "维护申请状态标识",
eamapplystatename: "维护申请状态名称",
createdate: "建立时间",
createman: "建立人",
updateman: "更新人",
updatedate: "更新时间",
},
views: {
gridview: {
caption: "维护申请状态",
title: "维护申请状态表格视图",
},
editview: {
caption: "维护申请状态",
title: "维护申请状态编辑视图",
},
},
main_form: {
details: {
group1: "维护申请状态基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "维护申请状态标识",
srfmajortext: "维护申请状态名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
eamapplystateid: "维护申请状态标识",
},
uiactions: {
},
},
main_grid: {
columns: {
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: "常规条件",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem5: {
caption: "新建",
tip: "新建",
},
tbitem2: {
caption: "编辑",
tip: "编辑",
},
tbitem1: {
caption: "拷贝",
tip: "拷贝",
},
tbitem15: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "删除",
tip: "删除",
},
tbitem16: {
caption: "-",
tip: "",
},
tbitem3: {
caption: "导出",
tip: "导出",
},
tbitem17: {
caption: "-",
tip: "",
},
tbitem20: {
caption: "其它",
tip: "其它",
},
tbitem24: {
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem25: {
caption: "数据导入",
tip: "数据导入",
},
tbitem21: {
caption: "-",
tip: "",
},
tbitem10: {
caption: "过滤",
tip: "过滤",
},
tbitem4: {
caption: "帮助",
tip: "帮助",
},
},
editviewtoolbar_toolbar: {
tbitem10: {
caption: "保存",
tip: "保存",
},
tbitem12: {
caption: "保存并新建",
tip: "保存并新建",
},
tbitem11: {
caption: "保存并关闭",
tip: "保存并关闭",
},
tbitem18: {
caption: "-",
tip: "",
},
tbitem9: {
caption: "删除并关闭",
tip: "删除并关闭",
},
tbitem19: {
caption: "-",
tip: "",
},
tbitem5: {
caption: "新建",
tip: "新建",
},
tbitem21: {
caption: "-",
tip: "",
},
tbitem1: {
caption: "拷贝",
tip: "拷贝",
},
tbitem22: {
caption: "-",
tip: "",
},
tbitem2: {
caption: "第一个记录",
tip: "第一个记录",
},
tbitem7: {
caption: "上一个记录",
tip: "上一个记录",
},
tbitem6: {
caption: "下一个记录",
tip: "下一个记录",
},
tbitem4: {
caption: "最后一个记录",
tip: "最后一个记录",
},
tbitem25: {
caption: "-",
tip: "",
},
tbitem3: {
caption: "帮助",
tip: "帮助",
},
},
};
\ No newline at end of file
export default {
fields: {
createman: "建立人",
eamassetstatemodellinename: "资产状态模型明细名称",
eamassetstatemodellineid: "资产状态模型明细标识",
createdate: "建立时间",
updatedate: "更新时间",
updateman: "更新人",
eamassetstatemodelid: "资产状态模型标识",
eamassetstateid: "资产状态标识",
},
};
\ No newline at end of file
export default {
fields: {
createman: "建立人",
eamassetstatemodellinename: "资产状态模型明细名称",
eamassetstatemodellineid: "资产状态模型明细标识",
createdate: "建立时间",
updatedate: "更新时间",
updateman: "更新人",
eamassetstatemodelid: "资产状态模型标识",
eamassetstateid: "资产状态标识",
},
};
\ No newline at end of file
export default {
fields: {
eamassetstatemodelid: "资产状态模型标识",
createman: "建立人",
createdate: "建立时间",
eamassetstatemodelname: "资产状态模型名称",
updatedate: "更新时间",
updateman: "更新人",
},
};
\ No newline at end of file
export default {
fields: {
eamassetstatemodelid: "资产状态模型标识",
createman: "建立人",
createdate: "建立时间",
eamassetstatemodelname: "资产状态模型名称",
updatedate: "更新时间",
updateman: "更新人",
},
};
\ No newline at end of file
export default {
fields: {
createdate: "建立时间",
updateman: "更新人",
createman: "建立人",
eamassetstateid: "资产状态标识",
updatedate: "更新时间",
eamassetstatename: "资产状态名称",
available: "是否有效",
},
};
\ No newline at end of file
export default {
fields: {
createdate: "建立时间",
updateman: "更新人",
createman: "建立人",
eamassetstateid: "资产状态标识",
updatedate: "更新时间",
eamassetstatename: "资产状态名称",
available: "是否有效",
},
};
\ No newline at end of file
export default {
fields: {
createman: "建立人",
eamassettypename: "资产类型名称",
eamassettypeid: "资产类型标识",
updatedate: "更新时间",
updateman: "更新人",
createdate: "建立时间",
eamassetstatemodelid: "资产状态模型标识",
},
};
\ No newline at end of file
export default {
fields: {
createman: "建立人",
eamassettypename: "资产类型名称",
eamassettypeid: "资产类型标识",
updatedate: "更新时间",
updateman: "更新人",
createdate: "建立时间",
eamassetstatemodelid: "资产状态模型标识",
},
};
\ No newline at end of file
export default {
fields: {
assetid: "资产标识",
assetname: "资产名称",
createdate: "建立时间",
createman: "建立人",
updatedate: "更新时间",
updateman: "更新人",
eamassettypeid: "资产类型标识",
eamlocationid: "功能位置标识",
passetid: "上级资产标识",
},
};
\ No newline at end of file
export default {
fields: {
assetid: "资产标识",
assetname: "资产名称",
createdate: "建立时间",
createman: "建立人",
updatedate: "更新时间",
updateman: "更新人",
eamassettypeid: "资产类型标识",
eamlocationid: "功能位置标识",
passetid: "上级资产标识",
},
};
\ No newline at end of file
...@@ -15,11 +15,11 @@ export default { ...@@ -15,11 +15,11 @@ export default {
}, },
editview: { editview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
title: "功能位置状态模型编辑视图", title: "功能位置状态模型信息",
}, },
gridview: { gridview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
title: "功能位置状态模型表格视图", title: "功能位置状态模型信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
......
...@@ -14,11 +14,11 @@ export default { ...@@ -14,11 +14,11 @@ export default {
}, },
editview: { editview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
title: "功能位置状态模型编辑视图", title: "功能位置状态模型信息",
}, },
gridview: { gridview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
title: "功能位置状态模型表格视图", title: "功能位置状态模型信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置状态模型", caption: "功能位置状态模型",
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}, },
gridview: { gridview: {
caption: "功能位置类型", caption: "功能位置类型",
title: "功能位置类型表格视图", title: "功能位置类型信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置类型", caption: "功能位置类型",
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
}, },
editview: { editview: {
caption: "功能位置类型", caption: "功能位置类型",
title: "功能位置类型编辑视图", title: "功能位置类型信息",
}, },
}, },
main_form: { main_form: {
......
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
}, },
gridview: { gridview: {
caption: "功能位置类型", caption: "功能位置类型",
title: "功能位置类型表格视图", title: "功能位置类型信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置类型", caption: "功能位置类型",
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
}, },
editview: { editview: {
caption: "功能位置类型", caption: "功能位置类型",
title: "功能位置类型编辑视图", title: "功能位置类型信息",
}, },
}, },
main_form: { main_form: {
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
views: { views: {
editview: { editview: {
caption: "功能位置", caption: "功能位置",
title: "功能位置编辑视图", title: "功能位置信息",
}, },
pickupview: { pickupview: {
caption: "功能位置", caption: "功能位置",
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
}, },
gridview: { gridview: {
caption: "功能位置", caption: "功能位置",
title: "功能位置表格视图", title: "功能位置信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置", caption: "功能位置",
......
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
views: { views: {
editview: { editview: {
caption: "功能位置", caption: "功能位置",
title: "功能位置编辑视图", title: "功能位置信息",
}, },
pickupview: { pickupview: {
caption: "功能位置", caption: "功能位置",
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
}, },
gridview: { gridview: {
caption: "功能位置", caption: "功能位置",
title: "功能位置表格视图", title: "功能位置信息",
}, },
pickupgridview: { pickupgridview: {
caption: "功能位置", caption: "功能位置",
......
...@@ -76,7 +76,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -76,7 +76,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-navicon',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '', appfunctag: '',
...@@ -85,37 +85,37 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -85,37 +85,37 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
{ {
id: '83E50A95-6762-4A67-9052-69DE75A60E3B', id: '83E50A95-6762-4A67-9052-69DE75A60E3B',
name: 'menuitem6', name: 'menuitem6',
text: '功能位置状态管理', text: '功能位置状态',
type: 'MENUITEM', type: 'MENUITEM',
counterid: '', counterid: '',
tooltip: '功能位置状态管理', tooltip: '功能位置状态',
expanded: false, expanded: false,
separator: false, separator: false,
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-life-ring',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_3', appfunctag: '_4',
resourcetag: '', resourcetag: '',
}, },
{ {
id: 'E3BFAB38-B5C1-487A-B68B-61F6EF513C58', id: 'E3BFAB38-B5C1-487A-B68B-61F6EF513C58',
name: 'menuitem7', name: 'menuitem7',
text: '功能位置状态模型管理', text: '功能位置状态模型',
type: 'MENUITEM', type: 'MENUITEM',
counterid: '', counterid: '',
tooltip: '功能位置状态模型管理', tooltip: '功能位置状态模型',
expanded: false, expanded: false,
separator: false, separator: false,
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-cube',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_2', appfunctag: '_3',
resourcetag: '', resourcetag: '',
}, },
{ {
...@@ -130,10 +130,10 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -130,10 +130,10 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-legal',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_4', appfunctag: '_5',
resourcetag: '', resourcetag: '',
}, },
{ {
...@@ -148,10 +148,10 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -148,10 +148,10 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-navicon',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_5', appfunctag: '_6',
resourcetag: '', resourcetag: '',
}, },
], ],
...@@ -168,11 +168,31 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -168,11 +168,31 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-rocket',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '', appfunctag: '',
resourcetag: '', resourcetag: '',
items: [
{
id: 'F78D316F-28EB-49D9-AFD1-B34393D208BD',
name: 'menuitem10',
text: '资产状态',
type: 'MENUITEM',
counterid: '',
tooltip: '资产状态',
expanded: false,
separator: false,
hidden: false,
hidesidebar: false,
opendefault: false,
iconcls: 'fa fa-life-ring',
icon: '',
textcls: '',
appfunctag: '_2',
resourcetag: '',
},
],
}, },
{ {
id: '5FD0497E-7F0C-4AFA-931A-64FECFAD6B0D', id: '5FD0497E-7F0C-4AFA-931A-64FECFAD6B0D',
...@@ -186,7 +206,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -186,7 +206,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-share-square',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '', appfunctag: '',
...@@ -204,7 +224,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -204,7 +224,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-file-word-o',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '', appfunctag: '',
...@@ -222,7 +242,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => { ...@@ -222,7 +242,7 @@ mock.onGet('v7/app-index-viewappmenu').reply((config: any) => {
hidden: false, hidden: false,
hidesidebar: false, hidesidebar: false,
opendefault: false, opendefault: false,
iconcls: '', iconcls: 'fa fa-calendar',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '', appfunctag: '',
......
...@@ -10,5 +10,11 @@ import './upload/upload'; ...@@ -10,5 +10,11 @@ import './upload/upload';
import './entity/eamlocation-state-models/eamlocation-state-models'; import './entity/eamlocation-state-models/eamlocation-state-models';
import './entity/eamlocation-types/eamlocation-types'; import './entity/eamlocation-types/eamlocation-types';
import './entity/eamlocations/eamlocations'; import './entity/eamlocations/eamlocations';
import './entity/eamasset-states/eamasset-states';
import './entity/eamlocation-states/eamlocation-states'; import './entity/eamlocation-states/eamlocation-states';
import './entity/eamasset-types/eamasset-types';
import './entity/eamasset-state-model-lines/eamasset-state-model-lines';
import './entity/eamlocation-state-model-lines/eamlocation-state-model-lines'; import './entity/eamlocation-state-model-lines/eamlocation-state-model-lines';
import './entity/eamassets/eamassets';
import './entity/eamapply-states/eamapply-states';
import './entity/eamasset-state-models/eamasset-state-models';
...@@ -16,7 +16,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -16,7 +16,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "0b6fa9e6ebc1f6d1afaf3c19585840b0" "viewtag": "0b6fa9e6ebc1f6d1afaf3c19585840b0"
}, },
"eamlocationeditview": { "eamlocationeditview": {
"title": "功能位置编辑视图", "title": "功能位置信息",
"caption": "功能位置", "caption": "功能位置",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -48,13 +48,21 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -48,13 +48,21 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "4a5dd0204cc256862db03b36fc570e71" "viewtag": "4a5dd0204cc256862db03b36fc570e71"
}, },
"eamlocationtypegridview": { "eamlocationtypegridview": {
"title": "功能位置类型表格视图", "title": "功能位置类型信息",
"caption": "功能位置类型", "caption": "功能位置类型",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
"viewname": "EAMLocationTypeGridView", "viewname": "EAMLocationTypeGridView",
"viewtag": "4c95ec14aa2de5370d9d81f7d85f4bd5" "viewtag": "4c95ec14aa2de5370d9d81f7d85f4bd5"
}, },
"eamapplystategridview": {
"title": "维护申请状态表格视图",
"caption": "维护申请状态",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Apply",
"viewname": "EAMApplyStateGridView",
"viewtag": "67367b30b36597f2b4f455b9738f4dd8"
},
"eamlocationtypepickupgridview": { "eamlocationtypepickupgridview": {
"title": "功能位置类型选择表格视图", "title": "功能位置类型选择表格视图",
"caption": "功能位置类型", "caption": "功能位置类型",
...@@ -64,7 +72,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -64,7 +72,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "6a395ea52232233416d9c7120518863d" "viewtag": "6a395ea52232233416d9c7120518863d"
}, },
"eamlocationstatemodeleditview": { "eamlocationstatemodeleditview": {
"title": "功能位置状态模型编辑视图", "title": "功能位置状态模型信息",
"caption": "功能位置状态模型", "caption": "功能位置状态模型",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -72,7 +80,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -72,7 +80,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "7bf1327f579d782d5cdb98528999a5e0" "viewtag": "7bf1327f579d782d5cdb98528999a5e0"
}, },
"eamlocationstatemodelgridview": { "eamlocationstatemodelgridview": {
"title": "功能位置状态模型表格视图", "title": "功能位置状态模型信息",
"caption": "功能位置状态模型", "caption": "功能位置状态模型",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
...@@ -152,13 +160,21 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -152,13 +160,21 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "D44132B9-5261-4008-A146-6287A80D5D31" "viewtag": "D44132B9-5261-4008-A146-6287A80D5D31"
}, },
"eamlocationtypeeditview": { "eamlocationtypeeditview": {
"title": "功能位置类型编辑视图", "title": "功能位置类型信息",
"caption": "功能位置类型", "caption": "功能位置类型",
"viewtype": "DEEDITVIEW", "viewtype": "DEEDITVIEW",
"viewmodule": "Location", "viewmodule": "Location",
"viewname": "EAMLocationTypeEditView", "viewname": "EAMLocationTypeEditView",
"viewtag": "dd09755644dcf1e57c062b4e08e4ce3a" "viewtag": "dd09755644dcf1e57c062b4e08e4ce3a"
}, },
"eamapplystateeditview": {
"title": "维护申请状态编辑视图",
"caption": "维护申请状态",
"viewtype": "DEEDITVIEW",
"viewmodule": "Apply",
"viewname": "EAMApplyStateEditView",
"viewtag": "e3f067b2352dbb274918bccb115ebcde"
},
"eamlocationstatemodellinegridview": { "eamlocationstatemodellinegridview": {
"title": "功能位置状态模型明细表格视图", "title": "功能位置状态模型明细表格视图",
"caption": "功能位置状态模型明细", "caption": "功能位置状态模型明细",
...@@ -168,7 +184,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -168,7 +184,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "ecd1ec6299b5b24e2004fa15c4eef92d" "viewtag": "ecd1ec6299b5b24e2004fa15c4eef92d"
}, },
"eamlocationgridview": { "eamlocationgridview": {
"title": "功能位置表格视图", "title": "功能位置信息",
"caption": "功能位置", "caption": "功能位置",
"viewtype": "DEGRIDVIEW", "viewtype": "DEGRIDVIEW",
"viewmodule": "Location", "viewmodule": "Location",
......
<studio-view-style2 viewName="eamapplystateeditview" viewTitle="维护申请状态编辑视图" class='deeditview eamapply-state-edit-view'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<template slot="toolbar">
<view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click($event)"/> </template>
<view_form
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:autosave="false"
:viewtag="viewtag"
:showBusyIndicator="true"
updateAction="Update"
removeAction="Remove"
loaddraftAction="GetDraft"
loadAction="Get"
createAction="Create"
WFSubmitAction=""
WFStartAction=""
style=''
name="form"
ref='form'
@save="form_save($event)"
@remove="form_remove($event)"
@load="form_load($event)"
@closeview="closeView($event)">
</view_form>
</studio-view-style2>
\ No newline at end of file
<template src="./eamapply-state-edit-view.html"/>
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '@/studio-core';
import { EAMApplyStateEditViewBase } from './eamapply-state-edit-view-base';
import view_form from '@widgets/eamapply-state/main-form/main-form.vue';
/**
* 维护申请状态编辑视图视图
*
* @export
* @class EAMApplyStateEditView
* @extends {EAMApplyStateEditViewBase}
*/
@Component({
components: {
view_form,
}
})
@VueLifeCycleProcessing()
export default class EAMApplyStateEditView extends EAMApplyStateEditViewBase { }
</script>
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册