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

lab_gzf 发布系统代码

上级 4cfa302b
......@@ -140,7 +140,7 @@
"memo": "系统自动添加"
},
"contacttabexpview": {
"title": "联系人状态分页视图",
"title": "联系人",
"caption": "联系人",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Base",
......@@ -380,7 +380,7 @@
"memo": "系统自动添加"
},
"accountstatustabview": {
"title": "客户信息",
"title": "客户",
"caption": "客户",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Base",
......@@ -570,7 +570,7 @@
"memo": ""
},
"leadstatustabview": {
"title": "潜在顾客状态分页视图",
"title": "潜在顾客",
"caption": "潜在顾客",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Sales",
......
......@@ -180,7 +180,7 @@ export default {
},
statustabview: {
caption: "客户",
title: "客户信息",
title: "客户",
},
pickupview: {
caption: "客户",
......
......@@ -179,7 +179,7 @@ export default {
},
statustabview: {
caption: "客户",
title: "客户信息",
title: "客户",
},
pickupview: {
caption: "客户",
......
......@@ -219,7 +219,7 @@ export default {
},
tabexpview: {
caption: "联系人",
title: "联系人状态分页视图",
title: "联系人",
},
info_person: {
caption: "联系人",
......
......@@ -218,7 +218,7 @@ export default {
},
tabexpview: {
caption: "联系人",
title: "联系人状态分页视图",
title: "联系人",
},
info_person: {
caption: "联系人",
......
......@@ -172,7 +172,7 @@ export default {
},
statustabview: {
caption: "潜在顾客",
title: "潜在顾客状态分页视图",
title: "潜在顾客",
},
info: {
caption: "潜在顾客",
......
......@@ -171,7 +171,7 @@ export default {
},
statustabview: {
caption: "潜在顾客",
title: "潜在顾客状态分页视图",
title: "潜在顾客",
},
info: {
caption: "潜在顾客",
......
......@@ -120,7 +120,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "0dff48c04927315f77dd70a9a2767b59"
},
"contacttabexpview": {
"title": "联系人状态分页视图",
"title": "联系人",
"caption": "联系人",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Base",
......@@ -312,7 +312,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "24e222a530526aab94ed4ed22cfedf9a"
},
"accountstatustabview": {
"title": "客户信息",
"title": "客户",
"caption": "客户",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Base",
......@@ -464,7 +464,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "31f2ad06ced735d250dfa5f309b5aea4"
},
"leadstatustabview": {
"title": "潜在顾客状态分页视图",
"title": "潜在顾客",
"caption": "潜在顾客",
"viewtype": "DETABEXPVIEW",
"viewmodule": "Sales",
......
......@@ -4,7 +4,7 @@ import AccountService from '@/service/account/account-service';
import TabExpViewEngine from '@engine/view/tab-exp-view-engine';
/**
* 客户信息视图基类
* 客户视图基类
*
* @export
* @class AccountStatusTabViewBase
......
<studio-view-style2 viewName="accountstatustabview" viewTitle="客户信息" class='detabexpview account-status-tab-view'>
<studio-view-style2 viewName="accountstatustabview" viewTitle="客户" class='detabexpview account-status-tab-view'>
<view_tabexppanel
:viewState="viewState"
:viewparams="viewparams"
......
......@@ -6,7 +6,7 @@ import { AccountStatusTabViewBase } from './account-status-tab-view-base';
import view_tabexppanel from '@widgets/account/status-tab-viewtabexppanel-tabexppanel/status-tab-viewtabexppanel-tabexppanel.vue';
/**
* 客户信息视图
* 客户视图
*
* @export
* @class AccountStatusTabView
......
......@@ -4,7 +4,7 @@ import ContactService from '@/service/contact/contact-service';
import TabExpViewEngine from '@engine/view/tab-exp-view-engine';
/**
* 联系人状态分页视图视图基类
* 联系人视图基类
*
* @export
* @class ContactTabExpViewBase
......
<studio-view-style2 viewName="contacttabexpview" viewTitle="联系人状态分页视图" class='detabexpview contact-tab-exp-view'>
<studio-view-style2 viewName="contacttabexpview" viewTitle="联系人" class='detabexpview contact-tab-exp-view'>
<view_tabexppanel
:viewState="viewState"
:viewparams="viewparams"
......
......@@ -6,7 +6,7 @@ import { ContactTabExpViewBase } from './contact-tab-exp-view-base';
import view_tabexppanel from '@widgets/contact/tab-exp-viewtabexppanel-tabexppanel/tab-exp-viewtabexppanel-tabexppanel.vue';
/**
* 联系人状态分页视图视图
* 联系人视图
*
* @export
* @class ContactTabExpView
......
......@@ -4,7 +4,7 @@ import LeadService from '@/service/lead/lead-service';
import TabExpViewEngine from '@engine/view/tab-exp-view-engine';
/**
* 潜在顾客状态分页视图视图基类
* 潜在顾客视图基类
*
* @export
* @class LeadStatusTabViewBase
......
<studio-view-style2 viewName="leadstatustabview" viewTitle="潜在顾客状态分页视图" class='detabexpview lead-status-tab-view'>
<studio-view-style2 viewName="leadstatustabview" viewTitle="潜在顾客" class='detabexpview lead-status-tab-view'>
<view_tabexppanel
:viewState="viewState"
:viewparams="viewparams"
......
......@@ -6,7 +6,7 @@ import { LeadStatusTabViewBase } from './lead-status-tab-view-base';
import view_tabexppanel from '@widgets/lead/status-tab-viewtabexppanel-tabexppanel/status-tab-viewtabexppanel-tabexppanel.vue';
/**
* 潜在顾客状态分页视图视图
* 潜在顾客视图
*
* @export
* @class LeadStatusTabView
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册