-
-
{{ form.content.length }}/500
+
+
{{ form.content.length }}/1000
其它类型
@@ -187,9 +187,9 @@ export default {
}
},
confirm() {
- if(!this.areaIdList.length) {
- return this.$u.toast('请选择用户')
- }
+ // if(!this.areaIdList.length) {
+ // return this.$u.toast('请选择用户')
+ // }
if(this.form.sendType == 1 && !this.form.sendTime) {
return this.$u.toast('请选择群发时间')
}
@@ -249,8 +249,8 @@ export default {
margin-bottom: 32px;
}
.header{
- background-color: #fff;
- padding: 32px;
+ // background-color: #fff;
+ padding: 32px 32px 20px 32px;
box-sizing: border-box;
margin-bottom: 16px;
p{
@@ -258,6 +258,7 @@ export default {
margin-bottom: 8px;
word-break: break-all;
font-size: 28px;
+ color: #666;
}
}
.select-user{
diff --git a/src/project/police/AppPeopleList/Add.vue b/src/project/police/AppPeopleList/Add.vue
new file mode 100644
index 00000000..6fe65da3
--- /dev/null
+++ b/src/project/police/AppPeopleList/Add.vue
@@ -0,0 +1,405 @@
+
+
+
+
*
+
+
居民类型
+
+ 请选择
+ {{$dict.getLabel('residentType', form.residentType)}}
+
+
+
+
+
+
*
+
+
是否户主
+
+ 请选择
+ {{$dict.getLabel('yesOrNo', form.householdName)}}
+
+
+
+
+
+
+
*
+
+
与户主关系
+
+ 请选择
+ {{$dict.getLabel('householdRelation', form.householdRelation)}}
+
+
+
+
+
+
+
+
*
+
+
性别
+
+ 请选择
+ {{$dict.getLabel('sex', form.sex)}}
+
+
+
+
+
+
*
+
+
出生日期
+
+ {{form.birthDate || '请选择'}}
+
+
+
+
+
+
+
*
+
+
现住址
+
+
+
+
{{ form.currentAreaName }}
+
请选择
+

+
+
+
+
+
+
+
+
+
+
+
+
户籍地址
+
+
+
+
{{ form.householdAreaName }}
+
请选择
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/AppPeopleList.vue b/src/project/police/AppPeopleList/AppPeopleList.vue
new file mode 100644
index 00000000..c9dfa5c8
--- /dev/null
+++ b/src/project/police/AppPeopleList/AppPeopleList.vue
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+

+
+
+
+
+
{{ item.name }}
+
+
+
+
+
+
+ {{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+ {{ item.phone }}
+
+
+
+
+
+

+
暂无居民信息
点击新增按钮新增居民信息,也可在管理系统批量导入
+
+
+
+
新增居民
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/Content.vue b/src/project/police/AppPeopleList/Content.vue
new file mode 100644
index 00000000..c7ab8256
--- /dev/null
+++ b/src/project/police/AppPeopleList/Content.vue
@@ -0,0 +1,99 @@
+
+
+
+
*不通过理由
+
+
{{opinion.length}}/200
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/DetailCard.vue b/src/project/police/AppPeopleList/DetailCard.vue
new file mode 100644
index 00000000..8ba8735a
--- /dev/null
+++ b/src/project/police/AppPeopleList/DetailCard.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
家庭地址
+
+
+
+ {{resident.currentAreaName}}{{resident.currentAddress || ''}}
+
+
+
+
+
家庭成员 {{ data.family && data.family.length }}人
+
+
+
+
+
![]()
+

+
+
+
+
+
+ {{ item.name }}
+ 已注销
+ 户主
+
+ {{ $dict.getLabel('householdRelation', item.householdRelation) }}
+
+
+
+
+
+
+
+
+
+ 身份证号:
+ {{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/DetailPeople.vue b/src/project/police/AppPeopleList/DetailPeople.vue
new file mode 100644
index 00000000..50cb2582
--- /dev/null
+++ b/src/project/police/AppPeopleList/DetailPeople.vue
@@ -0,0 +1,404 @@
+
+
+
+
+
+
![]()
+

+
+
+
+
+ {{ data.resident && data.resident.name }} 已注销
+ 户主
+
+ {{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }}
+
+
+
+
{{ data.resident.phone }}
+
+
+
+
+
+
+
+
+
![]()
+
![]()
+
+
+

+

+
+
+
{{item.name}}
+
{{item.applicationName}}
+
+
+
+
+
+
个人基本信息
+
+
+
+ 籍贯
+ {{ data.resident && data.resident.birthplaceAreaName }}
+
+
+
+ 身份证号
+ {{ data.resident && data.resident.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+
+
+ 民族
+ {{ $dict.getLabel('nation', data.resident.nation) }}
+
+
+
+ 文化程度
+ {{ $dict.getLabel('education', data.resident.education) }}
+
+
+
+ 婚姻状况
+ {{ $dict.getLabel('maritalStatus', data.resident.maritalStatus) }}
+
+
+
+ 政治面貌
+ {{ $dict.getLabel('politicsStatus', data.resident.politicsStatus) }}
+
+
+
+ 兵役状况
+ {{ $dict.getLabel('militaryStatus', data.resident.militaryStatus) }}
+
+
+
+ 宗教信仰
+ {{ $dict.getLabel('faithType', data.resident.faithType) }}
+
+
+
+ 职业
+ {{ $dict.getLabel('job', data.resident.job) }}
+
+
+
+
+
+
+
+
联络信息
+
+
+
+ 联系方式
+ {{ data.resident.phone }}
+
+
+
+ 现住址
+ {{ data.resident.currentAreaName }}
+
+
+
+ 现住详细地址
+ {{ data.resident.currentAddress }}
+
+
+
+ 户籍地址
+ {{ data.resident.householdAreaName }}
+
+
+
+ 户籍详细地址
+ {{ data.resident.householdAddress }}
+
+
+
+ 处理结果
+ {{ data.resident.auditStatus == 1 ? '通过' : '不通过' }}
+
+
+
+ 原因
+
+
{{data.resident.auditOpinion || ''}}
+
+
+
+
+
+
+
+
+
{{ t.fieldName }}
+
{{ t.fieldValue }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/ExamineList.vue b/src/project/police/AppPeopleList/ExamineList.vue
new file mode 100644
index 00000000..1266b12c
--- /dev/null
+++ b/src/project/police/AppPeopleList/ExamineList.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+ {{ areaName }}
+ 请选择
+
+
+
+
+
+
+
+
+
+
![]()
+

+
+
+
+
+ {{ item.name }}
+ {{ $dict.getLabel('fileStatus', item.fileStatus) }}
+ 户主
+ 非户主
+ {{ $dict.getLabel('auditStatus', item.auditStatus) }}
+
+
+
+
+
+
+
+
+ 身份证号:
+ {{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/PeopleList.vue b/src/project/police/AppPeopleList/PeopleList.vue
new file mode 100644
index 00000000..147bcfb8
--- /dev/null
+++ b/src/project/police/AppPeopleList/PeopleList.vue
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+

+
+
+
+
+
{{ item.name }}
+
+
+
+
+
+
+ {{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+ {{ item.phone }}
+
+
+
+
+
+

+
暂无居民信息
点击新增按钮新增居民信息,也可在管理系统批量导入
+
+
+
+
新增居民
+
+
+
+
+
+
diff --git a/src/project/police/AppPeopleList/components/img/4.png b/src/project/police/AppPeopleList/components/img/4.png
new file mode 100644
index 00000000..d7cee623
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/4.png differ
diff --git a/src/project/police/AppPeopleList/components/img/44.png b/src/project/police/AppPeopleList/components/img/44.png
new file mode 100644
index 00000000..ae49d85f
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/44.png differ
diff --git a/src/project/police/AppPeopleList/components/img/blue-bg.png b/src/project/police/AppPeopleList/components/img/blue-bg.png
new file mode 100644
index 00000000..ca1d392b
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/blue-bg.png differ
diff --git a/src/project/police/AppPeopleList/components/img/del-icon.png b/src/project/police/AppPeopleList/components/img/del-icon.png
new file mode 100644
index 00000000..b3424dac
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/del-icon.png differ
diff --git a/src/project/police/AppPeopleList/components/img/edit-icon.png b/src/project/police/AppPeopleList/components/img/edit-icon.png
new file mode 100644
index 00000000..30a07533
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/edit-icon.png differ
diff --git a/src/project/police/AppPeopleList/components/img/green-bg.png b/src/project/police/AppPeopleList/components/img/green-bg.png
new file mode 100644
index 00000000..d8de7d1f
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/green-bg.png differ
diff --git a/src/project/police/AppPeopleList/components/img/icon1h@2x.png b/src/project/police/AppPeopleList/components/img/icon1h@2x.png
new file mode 100644
index 00000000..c245cabd
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/icon1h@2x.png differ
diff --git a/src/project/police/AppPeopleList/components/img/icon1n@2x.png b/src/project/police/AppPeopleList/components/img/icon1n@2x.png
new file mode 100644
index 00000000..556b0245
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/icon1n@2x.png differ
diff --git a/src/project/police/AppPeopleList/components/img/right-icon.png b/src/project/police/AppPeopleList/components/img/right-icon.png
new file mode 100644
index 00000000..58a59c4d
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/right-icon.png differ
diff --git a/src/project/police/AppPeopleList/components/img/tsrq@2x.png b/src/project/police/AppPeopleList/components/img/tsrq@2x.png
new file mode 100644
index 00000000..34f11370
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/tsrq@2x.png differ
diff --git a/src/project/police/AppPeopleList/components/img/tsrq备份@2x.png b/src/project/police/AppPeopleList/components/img/tsrq备份@2x.png
new file mode 100644
index 00000000..4e215d2a
Binary files /dev/null and b/src/project/police/AppPeopleList/components/img/tsrq备份@2x.png differ
diff --git a/src/project/police/AppResidentFile/AppResidentFile.vue b/src/project/police/AppResidentFile/AppResidentFile.vue
new file mode 100644
index 00000000..2652b965
--- /dev/null
+++ b/src/project/police/AppResidentFile/AppResidentFile.vue
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+ 共个居民
+
+
+
+
+
+
+
+
+
{{ item.name }}
+
{{ tag.tagName }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppResidentFile/GroupList.vue b/src/project/police/AppResidentFile/GroupList.vue
new file mode 100644
index 00000000..8103db9c
--- /dev/null
+++ b/src/project/police/AppResidentFile/GroupList.vue
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 成员性别:
+
+ {{ detail.man }}
+
+ {{ detail.woman }}
+
+ {{ detail.unknown }}
+
+
+
+
+
+
+
+
+
+
+ {{ tag }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.memberName }}
+ @{{ item.corpName }}
+ @微信
+
+
真实姓名:{{ item.realName }}
+
+
群主
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppResidentFile/components/document.vue b/src/project/police/AppResidentFile/components/document.vue
new file mode 100644
index 00000000..77009751
--- /dev/null
+++ b/src/project/police/AppResidentFile/components/document.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
{{ $dict.getLabel('sex', resident.sex) || '-' }}
+
{{ resident.birthDate }}
+
{{ resident.age }}
+
{{ resident.birthplaceAreaName }}
+
{{ $dict.getLabel('nation', resident.nation) || '-' }}
+
{{ $dict.getLabel('education', resident.education) || '-' }}
+
{{ $dict.getLabel('militaryStatus', resident.militaryStatus) || '-' }}
+
{{ $dict.getLabel('politicsStatus', resident.politicsStatus) || '-' }}
+
{{ $dict.getLabel('job', resident.job) || '-' }}
+
{{ $dict.getLabel('faithType', resident.faithType) || '-' }}
+
+
+
+
{{ resident.phone }}
+
{{ resident.currentAreaName + resident.currentAddress }}
+
+
+
+
{{ $dict.getLabel('householdName', resident.householdName) || '-' }}
+
{{ $dict.getLabel('householdRelation', resident.householdRelation) || '-' }}
+
{{ resident.householdAreaName + resident.householdAddress }}
+
+
+
+
+
+
+
+
diff --git a/src/project/police/AppResidentFile/components/info.vue b/src/project/police/AppResidentFile/components/info.vue
new file mode 100644
index 00000000..bdf68ecd
--- /dev/null
+++ b/src/project/police/AppResidentFile/components/info.vue
@@ -0,0 +1,376 @@
+
+
+
+
+
+
+
{{ top.detail.name }}
+
@微信
+
@企业微信
+
+
{{ !isCert ? '实名认证' : '解绑' }}
+
+
+ {{ $dict.getLabel('wxCustomerAddWay', top.detail.addWay) }}
+ {{ top.detail.createTime }}
+ {{ top.detail.realName }}
+ {{ resident.phone || '-' }}
+ {{ resident.familyIntegral }}
+ {{ resident.personalIntegral }}
+
+
+
+
+
+
+
+
+ {{ tag }}
+
+
+
+
+
+
+
+
+
+
{{ $dict.getLabel('wxCustomerLogType', item.type) }}
+
{{ item.createTime }}
+
+
+
+
+
+
+
+
实名认证
+
+
+
+
+
{{ op.currentAddressCountry }}
+
+
+
+
+
+
+ 微信联系
+ 电话联系
+
+
+
+
+
+
+
diff --git a/src/project/police/AppResidentFile/resident.vue b/src/project/police/AppResidentFile/resident.vue
new file mode 100644
index 00000000..bff6801d
--- /dev/null
+++ b/src/project/police/AppResidentFile/resident.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
diff --git a/src/project/police/AppResidentFile/tagManage.vue b/src/project/police/AppResidentFile/tagManage.vue
new file mode 100644
index 00000000..9d94159e
--- /dev/null
+++ b/src/project/police/AppResidentFile/tagManage.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+ {{ op.name }}
+
+
+
+
+
+
+
+
+
+