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

xignzi006 发布系统代码

上级 c66859a9
......@@ -49,6 +49,16 @@
"viewtag": "06c6da1c8093784a9e76e1ccc52231b7",
"memo": "系统自动添加"
},
"ibizlistoptionview": {
"title": "市场营销列表选项操作视图",
"caption": "市场营销列表",
"viewtype": "DEOPTVIEW",
"viewmodule": "Marketing",
"viewname": "IBizListOptionView",
"viewfilename": "ibiz-list-option-view",
"viewtag": "0707e5c30c6ebfff55c733f4185d212e",
"memo": ""
},
"campaigninfo_head": {
"title": "头信息",
"caption": "头信息",
......
......@@ -39,6 +39,10 @@ export default {
transactioncurrencyname: '货币',
},
views: {
optionview: {
caption: "市场营销列表",
title: '市场营销列表选项操作视图',
},
gridview: {
caption: "市场营销列表",
title: 'list表格视图',
......@@ -64,6 +68,32 @@ export default {
title: '市场营销列表',
},
},
abstractedit_form: {
details: {
group1: "市场营销列表基本信息",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "列表",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
listname: "名称",
type: "类型",
purpose: "用途",
membertype: "目标对象",
source: "来源",
transactioncurrencyname: "货币",
cost: "成本",
owneridyominame: "负责人",
description: "说明",
listid: "列表",
},
uiactions: {
},
},
quickcreate_form: {
details: {
group1: "list基本信息",
......
......@@ -38,6 +38,10 @@ export default {
transactioncurrencyname: '货币',
},
views: {
optionview: {
caption: '市场营销列表',
title: '市场营销列表选项操作视图',
},
gridview: {
caption: '市场营销列表',
title: 'list表格视图',
......@@ -63,6 +67,32 @@ export default {
title: '市场营销列表',
},
},
abstractedit_form: {
details: {
group1: '市场营销列表基本信息',
formpage1: '基本信息',
srfupdatedate: '更新时间',
srforikey: '',
srfkey: '列表',
srfmajortext: '名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
listname: '名称',
type: '类型',
purpose: '用途',
membertype: '目标对象',
source: '来源',
transactioncurrencyname: '货币',
cost: '成本',
owneridyominame: '负责人',
description: '说明',
listid: '列表',
},
uiactions: {
},
},
quickcreate_form: {
details: {
group1: 'list基本信息',
......
......@@ -204,7 +204,7 @@ mock.onGet('v7/centralappmenu').reply((config: any) => {
hidden: false,
hidesidebar: false,
opendefault: false,
iconcls: 'fa fa-file-o',
iconcls: 'fa fa-paper-plane',
icon: '',
textcls: '',
appfunctag: 'Auto9',
......@@ -482,7 +482,7 @@ mock.onGet('v7/centralappmenu').reply((config: any) => {
hidden: false,
hidesidebar: false,
opendefault: false,
iconcls: 'fa fa-list',
iconcls: 'fa fa-lastfm',
icon: '',
textcls: '',
appfunctag: '_2',
......
......@@ -47,6 +47,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IncidentEditView",
"viewtag": "06c6da1c8093784a9e76e1ccc52231b7"
},
"ibizlistoptionview": {
"title": "市场营销列表选项操作视图",
"caption": "市场营销列表",
"viewtype": "DEOPTVIEW",
"viewmodule": "Marketing",
"viewname": "IBizListOptionView",
"viewtag": "0707e5c30c6ebfff55c733f4185d212e"
},
"campaigninfo_head": {
"title": "头信息",
"caption": "头信息",
......
......@@ -79,6 +79,7 @@ export default class IBizListUIServiceBase extends UIService {
* @memberof IBizListUIServiceBase
*/
public initViewMap(){
this.allViewMap.set(':',{viewname:'optionview',srfappde:'ibizlists'});
this.allViewMap.set('MDATAVIEW:',{viewname:'gridview',srfappde:'ibizlists'});
this.allViewMap.set(':',{viewname:'info_abstract',srfappde:'ibizlists'});
this.allViewMap.set(':',{viewname:'quickcreate',srfappde:'ibizlists'});
......
......@@ -115,7 +115,6 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
name="dashboard_sysportlet8"
ref='dashboard_sysportlet8'
@closeview="closeView($event)">
......
<template>
<div class='portlet list-by-parent-key ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : (height > 0 ? height+'px' :'300px'),}">
<div class='portlet list-by-parent-key ' :style="{'height': 'auto',}">
<p class='portlet-title'>
<span>
......
......@@ -218,7 +218,7 @@ export default class CentralModel {
hidden: false,
hidesidebar: false,
opendefault: false,
iconcls: 'fa fa-file-o',
iconcls: 'fa fa-paper-plane',
icon: '',
textcls: '',
appfunctag: 'Auto9',
......@@ -533,7 +533,7 @@ export default class CentralModel {
hidden: false,
hidesidebar: false,
opendefault: false,
iconcls: 'fa fa-list',
iconcls: 'fa fa-lastfm',
icon: '',
textcls: '',
appfunctag: '_2',
......
......@@ -83,7 +83,6 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
name="dashboard_sysportlet4"
ref='dashboard_sysportlet4'
@closeview="closeView($event)">
......
......@@ -41,35 +41,6 @@
</card>
</div>
</i-col>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<div class="portlet-without-title">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<div class='portlet-container dashboard-viewdashboard-container2 ' :style="{}">
<row>
<i-col :md="{ span: 24, offset: 0 }">
<div class="portlet-without-title">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<view_dashboard_sysportlet6
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
name="dashboard_sysportlet6"
ref='dashboard_sysportlet6'
@closeview="closeView($event)">
</view_dashboard_sysportlet6>
</span>
</card>
</div>
</i-col>
</row>
</div>
</span>
</card>
</div>
</i-col>
<i-col :md="{ span: 24, offset: 0 }">
<div class="portlet-without-title">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
......@@ -110,7 +81,6 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
name="dashboard_sysportlet5"
ref='dashboard_sysportlet5'
@closeview="closeView($event)">
......@@ -124,6 +94,32 @@
</span>
</card>
</i-col>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<div class='portlet-container dashboard-viewdashboard-container2 ' :style="{}">
<row>
<i-col :md="{ span: 24, offset: 0 }">
<div class="portlet-without-title">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<view_dashboard_sysportlet6
:viewState="viewState"
:viewparams="viewparams"
:context="context"
name="dashboard_sysportlet6"
ref='dashboard_sysportlet6'
@closeview="closeView($event)">
</view_dashboard_sysportlet6>
</span>
</card>
</div>
</i-col>
</row>
</div>
</span>
</card>
</i-col>
</row>
<row v-if="isHasCustomized" style="width: 100%;min-height: calc(100% - 40px);">
<div class="portlet-container" style="position: relative;width:100%;">
......
<template>
<div class='portlet view-con-book ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : (height > 0 ? height+'px' :'300px'),}">
<div class='portlet view-con-book ' :style="{'height': 'auto',}">
<p class='portlet-title'>
<span>
......
......@@ -33,6 +33,12 @@
<tab-pane :index="1" name='tabviewpanel2' tab='infotabexppanel' class=''
:label="(h) =>{
return h('div', [
h('i',{
class:'fa fa-users',
style:{
'margin-right' : '2px'
}
}),
h('span', '客户'),
h('Badge', {
props: {
......@@ -56,6 +62,12 @@
<tab-pane :index="2" name='tabviewpanel3' tab='infotabexppanel' class=''
:label="(h) =>{
return h('div', [
h('i',{
class:'fa fa-user',
style:{
'margin-right' : '2px'
}
}),
h('span', '联系人'),
h('Badge', {
props: {
......@@ -79,6 +91,12 @@
<tab-pane :index="3" name='tabviewpanel4' tab='infotabexppanel' class=''
:label="(h) =>{
return h('div', [
h('i',{
class:'fa fa-phone',
style:{
'margin-right' : '2px'
}
}),
h('span', '潜在客户'),
h('Badge', {
props: {
......@@ -102,6 +120,12 @@
<tab-pane :index="4" name='tabviewpanel5' tab='infotabexppanel' class=''
:label="(h) =>{
return h('div', [
h('i',{
class:'fa fa-lastfm',
style:{
'margin-right' : '2px'
}
}),
h('span', '市场活动'),
h('Badge', {
props: {
......
......@@ -44,7 +44,6 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
name="dashboard_sysportlet2"
ref='dashboard_sysportlet2'
@closeview="closeView($event)">
......
......@@ -9039,7 +9039,7 @@
<!--输出实体[ACTIVITYPOINTER]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-activitypointer-57-99">
<changeSet author="a_LAB01_e85d8801c" id="tab-activitypointer-58-99">
<createTable tableName="ACTIVITYPOINTER">
<column name="SERIESID" remarks="" type="VARCHAR(60)">
</column>
......@@ -9836,7 +9836,7 @@
<!--输出实体[LIST]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-list-41-110">
<changeSet author="a_LAB01_e85d8801c" id="tab-list-49-110">
<createTable tableName="LIST">
<column name="OWNERIDTYPE" remarks="" type="VARCHAR(100)">
</column>
......@@ -11485,13 +11485,13 @@
<addForeignKeyConstraint baseColumnNames="TRANSACTIONCURRENCYID" baseTableName="PRODUCTSUBSTITUTE" constraintName="DER1N_PRODUCTSUBSTITUTE__TRANS" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="TRANSACTIONCURRENCYID" referencedTableName="TRANSACTIONCURRENCY" validate="true"/>
</changeSet>
<!--输出实体[ACTIVITYPOINTER]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-57-369">
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-58-369">
<addForeignKeyConstraint baseColumnNames="SERVICEID" baseTableName="ACTIVITYPOINTER" constraintName="DER1N_ACTIVITYPOINTER__SERVICE" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="SERVICEID" referencedTableName="SERVICE" validate="true"/>
</changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-57-370">
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-58-370">
<addForeignKeyConstraint baseColumnNames="SLAID" baseTableName="ACTIVITYPOINTER" constraintName="DER1N_ACTIVITYPOINTER__SLA__SL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="SLAID" referencedTableName="SLA" validate="true"/>
</changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-57-371">
<changeSet author="a_LAB01_e85d8801c" id="fk-activitypointer-58-371">
<addForeignKeyConstraint baseColumnNames="TRANSACTIONCURRENCYID" baseTableName="ACTIVITYPOINTER" constraintName="DER1N_ACTIVITYPOINTER__TRANSAC" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="TRANSACTIONCURRENCYID" referencedTableName="TRANSACTIONCURRENCY" validate="true"/>
</changeSet>
<!--输出实体[BULKDELETEFAILURE]外键关系 -->
......@@ -11565,7 +11565,7 @@
<!--输出实体[POST]外键关系 -->
<!--输出实体[CONTRACTTEMPLATE]外键关系 -->
<!--输出实体[LIST]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-list-41-393">
<changeSet author="a_LAB01_e85d8801c" id="fk-list-49-393">
<addForeignKeyConstraint baseColumnNames="TRANSACTIONCURRENCYID" baseTableName="LIST" constraintName="DER1N_LIST__TRANSACTIONCURRENC" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="TRANSACTIONCURRENCYID" referencedTableName="TRANSACTIONCURRENCY" validate="true"/>
</changeSet>
<!--输出实体[KNOWLEDGEBASERECORD]外键关系 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册