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

xignzi006 发布系统代码

上级 d511223f
......@@ -740,8 +740,8 @@
"memo": ""
},
"listaccountquickcreatebylist": {
"title": "快速新建",
"caption": "快速新建",
"title": "查找客户",
"caption": "查找客户",
"viewtype": "DEOPTVIEW",
"viewmodule": "Marketing",
"viewname": "ListAccountQuickCreateByList",
......
......@@ -87,7 +87,7 @@ export interface ListAccount {
entityname?: any;
/**
* 客户
* 选择客户:
*
* @returns {*}
* @memberof ListAccount
......
......@@ -11,7 +11,7 @@ export default {
entityid: '列表',
entity2id: '客户',
entityname: '营销列表',
entity2name: '客户',
entity2name: '选择客户:',
telephone1: '主要电话',
primarycontactname: '主要联系人',
primarycontactid: '主要联系人',
......@@ -23,8 +23,8 @@ export default {
title: '营销列表-账户表格视图',
},
quickcreatebylist: {
caption: "快速新建",
title: '快速新建',
caption: "查找客户",
title: '查找客户',
},
},
quickcreatebylist_form: {
......@@ -39,7 +39,7 @@ export default {
srfuf: "",
srfdeid: "",
srfsourcekey: "",
entity2name: "客户",
entity2name: "选择客户:",
entity2id: "客户",
relationshipsid: "关系标识",
},
......@@ -48,7 +48,7 @@ export default {
},
main_grid: {
columns: {
entity2name: "客户",
entity2name: "选择客户:",
telephone1: "主要电话",
primarycontactname: "主要联系人",
statecode: "状态",
......
......@@ -10,7 +10,7 @@ export default {
entityid: '列表',
entity2id: '客户',
entityname: '营销列表',
entity2name: '客户',
entity2name: '选择客户:',
telephone1: '主要电话',
primarycontactname: '主要联系人',
primarycontactid: '主要联系人',
......@@ -22,8 +22,8 @@ export default {
title: '营销列表-账户表格视图',
},
quickcreatebylist: {
caption: '快速新建',
title: '快速新建',
caption: '查找客户',
title: '查找客户',
},
},
quickcreatebylist_form: {
......@@ -38,7 +38,7 @@ export default {
srfuf: '',
srfdeid: '',
srfsourcekey: '',
entity2name: '客户',
entity2name: '选择客户:',
entity2id: '客户',
relationshipsid: '关系标识',
},
......@@ -47,7 +47,7 @@ export default {
},
main_grid: {
columns: {
entity2name: '客户',
entity2name: '选择客户:',
telephone1: '主要电话',
primarycontactname: '主要联系人',
statecode: '状态',
......
......@@ -600,8 +600,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "a0baf844a4d48914ee2623448b1a73fb"
},
"listaccountquickcreatebylist": {
"title": "快速新建",
"caption": "快速新建",
"title": "查找客户",
"caption": "查找客户",
"viewtype": "DEOPTVIEW",
"viewmodule": "Marketing",
"viewname": "ListAccountQuickCreateByList",
......
<template>
<studio-view viewName="listaccountquickcreatebylist" viewTitle="快速新建" class='deoptview list-account-quick-create-by-list'>
<studio-view viewName="listaccountquickcreatebylist" viewTitle="查找客户" class='deoptview list-account-quick-create-by-list'>
<template slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</template>
......
......@@ -552,7 +552,7 @@ export default class MainBase extends Vue implements ControlInterface {
public allColumns: any[] = [
{
name: 'entity2name',
label: '客户',
label: '选择客户:',
langtag: 'entities.listaccount.main_grid.columns.entity2name',
show: true,
util: 'PX'
......
......@@ -436,10 +436,10 @@ export default class QuickCreateByListBase extends Vue implements ControlInterfa
{ required: false, type: 'string', message: ' 值不能为空', trigger: 'blur' },
],
entity2name: [
{ type: 'string', message: '客户 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '客户 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '客户 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '客户 值不能为空', trigger: 'blur' },
{ type: 'string', message: '选择客户: 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '选择客户: 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '选择客户: 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '选择客户: 值不能为空', trigger: 'blur' },
],
entity2id: [
{ type: 'string', message: '客户 值必须为字符串类型', trigger: 'change' },
......@@ -482,7 +482,7 @@ export default class QuickCreateByListBase extends Vue implements ControlInterfa
,
srfsourcekey: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfsourcekey', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 })
,
entity2name: new FormItemModel({ caption: '客户', detailType: 'FORMITEM', name: 'entity2name', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 })
entity2name: new FormItemModel({ caption: '选择客户:', detailType: 'FORMITEM', name: 'entity2name', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 })
,
entity2id: new FormItemModel({ caption: '客户', detailType: 'FORMITEM', name: 'entity2id', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 })
,
......
......@@ -118,7 +118,7 @@ public class ListAccount extends EntityMP implements Serializable {
@JsonProperty("entityname")
private String entityname;
/**
* 客户
* 选择客户:
*/
@TableField(value = "entity2name")
@JSONField(name = "entity2name")
......@@ -212,7 +212,7 @@ public class ListAccount extends EntityMP implements Serializable {
}
/**
* 设置 [客户]
* 设置 [选择客户:]
*/
public void setEntity2name(String entity2name){
this.entity2name = entity2name ;
......
......@@ -97,28 +97,28 @@ public class ListAccountSearchContext extends QueryWrapperContext<ListAccount> {
this.getSearchCond().like("entityname", n_listname_like);
}
}
private String n_accountname_eq;//[客户]
private String n_accountname_eq;//[选择客户:]
public void setN_accountname_eq(String n_accountname_eq) {
this.n_accountname_eq = n_accountname_eq;
if(!ObjectUtils.isEmpty(this.n_accountname_eq)){
this.getSearchCond().eq("entity2name", n_accountname_eq);
}
}
private String n_accountname_like;//[客户]
private String n_accountname_like;//[选择客户:]
public void setN_accountname_like(String n_accountname_like) {
this.n_accountname_like = n_accountname_like;
if(!ObjectUtils.isEmpty(this.n_accountname_like)){
this.getSearchCond().like("entity2name", n_accountname_like);
}
}
private String n_entity2name_eq;//[客户]
private String n_entity2name_eq;//[选择客户:]
public void setN_entity2name_eq(String n_entity2name_eq) {
this.n_entity2name_eq = n_entity2name_eq;
if(!ObjectUtils.isEmpty(this.n_entity2name_eq)){
this.getSearchCond().eq("entity2name", n_entity2name_eq);
}
}
private String n_entity2name_like;//[客户]
private String n_entity2name_like;//[选择客户:]
public void setN_entity2name_like(String n_entity2name_like) {
this.n_entity2name_like = n_entity2name_like;
if(!ObjectUtils.isEmpty(this.n_entity2name_like)){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册