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

xignzi006 发布系统代码

上级 12161800
......@@ -99,6 +99,16 @@
"viewtag": "07c5035fbb847e889f3dbb9657723f30",
"memo": ""
},
"quotedetaileditview": {
"title": "报价单产品编辑视图",
"caption": "报价单产品",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sales",
"viewname": "QuoteDetailEditView",
"viewfilename": "quote-detail-edit-view",
"viewtag": "0f4dc7da727ad15a2cad62fe966a633c",
"memo": "系统自动添加"
},
"salesordereditview": {
"title": "订单编辑视图",
"caption": "订单",
......@@ -1089,6 +1099,16 @@
"viewtag": "a95d7d9111bc13a8b73a11ee1e4ff92a",
"memo": "系统自动添加"
},
"quotedetailquodetailgridview": {
"title": "报价单产品表格视图",
"caption": "报价单产品",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sales",
"viewname": "QuoteDetailQuoDetailGridView",
"viewfilename": "quote-detail-quo-detail-grid-view",
"viewtag": "aa23fa84c3ac813a5ff15ae12795ca52",
"memo": "系统自动添加"
},
"appointmentquickcreate": {
"title": "约会",
"caption": "约会",
......@@ -1219,6 +1239,16 @@
"viewtag": "bae77557d2f7a7852b634dc5d5a93435",
"memo": "系统自动添加"
},
"quoteinfo": {
"title": "报价单分页导航视图",
"caption": "报价单信息",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Sales",
"viewname": "QuoteInfo",
"viewfilename": "quote-info",
"viewtag": "bf670ca93d5a63c4feba5a3cc3de7a9c",
"memo": ""
},
"leadinfo_detail": {
"title": "潜在顾客编辑视图",
"caption": "潜在顾客",
......
......@@ -342,14 +342,6 @@ export interface QuoteDetail {
*/
productoverridden?: any;
/**
* Product Name
*
* @returns {*}
* @memberof QuoteDetail
*/
productname?: any;
/**
* Time Zone Rule Version Number
*
......@@ -517,4 +509,12 @@ export interface QuoteDetail {
* @memberof QuoteDetail
*/
uomid?: any;
/**
* 产品名称
*
* @returns {*}
* @memberof QuoteDetail
*/
productname?: any;
}
\ No newline at end of file
......@@ -43,7 +43,6 @@ export default {
parentbundleid: '父捆绑销售',
quotedetailname: '名称',
productoverridden: '选择产品',
productname: 'Product Name',
timezoneruleversionnumber: 'Time Zone Rule Version Number',
shipto_postalcode: '送货地的邮政编码',
shipto_addressid: '送货地址 ID',
......@@ -65,5 +64,126 @@ export default {
productid: '现有产品',
transactioncurrencyid: '货币',
uomid: '计价单位',
productname: '产品名称',
},
views: {
editview: {
caption: "报价单产品",
title: '报价单产品编辑视图',
},
quodetailgridview: {
caption: "报价单产品",
title: '报价单产品表格视图',
},
},
main_form: {
details: {
group1: "quotedetail基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "报价单产品",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
quotedetailname: "名称",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
quotedetailid: "报价单产品",
},
uiactions: {
},
},
main_grid: {
columns: {
productname: "产品名称",
priceperunit: "单价",
quantity: "数量",
uomid: "计价单位",
extendedamount: "应收净额",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: "常规条件",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: "Save",
tip: "Save",
},
tbitem4: {
caption: "Save And New",
tip: "Save And New",
},
tbitem5: {
caption: "Save And Close",
tip: "Save And Close Window",
},
tbitem6: {
caption: "-",
tip: "",
},
tbitem7: {
caption: "Remove And Close",
tip: "Remove And Close Window",
},
tbitem8: {
caption: "-",
tip: "",
},
tbitem12: {
caption: "New",
tip: "New",
},
tbitem13: {
caption: "-",
tip: "",
},
tbitem14: {
caption: "Copy",
tip: "Copy {0}",
},
},
quodetailgridviewtoolbar_toolbar: {
tbitem4: {
caption: "Edit",
tip: "Edit {0}",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "Remove",
tip: "Remove {0}",
},
tbitem9: {
caption: "-",
tip: "",
},
tbitem13: {
caption: "Export",
tip: "Export {0} Data To Excel",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem19: {
caption: "Filter",
tip: "Filter",
},
},
};
\ No newline at end of file
......@@ -42,7 +42,6 @@ export default {
parentbundleid: '父捆绑销售',
quotedetailname: '名称',
productoverridden: '选择产品',
productname: 'Product Name',
timezoneruleversionnumber: 'Time Zone Rule Version Number',
shipto_postalcode: '送货地的邮政编码',
shipto_addressid: '送货地址 ID',
......@@ -64,5 +63,126 @@ export default {
productid: '现有产品',
transactioncurrencyid: '货币',
uomid: '计价单位',
productname: '产品名称',
},
views: {
editview: {
caption: '报价单产品',
title: '报价单产品编辑视图',
},
quodetailgridview: {
caption: '报价单产品',
title: '报价单产品表格视图',
},
},
main_form: {
details: {
group1: 'quotedetail基本信息',
formpage1: '基本信息',
group2: '操作信息',
formpage2: '其它',
srfupdatedate: '更新时间',
srforikey: '',
srfkey: '报价单产品',
srfmajortext: '名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
quotedetailname: '名称',
createman: '建立人',
createdate: '建立时间',
updateman: '更新人',
updatedate: '更新时间',
quotedetailid: '报价单产品',
},
uiactions: {
},
},
main_grid: {
columns: {
productname: '产品名称',
priceperunit: '单价',
quantity: '数量',
uomid: '计价单位',
extendedamount: '应收净额',
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
},
tbitem4: {
caption: '保存并新建',
tip: '保存并新建',
},
tbitem5: {
caption: '保存并关闭',
tip: '保存并关闭',
},
tbitem6: {
caption: '-',
tip: '',
},
tbitem7: {
caption: '删除并关闭',
tip: '删除并关闭',
},
tbitem8: {
caption: '-',
tip: '',
},
tbitem12: {
caption: '新建',
tip: '新建',
},
tbitem13: {
caption: '-',
tip: '',
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
},
},
quodetailgridviewtoolbar_toolbar: {
tbitem4: {
caption: '编辑',
tip: '编辑',
},
tbitem7: {
caption: '-',
tip: '',
},
tbitem8: {
caption: '删除',
tip: '删除',
},
tbitem9: {
caption: '-',
tip: '',
},
tbitem13: {
caption: '导出',
tip: '导出',
},
tbitem10: {
caption: '-',
tip: '',
},
tbitem19: {
caption: '过滤',
tip: '过滤',
},
},
};
\ No newline at end of file
......@@ -122,6 +122,10 @@ export default {
caption: "报价单",
title: '报价单编辑视图',
},
info: {
caption: "报价单信息",
title: '报价单分页导航视图',
},
},
main_form: {
details: {
......
......@@ -121,6 +121,10 @@ export default {
caption: '报价单',
title: '报价单编辑视图',
},
info: {
caption: '报价单信息',
title: '报价单分页导航视图',
},
},
main_form: {
details: {
......
......@@ -87,6 +87,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "CampaignGridView",
"viewtag": "07c5035fbb847e889f3dbb9657723f30"
},
"quotedetaileditview": {
"title": "报价单产品编辑视图",
"caption": "报价单产品",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sales",
"viewname": "QuoteDetailEditView",
"viewtag": "0f4dc7da727ad15a2cad62fe966a633c"
},
"salesordereditview": {
"title": "订单编辑视图",
"caption": "订单",
......@@ -879,6 +887,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "PhoneCallEditView",
"viewtag": "a95d7d9111bc13a8b73a11ee1e4ff92a"
},
"quotedetailquodetailgridview": {
"title": "报价单产品表格视图",
"caption": "报价单产品",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sales",
"viewname": "QuoteDetailQuoDetailGridView",
"viewtag": "aa23fa84c3ac813a5ff15ae12795ca52"
},
"appointmentquickcreate": {
"title": "约会",
"caption": "约会",
......@@ -983,6 +999,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "ActivityPointerByParentKey",
"viewtag": "bae77557d2f7a7852b634dc5d5a93435"
},
"quoteinfo": {
"title": "报价单分页导航视图",
"caption": "报价单信息",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Sales",
"viewname": "QuoteInfo",
"viewtag": "bf670ca93d5a63c4feba5a3cc3de7a9c"
},
"leadinfo_detail": {
"title": "潜在顾客编辑视图",
"caption": "潜在顾客",
......
// 避免空文件,后台不让空文件过
.quote-detail-edit-view {
--quote-detail-edit-view: 0;
}
// 视图样式
// this is less
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import QuoteDetailEditViewBase from './quote-detail-edit-view-base.vue';
import view_form from '@widgets/quote-detail/main-form/main-form.vue';
@Component({
components: {
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
vm.$store.commit('addCurPageViewtag', { route: to, viewtag: vm.viewtag });
});
},
})
export default class QuoteDetailEditView extends QuoteDetailEditViewBase {
}
</script>
\ No newline at end of file
// 避免空文件,后台不让空文件过
.quote-detail-quo-detail-grid-view {
--quote-detail-quo-detail-grid-view: 0;
}
// 视图样式
// this is less
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import QuoteDetailQuoDetailGridViewBase from './quote-detail-quo-detail-grid-view-base.vue';
import view_grid from '@widgets/quote-detail/main-grid/main-grid.vue';
import view_searchform from '@widgets/quote-detail/default-searchform/default-searchform.vue';
@Component({
components: {
view_grid,
view_searchform,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
vm.$store.commit('addCurPageViewtag', { route: to, viewtag: vm.viewtag });
});
},
})
export default class QuoteDetailQuoDetailGridView extends QuoteDetailQuoDetailGridViewBase {
}
</script>
\ No newline at end of file
......@@ -599,7 +599,7 @@ export default class QuoteGridViewBase extends GridViewBase {
}
const parameters: any[] = [
{ pathName: 'quotes', parameterName: 'quote' },
{ pathName: 'editview', parameterName: 'editview' },
{ pathName: 'info', parameterName: 'info' },
];
const _this: any = this;
const openIndexViewTab = (data: any) => {
......
<template>
<studio-view-style2 viewName="quoteinfoabstract" viewTitle="报价单编辑视图" class='deeditview quote-info-abstract'>
<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>
</template>
<script lang='tsx'>
import { Component, Prop, Provide, Emit, Watch } from 'vue-property-decorator';
import { Subject } from 'rxjs';
import { UIActionTool, Util } from '@/utils';
import { VueLifeCycleProcessing, EditViewBase } from '@/studio-core';
import QuoteService from '@/service/quote/quote-service';
import EditViewEngine from '@engine/view/edit-view-engine';
/**
* 报价单编辑视图视图基类
*
* @export
* @class QuoteInfoAbstractBase
* @extends {EditViewBase}
*/
@Component({})
@VueLifeCycleProcessing()
export default class QuoteInfoAbstractBase extends EditViewBase {
/**
* 实体服务对象
*
* @type {QuoteService}
* @memberof QuoteInfoAbstractBase
*/
protected appEntityService: QuoteService = new QuoteService;
/**
* 计数器服务对象集合
*
* @protected
* @type {Array<*>}
* @memberof QuoteInfoAbstractBase
*/
protected counterServiceArray: Array<any> = [];
/**
* 自定义视图导航上下文集合
*
* @protected
* @type {*}
* @memberof QuoteInfoAbstractBase
*/
protected customViewNavContexts: any = {
};
/**
* 自定义视图导航参数集合
*
* @protected
* @type {*}
* @memberof QuoteInfoAbstractBase
*/
protected customViewParams: any = {
};
/**
* 视图模型数据
*
* @protected
* @type {*}
* @memberof QuoteInfoAbstractBase
*/
protected model: any = {
srfCaption: 'entities.quote.views.infoabstract.caption',
srfTitle: 'entities.quote.views.infoabstract.title',
srfSubTitle: 'entities.quote.views.infoabstract.subtitle',
dataInfo: ''
}
/**
* 容器模型
*
* @protected
* @type {*}
* @memberof QuoteInfoAbstractBase
*/
protected containerModel: any = {
view_form: { name: 'form', type: 'FORM' },
};
/**
* 视图引擎
*
* @public
* @type {Engine}
* @memberof QuoteInfoAbstractBase
*/
public engine: EditViewEngine = new EditViewEngine();
/**
* 引擎初始化
*
* @public
* @memberof QuoteInfoAbstractBase
*/
public engineInit(): void {
this.engine.init({
view: this,
form: this.$refs.form,
p2k: '0',
keyPSDEField: 'quote',
majorPSDEField: 'quotename',
isLoadDefault: true,
});
}
/**
* form 部件 save 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof QuoteInfoAbstractBase
*/
public form_save($event: any, $event2?: any): void {
this.engine.onCtrlEvent('form', 'save', $event);
}
/**
* form 部件 remove 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof QuoteInfoAbstractBase
*/
public form_remove($event: any, $event2?: any): void {
this.engine.onCtrlEvent('form', 'remove', $event);
}
/**
* form 部件 load 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof QuoteInfoAbstractBase
*/
public form_load($event: any, $event2?: any): void {
this.engine.onCtrlEvent('form', 'load', $event);
}
}
</script>
<style lang='less'>
@import './quote-info-abstract.less';
</style>
\ No newline at end of file
// 避免空文件,后台不让空文件过
.quote-info-abstract {
--quote-info-abstract: 0;
}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import QuoteInfoAbstractBase from './quote-info-abstract-base.vue';
import view_form from '@widgets/quote/abstract-info-form/abstract-info-form.vue';
@Component({
components: {
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
vm.$store.commit('addCurPageViewtag', { route: to, viewtag: vm.viewtag });
});
},
})
export default class QuoteInfoAbstract extends QuoteInfoAbstractBase {
}
</script>
\ No newline at end of file
<template>
<studio-view-style2 viewName="quoteinfo" viewTitle="报价单分页导航视图" class='detabexpview quote-info'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
<view_tabexppanel
:viewState="viewState"
:viewparams="viewparams"
:context="context"
name="tabexppanel"
ref='tabexppanel'
@closeview="closeView($event)">
</view_tabexppanel>
</studio-view-style2>
</template>
<script lang='tsx'>
import { Component, Prop, Provide, Emit, Watch } from 'vue-property-decorator';
import { Subject } from 'rxjs';
import { UIActionTool, Util } from '@/utils';
import { VueLifeCycleProcessing, TabExpViewBase } from '@/studio-core';
import QuoteService from '@/service/quote/quote-service';
import TabExpViewEngine from '@engine/view/tab-exp-view-engine';
/**
* 报价单分页导航视图视图基类
*
* @export
* @class QuoteInfoBase
* @extends {TabExpViewBase}
*/
@Component({})
@VueLifeCycleProcessing()
export default class QuoteInfoBase extends TabExpViewBase {
/**
* 实体服务对象
*
* @type {QuoteService}
* @memberof QuoteInfoBase
*/
protected appEntityService: QuoteService = new QuoteService;
/**
* 计数器服务对象集合
*
* @protected
* @type {Array<*>}
* @memberof QuoteInfoBase
*/
protected counterServiceArray: Array<any> = [];
/**
* 自定义视图导航上下文集合
*
* @protected
* @type {*}
* @memberof QuoteInfoBase
*/
protected customViewNavContexts: any = {
};
/**
* 自定义视图导航参数集合
*
* @protected
* @type {*}
* @memberof QuoteInfoBase
*/
protected customViewParams: any = {
};
/**
* 视图模型数据
*
* @protected
* @type {*}
* @memberof QuoteInfoBase
*/
protected model: any = {
srfCaption: 'entities.quote.views.info.caption',
srfTitle: 'entities.quote.views.info.title',
srfSubTitle: 'entities.quote.views.info.subtitle',
dataInfo: ''
}
/**
* 容器模型
*
* @protected
* @type {*}
* @memberof QuoteInfoBase
*/
protected containerModel: any = {
view_tabexppanel: { name: 'tabexppanel', type: 'TABEXPPANEL' },
};
/**
* 视图引擎
*
* @public
* @type {Engine}
* @memberof QuoteInfoBase
*/
public engine: TabExpViewEngine = new TabExpViewEngine();
/**
* 引擎初始化
*
* @public
* @memberof QuoteInfoBase
*/
public engineInit(): void {
this.engine.init({
view: this,
keyPSDEField: 'quote',
majorPSDEField: 'quotename',
isLoadDefault: true,
});
}
/**
* 加载模型
*
* @protected
* @memberof QuoteInfoBase
*/
protected async loadModel(): Promise<any> {
if(this.context.quote){
this.appEntityService.getDataInfo(JSON.parse(JSON.stringify(this.context)),{},false).then((response:any) =>{
if (!response || response.status !== 200) {
return;
}
const { data: _data } = response;
if (_data.quotename) {
Object.assign(this.model, { dataInfo: _data.quotename });
if (this.$tabPageExp) {
this.$tabPageExp.setCurPageCaption(this.model.srfTitle, this.model.srfTitle, this.model.dataInfo);
}
if(this.$route){
this.$route.meta.info = this.model.dataInfo;
}
Object.assign(this.model, { srfTitle: `${this.$t(this.model.srfTitle)} - ${this.model.dataInfo}` });
}
})
}
}
}
</script>
<style lang='less'>
@import './quote-info.less';
</style>
\ No newline at end of file
// 避免空文件,后台不让空文件过
.quote-info {
--quote-info: 0;
}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import QuoteInfoBase from './quote-info-base.vue';
import view_tabexppanel from '@widgets/quote/infotabexppanel-tabexppanel/infotabexppanel-tabexppanel.vue';
@Component({
components: {
view_tabexppanel,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
vm.$store.commit('addCurPageViewtag', { route: to, viewtag: vm.viewtag });
});
},
})
export default class QuoteInfo extends QuoteInfoBase {
}
</script>
\ No newline at end of file
<template>
<studio-view-style2 viewName="quotesummary" viewTitle="报价单数据看板视图" class='deportalview quote-summary'>
<view_dashboard
:viewState="viewState"
:viewparams="viewparams"
:context="JSON.parse(JSON.stringify(context))"
:isEnableCustomized = "false"
name="dashboard"
ref='dashboard'
@load="dashboard_load($event)"
@closeview="closeView($event)">
</view_dashboard>
</studio-view-style2>
</template>
<script lang='tsx'>
import { Component, Prop, Provide, Emit, Watch } from 'vue-property-decorator';
import { Subject } from 'rxjs';
import { UIActionTool, Util } from '@/utils';
import { VueLifeCycleProcessing, DashboardViewBase } from '@/studio-core';
import QuoteService from '@/service/quote/quote-service';
import PortalViewEngine from '@engine/view/portal-view-engine';
/**
* 报价单数据看板视图视图基类
*
* @export
* @class QuoteSummaryBase
* @extends {DashboardViewBase}
*/
@Component({})
@VueLifeCycleProcessing()
export default class QuoteSummaryBase extends DashboardViewBase {
/**
* 实体服务对象
*
* @type {QuoteService}
* @memberof QuoteSummaryBase
*/
protected appEntityService: QuoteService = new QuoteService;
/**
* 计数器服务对象集合
*
* @protected
* @type {Array<*>}
* @memberof QuoteSummaryBase
*/
protected counterServiceArray: Array<any> = [];
/**
* 自定义视图导航上下文集合
*
* @protected
* @type {*}
* @memberof QuoteSummaryBase
*/
protected customViewNavContexts: any = {
'REGARDINGOBJECTID': { isRawValue: false, value: 'quote' },
'REGARDINGOBJECTTYPECODE': { isRawValue: true, value: 'QUOTE' }
};
/**
* 自定义视图导航参数集合
*
* @protected
* @type {*}
* @memberof QuoteSummaryBase
*/
protected customViewParams: any = {
};
/**
* 视图模型数据
*
* @protected
* @type {*}
* @memberof QuoteSummaryBase
*/
protected model: any = {
srfCaption: 'entities.quote.views.summary.caption',
srfTitle: 'entities.quote.views.summary.title',
srfSubTitle: 'entities.quote.views.summary.subtitle',
dataInfo: ''
}
/**
* 容器模型
*
* @protected
* @type {*}
* @memberof QuoteSummaryBase
*/
protected containerModel: any = {
view_dashboard: { name: 'dashboard', type: 'DASHBOARD' },
};
/**
* 视图引擎
*
* @public
* @type {Engine}
* @memberof QuoteSummaryBase
*/
public engine: PortalViewEngine = new PortalViewEngine();
/**
* 引擎初始化
*
* @public
* @memberof QuoteSummaryBase
*/
public engineInit(): void {
this.engine.init({
view: this,
dashboard: this.$refs.dashboard,
keyPSDEField: 'quote',
majorPSDEField: 'quotename',
isLoadDefault: true,
});
}
/**
* dashboard 部件 load 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof QuoteSummaryBase
*/
public dashboard_load($event: any, $event2?: any): void {
this.engine.onCtrlEvent('dashboard', 'load', $event);
}
}
</script>
<style lang='less'>
@import './quote-summary.less';
</style>
\ No newline at end of file
// 避免空文件,后台不让空文件过
.quote-summary {
--quote-summary: 0;
}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import QuoteSummaryBase from './quote-summary-base.vue';
import view_dashboard from '@widgets/quote/abstract-info-dashboard/abstract-info-dashboard.vue';
@Component({
components: {
view_dashboard,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
vm.$store.commit('addCurPageViewtag', { route: to, viewtag: vm.viewtag });
});
},
})
export default class QuoteSummary extends QuoteSummaryBase {
}
</script>
\ No newline at end of file
......@@ -8,6 +8,7 @@ export const PageComponents = {
Vue.component('account-edit-view', () => import('@pages/base/account-edit-view/account-edit-view.vue'));
Vue.component('lead-pickup-view', () => import('@pages/sales/lead-pickup-view/lead-pickup-view.vue'));
Vue.component('incident-edit-view', () => import('@pages/service/incident-edit-view/incident-edit-view.vue'));
Vue.component('quote-info-abstract', () => import('@pages/sales/quote-info-abstract/quote-info-abstract.vue'));
Vue.component('contact-info-book', () => import('@pages/base/contact-info-book/contact-info-book.vue'));
Vue.component('centeral-portal', () => import('@pages/ungroup/centeral-portal/centeral-portal.vue'));
Vue.component('task-quick-create', () => import('@pages/base/task-quick-create/task-quick-create.vue'));
......@@ -25,6 +26,7 @@ export const PageComponents = {
Vue.component('goal-grid-view', () => import('@pages/sales/goal-grid-view/goal-grid-view.vue'));
Vue.component('account-grid-view', () => import('@pages/base/account-grid-view/account-grid-view.vue'));
Vue.component('invoice-grid-view', () => import('@pages/finance/invoice-grid-view/invoice-grid-view.vue'));
Vue.component('quote-info', () => import('@pages/sales/quote-info/quote-info.vue'));
Vue.component('competitor-summary', () => import('@pages/sales/competitor-summary/competitor-summary.vue'));
Vue.component('ibiz-list-grid-view', () => import('@pages/marketing/ibiz-list-grid-view/ibiz-list-grid-view.vue'));
Vue.component('product-grid-view', () => import('@pages/product/product-grid-view/product-grid-view.vue'));
......@@ -55,6 +57,7 @@ export const PageComponents = {
Vue.component('account-summary', () => import('@pages/base/account-summary/account-summary.vue'));
Vue.component('opportunity-product-opp-opp-pro-grid-view', () => import('@pages/sales/opportunity-product-opp-opp-pro-grid-view/opportunity-product-opp-opp-pro-grid-view.vue'));
Vue.component('ibiz-list-quick-create', () => import('@pages/marketing/ibiz-list-quick-create/ibiz-list-quick-create.vue'));
Vue.component('quote-detail-quo-detail-grid-view', () => import('@pages/sales/quote-detail-quo-detail-grid-view/quote-detail-quo-detail-grid-view.vue'));
Vue.component('appointment-quick-create', () => import('@pages/base/appointment-quick-create/appointment-quick-create.vue'));
Vue.component('sales-order-edit-view', () => import('@pages/sales/sales-order-edit-view/sales-order-edit-view.vue'));
Vue.component('campaign-response-edit-view', () => import('@pages/marketing/campaign-response-edit-view/campaign-response-edit-view.vue'));
......@@ -76,12 +79,13 @@ export const PageComponents = {
Vue.component('campaign-info-campagin', () => import('@pages/marketing/campaign-info-campagin/campaign-info-campagin.vue'));
Vue.component('appointment-edit-view', () => import('@pages/base/appointment-edit-view/appointment-edit-view.vue'));
Vue.component('contact-info', () => import('@pages/base/contact-info/contact-info.vue'));
Vue.component('quote-summary', () => import('@pages/sales/quote-summary/quote-summary.vue'));
Vue.component('contact-pickup-grid-view', () => import('@pages/base/contact-pickup-grid-view/contact-pickup-grid-view.vue'));
Vue.component('list-account-edit-view', () => import('@pages/marketing/list-account-edit-view/list-account-edit-view.vue'));
Vue.component('opportunity-info', () => import('@pages/sales/opportunity-info/opportunity-info.vue'));
Vue.component('transaction-currency-pickup-grid-view', () => import('@pages/base/transaction-currency-pickup-grid-view/transaction-currency-pickup-grid-view.vue'));
Vue.component('service-appointment-edit-view', () => import('@pages/service/service-appointment-edit-view/service-appointment-edit-view.vue'));
Vue.component('contact-grid-view', () => import('@pages/base/contact-grid-view/contact-grid-view.vue'));
Vue.component('transaction-currency-pickup-grid-view', () => import('@pages/base/transaction-currency-pickup-grid-view/transaction-currency-pickup-grid-view.vue'));
Vue.component('activity-pointer-grid-view', () => import('@pages/base/activity-pointer-grid-view/activity-pointer-grid-view.vue'));
Vue.component('campaign-activity-by-parent-key', () => import('@pages/marketing/campaign-activity-by-parent-key/campaign-activity-by-parent-key.vue'));
Vue.component('account-pickup-view', () => import('@pages/base/account-pickup-view/account-pickup-view.vue'));
......@@ -108,6 +112,7 @@ export const PageComponents = {
Vue.component('contact-summary', () => import('@pages/base/contact-summary/contact-summary.vue'));
Vue.component('task-edit-view', () => import('@pages/base/task-edit-view/task-edit-view.vue'));
Vue.component('contact-info-market', () => import('@pages/base/contact-info-market/contact-info-market.vue'));
Vue.component('quote-detail-edit-view', () => import('@pages/sales/quote-detail-edit-view/quote-detail-edit-view.vue'));
Vue.component('quote-edit-view', () => import('@pages/sales/quote-edit-view/quote-edit-view.vue'));
Vue.component('incident-grid-view', () => import('@pages/service/incident-grid-view/incident-grid-view.vue'));
Vue.component('account-inner-pickup-view', () => import('@pages/base/account-inner-pickup-view/account-inner-pickup-view.vue'));
......
......@@ -79,6 +79,8 @@ export default class QuoteDetailUIServiceBase extends UIService {
* @memberof QuoteDetailUIServiceBase
*/
public initViewMap(){
this.allViewMap.set('EDITVIEW:',{viewname:'editview',srfappde:'quotedetails'});
this.allViewMap.set(':',{viewname:'quodetailgridview',srfappde:'quotedetails'});
}
/**
......
......@@ -85,6 +85,7 @@ export default class QuoteUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'oppquagridview',srfappde:'quotes'});
this.allViewMap.set(':',{viewname:'optionview',srfappde:'quotes'});
this.allViewMap.set('EDITVIEW:',{viewname:'editview',srfappde:'quotes'});
this.allViewMap.set(':',{viewname:'info',srfappde:'quotes'});
}
/**
......
/**
* Default 部件模型
*
* @export
* @class DefaultModel
*/
export default class DefaultModel {
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof DefaultModel
*/
public getDataItems(): any[] {
return [
{
name: 'srfwfmemo',
prop: 'srfwfmemo',
dataType: 'TEXT',
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name: 'srffrontuf',
prop: 'srffrontuf',
dataType: 'TEXT',
},
]
}
}
\ No newline at end of file
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册