查询
@@ -188,21 +195,12 @@ export default {
current: 1,
size: 10,
params: {
- affiliatedOrgName: '',
- affiliatedOrgSid: '',
- agencyName: '',
- agencySid: '',
- companyName: '',
- customerClass: '',
- customerClassKey: '',
- customerType: '',
customerTypeKey: '',
- level: '',
levelKey: '',
mobile: '',
name: '',
- source: '',
- sourceKey: '',
+ remindStartDay: '',
+ remindEndtDay: '',
staffSid: window.sessionStorage.getItem('staffSid')
},
total: 1
@@ -231,8 +229,6 @@ export default {
init() {
this.getList()
this.getShuJUZiDian()
- this.getGuaKao()
- this.getZhongJie()
},
// 序号
indexMethod(index) {
@@ -270,21 +266,12 @@ export default {
current: 1,
size: 20,
params: {
- affiliatedOrgName: '',
- affiliatedOrgSid: '',
- agencyName: '',
- agencySid: '',
- companyName: '',
- customerClass: '',
- customerClassKey: '',
- customerType: '',
customerTypeKey: '',
- level: '',
levelKey: '',
mobile: '',
name: '',
- source: '',
- sourceKey: '',
+ remindStartDay: '',
+ remindEndtDay: '',
staffSid: window.sessionStorage.getItem('staffSid')
}
}
@@ -510,24 +497,6 @@ export default {
}
})
},
- // 客户类型
- getKeHu(value) {
- let bb = null
- this.merType.forEach((e) => {
- if (e.dictKey === value) {
- bb = {
- type: 'customerType',
- name: e.dictValue,
- vaule: e.dictKey,
- sid: e.sid
- }
- }
- })
- this.listQuery.params.customerType = bb.name
- this.listQuery.params.customerTypeKey = bb.vaule
- this.kehusid = bb.sid
- this.getKeHufenlei(this.kehusid)
- },
// 联络方式
getVisitWay(value) {
let bb = null
@@ -544,85 +513,6 @@ export default {
this.customerTypeList.visitWay = bb.name
this.customerTypeList.visitWayKey = bb.vaule
},
- // 客户分类
- getKeHufenlei(kehusid) {
- typeValues({
- psid: kehusid, type: 'customerClass'
- }).then((res) => {
- if (res.code === '200') {
- this.merClass = res.data
- }
- })
- },
- // 挂靠单位
- getGuaKao() {
- namesDown({
- name: this.listQuery.params.affiliatedOrgSid
- }).then((response) => {
- if (response.code === '200') {
- this.edOrgSid = response.data
- }
- })
- },
- // 中介单位
- getZhongJie() {
- getPcDistributorList({
- current: this.listQuery.current,
- size: this.listQuery.size,
- params: {
- distributorName: this.agencySid
- }
- }).then((response) => {
- if (response.code === '200') {
- this.ncySid = response.data
- }
- })
- },
- // 客户分类
- getFenLei(value) {
- let bb = null
- this.merClass.forEach((e) => {
- if (e.dictKey === value) {
- bb = {
- type: 'customerClass',
- name: e.dictValue,
- vaule: e.dictKey
- }
- }
- })
- this.listQuery.params.customerClass = bb.name
- this.listQuery.params.customerClassKey = bb.vaule
- },
- // 客户来源
- getKeHuLaiYUan(value) {
- let bb = null
- this.sourceLisst.forEach((e) => {
- if (e.dictKey === value) {
- bb = {
- type: 'customerSource',
- name: e.dictValue,
- vaule: e.dictKey
- }
- }
- })
- this.listQuery.params.source = bb.name
- this.listQuery.params.sourceKey = bb.vaule
- },
- // 客户级别
- getJiBie(value) {
- let bb = null
- this.induslevel.forEach((e) => {
- if (e.dictKey === value) {
- bb = {
- type: 'customerLevel',
- name: e.dictValue,
- vaule: e.dictKey
- }
- }
- })
- this.listQuery.params.level = bb.name
- this.listQuery.params.levelKey = bb.vaule
- }
}
}
@@ -669,4 +559,8 @@ export default {
.el-button-sure {
margin-right: 10%;
}
+.line {
+ display: inline-block;
+ margin: 0px 15px;
+}
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue
index 7180f47189..1d5a2a80da 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue
@@ -105,12 +105,12 @@
-
+
是否开启提醒
-
+
是
否
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganinfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganinfo.vue
index 741abc108e..6cb55b0bda 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganinfo.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganinfo.vue
@@ -103,7 +103,7 @@
-
+
提醒日期
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiliAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiliAdd.vue
index bf802b7beb..40092ef536 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiliAdd.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiliAdd.vue
@@ -108,7 +108,7 @@
-
+
@@ -183,11 +183,6 @@ export default {
}
],
rules: {
- remind_day: [{
- required: true,
- message: '请填写',
- trigger: 'blur'
- }],
follow_form: [{
required: true,
message: '请填写',
@@ -387,6 +382,7 @@ export default {
type: 'success',
duration: 2000
})
+ this.handleReturn()
this.$emit('updated')
} else {
this.$notify({
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue
index 471c61e19c..d8c9cdeeca 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue
@@ -74,7 +74,7 @@
- {{ scope.row.isOnRemind == 0 ? '是' : '否' }}
+ {{ scope.row.isOnRemind }}
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengce.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengce.vue
index a7123d7b44..380bceba87 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengce.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengce.vue
@@ -6,6 +6,7 @@
新增
删除
+ 提交
关闭
@@ -15,54 +16,28 @@