From 31f74b1c068ad67f8584fcbce83b966b6eea48a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?=
=?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com>
Date: Fri, 6 Jun 2025 16:27:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E7=BB=93?=
=?UTF-8?q?=E6=9E=84=E5=92=8C=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=E5=90=84=E4=B8=AA=E7=BB=84=E4=BB=B6=E7=9A=84=E5=B8=83=E5=B1=80?=
=?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8?=
=?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 394 ++++----
static/scss/global.scss | 68 +-
sub/enterprise/detail.vue | 819 ++++++++--------
sub/inspection/record.vue | 299 +++---
sub/invite/addEnterprise.vue | 1501 +++++++++++++++--------------
sub/invite/prove.vue | 840 +++++++++--------
sub/task/detail.vue | 1723 ++++++++++++++++++----------------
sub/task/log.vue | 249 ++---
sub/task/record.vue | 865 +++++++++--------
9 files changed, 3626 insertions(+), 3132 deletions(-)
diff --git a/pages.json b/pages.json
index 0048a2e..8e7cb02 100644
--- a/pages.json
+++ b/pages.json
@@ -1,12 +1,14 @@
{
- "pages": [{
+ "pages": [
+ {
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"disableScroll": true
}
- }, {
+ },
+ {
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页",
@@ -68,204 +70,215 @@
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
},
- "subPackages": [{
- "root": "sub",
- "pages": [{
- "path": "owner/edit",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }, {
- "path": "owner/invite",
- "style": {
- "navigationBarTitleText": "邀请企业"
- }
- },
- {
- "path": "owner/policy",
- "style": {
- "navigationBarTitleText": "政策法规",
- "usingComponents": {
- "van-search": "/wxcomponents/vant/search/index"
- },
- "componentPlaceholder": {
- "u-modal": "view"
+ "subPackages": [
+ {
+ "root": "sub",
+ "pages": [
+ {
+ "path": "owner/edit",
+ "style": {
+ "navigationBarTitleText": "个人信息"
}
- }
- },
- {
- "path": "owner/policy-detail",
- "style": {
- "navigationBarTitleText": "政策法规",
- "usingComponents": {},
- "componentPlaceholder": {}
- }
- },
- {
- "path": "owner/jobInfo",
- "style": {
- "navigationBarTitleText": "工作汇报",
- "usingComponents": {
- "van-search": "/wxcomponents/vant/search/index"
- },
- "componentPlaceholder": {
- "u-modal": "view"
+ },
+ {
+ "path": "owner/invite",
+ "style": {
+ "navigationBarTitleText": "邀请企业"
}
- }
- },
- {
- "path": "owner/job-detail",
- "style": {
- "navigationBarTitleText": "工作汇报",
- "usingComponents": {},
- "componentPlaceholder": {}
- }
- },
-
- {
- "path": "enterprise/edit",
- "style": {
- "navigationBarTitleText": "企业填报"
- }
- }, {
- "path": "common/waiting",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }, {
- "path": "enterprise/detail",
- "style": {
- "navigationBarTitleText": "档案详情",
- "componentPlaceholder": {
- "u-modal": "view"
+ },
+ {
+ "path": "owner/policy",
+ "style": {
+ "navigationBarTitleText": "政策法规",
+ "usingComponents": {
+ "van-search": "/wxcomponents/vant/search/index"
+ },
+ "componentPlaceholder": {
+ "u-modal": "view"
+ }
}
- }
- }, {
- "path": "chat/index",
- "style": {
- "navigationBarTitleText": "智慧生态"
- }
- }, {
- "path": "task/detail",
- "style": {
- "navigationBarTitleText": "执法记录",
- "onReachBottonDistance": 50,
- "enablePullDownRefresh": true,
- "usingComponents": {
- "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
- "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
- },
- "componentPlaceholder": {
- "u-modal": "view",
- "u-sticky": "view"
+ },
+ {
+ "path": "owner/policy-detail",
+ "style": {
+ "navigationBarTitleText": "政策法规",
+ "usingComponents": {},
+ "componentPlaceholder": {}
}
- }
- },
- {
- "path": "task/record",
- "style": {
- "navigationBarTitleText": "记录详情 ",
- "usingComponents": {},
- "componentPlaceholder": {}
- }
- },
- {
- "path": "task/locate",
- "style": {
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index"
- },
- "componentPlaceholder": {
- "u-modal": "view"
+ },
+ {
+ "path": "owner/jobInfo",
+ "style": {
+ "navigationBarTitleText": "工作汇报",
+ "usingComponents": {
+ "van-search": "/wxcomponents/vant/search/index"
+ },
+ "componentPlaceholder": {
+ "u-modal": "view"
+ }
}
- }
- },
- {
- "path": "task/enforce",
- "style": {
- "navigationBarTitleText": "结果反馈",
- "usingComponents": {
- "van-action-sheet": "/wxcomponents/vant/action-sheet/index"
- },
- "componentPlaceholder": {
- "u-modal": "view",
- "uni-easyinput": "view"
+ },
+ {
+ "path": "owner/job-detail",
+ "style": {
+ "navigationBarTitleText": "工作汇报",
+ "usingComponents": {},
+ "componentPlaceholder": {}
}
- }
- },
- {
- "path": "task/log",
- "style": {
- "navigationBarTitleText": "结果反馈"
- }
- },
- {
- "path": "inspection/detail",
- "style": {
- "navigationBarTitleText": "",
- "onReachBottonDistance": 50,
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "inspection/record",
- "style": {
- "navigationBarTitleText": "",
- "onReachBottonDistance": 50,
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "invite/index",
- "style": {
- "navigationBarTitleText": "我的企业",
- "enablePullDownRefresh": true,
- "componentPlaceholder": {
- "u-modal": "view",
- "uni-easyinput": "view"
+ },
+ {
+ "path": "enterprise/edit",
+ "style": {
+ "navigationBarTitleText": "企业填报"
}
- }
- },
- {
- "path": "invite/addEnterprise",
- "style": {
- "navigationBarTitleText": "新增企业",
- "componentPlaceholder": {}
- }
- },
- {
- "path": "invite/enterpriseIntroduce",
- "style": {
- "navigationBarTitleText": "企业简介",
- "componentPlaceholder": {
- "uni-easyinput": "view"
+ },
+ {
+ "path": "common/waiting",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "enterprise/detail",
+ "style": {
+ "navigationBarTitleText": "档案详情",
+ "componentPlaceholder": {
+ "u-modal": "view"
+ }
+ }
+ },
+ {
+ "path": "chat/index",
+ "style": {
+ "navigationBarTitleText": "智慧生态"
+ }
+ },
+ {
+ "path": "task/detail",
+ "style": {
+ "navigationBarTitleText": "执法记录",
+ "onReachBottonDistance": 50,
+ "enablePullDownRefresh": true,
+ "usingComponents": {
+ "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
+ "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
+ },
+ "componentPlaceholder": {
+ "u-modal": "view",
+ "u-sticky": "view"
+ }
+ }
+ },
+ {
+ "path": "task/record",
+ "style": {
+ "navigationBarTitleText": "记录详情 ",
+ "usingComponents": {},
+ "componentPlaceholder": {}
+ }
+ },
+ {
+ "path": "task/locate",
+ "style": {
+ "usingComponents": {
+ "van-action-sheet": "/wxcomponents/vant/action-sheet/index"
+ },
+ "componentPlaceholder": {
+ "u-modal": "view"
+ }
+ }
+ },
+ {
+ "path": "task/enforce",
+ "style": {
+ "navigationBarTitleText": "结果反馈",
+ "usingComponents": {
+ "van-action-sheet": "/wxcomponents/vant/action-sheet/index"
+ },
+ "componentPlaceholder": {
+ "u-modal": "view",
+ "uni-easyinput": "view"
+ }
+ }
+ },
+ {
+ "path": "task/log",
+ "style": {
+ "navigationBarTitleText": "结果反馈"
+ }
+ },
+ {
+ "path": "inspection/detail",
+ "style": {
+ "navigationBarTitleText": "",
+ "onReachBottonDistance": 50,
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "inspection/record",
+ "style": {
+ "navigationBarTitleText": "",
+ "onReachBottonDistance": 50,
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "invite/index",
+ "style": {
+ "navigationBarTitleText": "我的企业",
+ "enablePullDownRefresh": true,
+ "componentPlaceholder": {
+ "u-modal": "view",
+ "uni-easyinput": "view"
+ }
+ }
+ },
+ {
+ "path": "invite/addEnterprise",
+ "style": {
+ "navigationBarTitleText": "新增企业",
+ "componentPlaceholder": {}
+ }
+ },
+ {
+ "path": "invite/enterpriseIntroduce",
+ "style": {
+ "navigationBarTitleText": "企业简介",
+ "componentPlaceholder": {
+ "uni-easyinput": "view"
+ }
+ }
+ },
+ {
+ "path": "invite/enterpriseTags",
+ "style": {
+ "navigationBarTitleText": "行业类别(可多选)"
+ }
+ },
+ {
+ "path": "invite/prove",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-switch": "view"
+ }
+ }
+ },
+ {
+ "path": "owner/notic",
+ "style": {
+ "navigationBarTitleText": "消息通知",
+ "disableScroll": true
}
}
- },
- {
- "path": "invite/enterpriseTags",
- "style": {
- "navigationBarTitleText": "行业类别(可多选)"
- }
- },
- {
- "path": "invite/prove",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "owner/notic",
- "style": {
- "navigationBarTitleText": "消息通知",
- "disableScroll": true
- }
- }
- ]
- }],
+ ]
+ }
+ ],
"tabBar": {
- "list": [{
+ "list": [
+ {
"pagePath": "pages/index"
},
{
@@ -287,6 +300,5 @@
"navigationBarTitleText": "智慧生态",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
-
}
}
\ No newline at end of file
diff --git a/static/scss/global.scss b/static/scss/global.scss
index 95a26bb..3500d6d 100644
--- a/static/scss/global.scss
+++ b/static/scss/global.scss
@@ -1,50 +1,52 @@
@font-face {
- font-family: 'Tahoma';
- src: url('https://hb.jzce.com/Tahoma.ttf') format('truetype');
+ font-family: 'Tahoma';
+ src: url('https://hb.jzce.com/Tahoma.ttf')
+ format('truetype');
}
page {
- background-color: #f9f9f9;
- position: relative;
- color: #071437;
+ background-color: #f9f9f9;
+ position: relative;
+ color: #071437;
}
view {
- box-sizing: border-box;
+ box-sizing: border-box;
}
button {
- padding-left: 0;
- padding-right: 0;
- font-size: 16px;
- line-height: inherit;
- &::after {
- content: '';
- display: none;
- }
+ padding-left: 0;
+ padding-right: 0;
+ font-size: 16px;
+ line-height: inherit;
+ &::after {
+ content: '';
+ display: none;
+ }
}
::v-deep .uni-calendar__box {
- padding-bottom: 32px;
+ padding-bottom: 32px;
}
.tagList {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- gap: 16rpx;
- .tag {
- display: flex;
- padding: 4rpx 12rpx;
- justify-content: center;
- align-items: center;
- border-radius: 4rpx;
- background: var(--LightMode-Grey-Grey-100, #f9f9f9);
- color: var(--LightMode-Grey-Grey-600, #78829d);
- text-align: center;
- font-size: 24rpx;
- font-style: normal;
- font-weight: 400;
- line-height: normal;
- }
+ display: flex;
+ flex-flow: row nowrap;
+ align-items: center;
+ gap: 16rpx;
+ .tag {
+ display: flex;
+ padding: 4rpx 12rpx;
+ justify-content: center;
+ align-items: center;
+ border-radius: 4rpx;
+ background: var(--LightMode-Grey-Grey-100, #f9f9f9);
+ color: var(--LightMode-Grey-Grey-600, #78829d);
+ text-align: center;
+ font-size: 24rpx;
+ font-style: normal;
+ font-weight: 400;
+ line-height: normal;
+ white-space: nowrap;
+ }
}
diff --git a/sub/enterprise/detail.vue b/sub/enterprise/detail.vue
index 0a893d1..53526c9 100644
--- a/sub/enterprise/detail.vue
+++ b/sub/enterprise/detail.vue
@@ -1,394 +1,461 @@
-
-
-
-
- {{ detail.enterprisesName }}
-
-
-
-
-
- {{
- `${$dict.echoDicValue(
- dictMap.enterprises_area,
- detail.region
- )} | ${detail.address}`
- }}
-
-
-
-
- {{ tag }}
-
-
-
- 环保负责人
-
- {{ detail.contactName }}
-
- 联系方式
-
- {{ detail.environmentalContactPhone }}
-
-
- i.url))"
- >
-
-
-
-
-
+
-
-
-
-
-
- 资质名称
-
- {{
- $dict.echoDicValue(
- dictMap.enterprise_qua,
- prove.qualificationName.toString()
- )
- }}
-
-
-
- 资质编号
-
- {{ prove.enterpriseAuth }}
-
-
-
- 资质时限
-
- {{
- prove.qualificationName == 99
- ? '永久'
- : $util.formatDate(prove.expiryDate, 'YYYY/M/D')
- }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 资质名称
+
+ {{
+ $dict.echoDicValue(
+ dictMap.enterprise_qua,
+ prove.qualificationName.toString()
+ )
+ }}
+
+
+
+ 资质编号
+
+ {{ prove.enterpriseAuth }}
+
+
+
+ 资质时限
+
+ {{
+ !prove.expiryDate
+ ? '长期有效'
+ : $util.formatDate(
+ prove.expiryDate,
+ 'YYYY/M/D'
+ )
+ }}
+
+
+
+
+
+
+
+
-
-
-
- 确认审核
-
-
- 执法记录
- ({{ total }})
-
-
-
+
+
+
+ 确认审核
+
+
+ 执法记录
+ ({{ total }})
+
+
+
-
-
- 认领该企业
-
-
+
+
+ 认领该企业
+
+
-
-
-
- 是否审核?
-
- 请确保企业信息真实性
-
-
-
+
+
+
+ 是否审核?
+
+ 请确保企业信息真实性
+
+
+
diff --git a/sub/inspection/record.vue b/sub/inspection/record.vue
index 3f19289..cd8b40b 100644
--- a/sub/inspection/record.vue
+++ b/sub/inspection/record.vue
@@ -1,148 +1,167 @@
-
-
-
-
- {{
- $dict.echoDictOption(dictMap.inspections_mark, log.status)
- .label
- }}
-
-
- {{ $util.formatDate(log.createTime, 'YYYY/M/D') }}
-
-
-
-
-
-
- {{ people.realName }}
- {{ people.deptName }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{
+ $dict.echoDictOption(
+ dictMap.inspections_mark,
+ log.status
+ ).label
+ }}
+
+
+ {{ $util.formatDate(log.createTime, 'YYYY/M/D') }}
+
+
+
+
+
+
+ {{ people.realName }}
+ {{ people.deptName }}
+
+
+
+
+
+
+
+
+
+
diff --git a/sub/invite/addEnterprise.vue b/sub/invite/addEnterprise.vue
index 4c3a19a..525dbfc 100644
--- a/sub/invite/addEnterprise.vue
+++ b/sub/invite/addEnterprise.vue
@@ -1,720 +1,827 @@
-
-
-
- *
- 企业名称
-
-
-
-
-
-
+
+
+
+ *
+ 企业名称
+
+
+
+
+
+
-
-
- *
- 所属区域
-
-
-
- {{ $dict.echoDicValue(dictMap.enterprises_area, form.region) }}
-
-
- 请选择所属区域
-
-
-
-
+
+
+ *
+ 所属区域
+
+
+
+ {{
+ $dict.echoDicValue(
+ dictMap.enterprises_area,
+ form.region
+ )
+ }}
+
+
+ 请选择所属区域
+
+
+
+
-
-
- *
- 企业地址
-
-
-
- {{ form.address }}
-
-
- 请选择企业地址
-
-
-
-
+
+
+ *
+ 企业地址
+
+
+
+ {{ form.address }}
+
+
+ 请选择企业地址
+
+
+
+
-
-
- *
- 行业类别
-
-
-
- {{ form.hy.map(i => i.label).join('、') }}
-
-
- 请选择企业标签
-
-
-
-
+
+
+ *
+ 行业类别
+
+
+
+ {{ form.hy.map(i => i.label).join('、') }}
+
+
+ 请选择企业标签
+
+
+
+
-
-
- *
- 企业介绍
-
-
-
- {{ form.introduction }}
-
-
- 请输入企业介绍
-
-
-
-
+
+
+ *
+ 企业介绍
+
+
+
+ {{ form.introduction }}
+
+
+ 请输入企业介绍
+
+
+
+
-
-
-
- *
- 企业照片
-
- 最多可传3张
-
-
-
+
+
+
+ *
+ 企业照片
+
+ 最多可传3张
+
+
+
-
-
- *
- 企业负责人
-
-
-
-
-
-
+
+
+ *
+ 企业负责人
+
+
+
+
+
+
-
-
- *
- 负责人电话
-
-
-
-
-
-
+
+
+ *
+ 负责人电话
+
+
+
+
+
+
-
-
-
- *
- 相关资质
-
-
-
- 新增资质
-
-
-
-
-
-
- 资质名称
-
- {{
- $dict.echoDicValue(
- dictMap.enterprise_qua,
- p.qualificationName.toString()
- )
- }}
-
-
-
- 资质编号
-
- {{ p.enterpriseAuth }}
-
-
-
- 资质到期
-
- {{
- p.qualificationName == 99
- ? '永久'
- : $util.formatDate(p.expiryDate, 'YYYY/M/D')
- }}
-
-
-
-
-
+
+
+
+ *
+ 相关资质
+
+
+
+ 新增资质
+
+
+
+
+
+
+ 资质名称
+
+ {{
+ $dict.echoDicValue(
+ dictMap.enterprise_qua,
+ p.qualificationName.toString()
+ )
+ }}
+
+
+
+ 资质编号
+
+ {{ p.enterpriseAuth }}
+
+
+
+ 资质到期
+
+ {{
+ !p.expiryDate
+ ? '长期有效'
+ : $util.formatDate(
+ p.expiryDate,
+ 'YYYY/M/D'
+ )
+ }}
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/sub/invite/prove.vue b/sub/invite/prove.vue
index 8079eb4..8bee31b 100644
--- a/sub/invite/prove.vue
+++ b/sub/invite/prove.vue
@@ -1,49 +1,62 @@
-
-
-
- *
- 资质名称
-
-
-
- {{
- $dict.echoDicValue(
- dictMap.enterprise_qua,
- prove.qualificationName
- )
- }}
-
-
- 请选择资质名称
-
-
-
-
+
+
+
+ *
+ 资质名称
+
+
+
+ {{
+ $dict.echoDicValue(
+ dictMap.enterprise_qua,
+ prove.qualificationName
+ )
+ }}
+
+
+ 请选择资质名称
+
+
+
+
-
-
- *
- 资质编号
-
-
-
-
-
-
+
+
+ *
+ 资质编号
+
+
+
+
+
+
-
+
+
+ *
+ 长期有效
+
+
+
+
+
-
-
- *
- 到期时间
-
-
-
- {{ prove.expiryDate }}
-
-
- 请选择到期时间
-
-
-
-
+
+
+ *
+ 到期时间
+
+
+
+ {{ prove.expiryDate }}
+
+
+ 请选择到期时间
+
+
+
+
-
-
-
- *
- 资质照片
-
- 要求清晰有效
-
-
-
+
+
+
+ *
+ 资质照片
+
+ 要求清晰有效
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/sub/task/detail.vue b/sub/task/detail.vue
index 0c00c41..8c93742 100644
--- a/sub/task/detail.vue
+++ b/sub/task/detail.vue
@@ -1,824 +1,915 @@
-
-
-
-
- {{ detail.title }}
-
-
-
- {{ detail.deptName }}
-
-
- {{
- $dict.echoDicValue(dictMap.task_priority, detail.priority)
- }}
-
-
- {{ tag }}
-
-
-
-
-
-
- {{
- `${$util.formatDate(
- detail.startDate,
- 'YYYY年M月D日'
- )} 至 ${$util.formatDate(detail.endDate, 'YYYY年M月D日')}`
- }}
-
-
-
-
-
-
-
-
- {{ file.name }}
-
-
-
-
-
-
-
-
-
-
- {
- querySelect(v, 'departmentId')
- }
- "
- />
- {
- querySelect(v, 'userId')
- }
- "
- />
- {
- querySelect(v, 'inspectionsStatus')
- }
- "
- />
-
-
- {{ list.length }}
- 条记录
-
-
-
-
-
-
-
-
-
-
- {{ record.enterpriseName }}
-
-
- {{ record.enterpriseAddress }}
-
-
-
- {{ item }}
-
-
-
-
-
-
-
-
-
-
- 已选择({{ isSelect.length }})
-
-
-
-
-
-
-
-
-
- {{ staff.realName }}
- {{ staff.roleName[0] }}
-
-
-
-
-
-
-
-
-
- 转移给TA
-
-
-
-
-
+
+
+
+
+ {{ detail.title }}
+
+
+
+ {{ detail.deptName }}
+
+
+ {{
+ $dict.echoDicValue(
+ dictMap.task_priority,
+ detail.priority
+ )
+ }}
+
+
+ {{ tag }}
+
+
+
+
+
+
+ {{
+ `${$util.formatDate(
+ detail.startDate,
+ 'YYYY年M月D日'
+ )} 至 ${$util.formatDate(
+ detail.endDate,
+ 'YYYY年M月D日'
+ )}`
+ }}
+
+
+
+
+
+
+
+
+ {{ file.name }}
+
+
+
+
+
+
+
+
+
+
+ {
+ querySelect(v, 'departmentId')
+ }
+ "
+ />
+ {
+ querySelect(v, 'userId')
+ }
+ "
+ />
+ {
+ querySelect(v, 'inspectionsStatus')
+ }
+ "
+ />
+
+
+ {{
+ list.length
+ }}
+ 条记录
+
+
+
+
+
+
+
+
+
+
+ {{ record.enterpriseName }}
+
+
+ {{ record.enterpriseAddress }}
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+ 已选择({{ isSelect.length }})
+
+
+
+
+
+
+
+
+
+ {{
+ staff.realName
+ }}
+ {{
+ staff.roleName[0]
+ }}
+
+
+
+
+
+
+
+
+
+ 转移给TA
+
+
+
+
+
diff --git a/sub/task/log.vue b/sub/task/log.vue
index 760c7cf..24675d0 100644
--- a/sub/task/log.vue
+++ b/sub/task/log.vue
@@ -1,117 +1,152 @@
-
-
-
-
- *
- 处理意见
-
-
- {{ detail.feedBack }}
-
-
- *
- 上传证明
-
-
- i.url))"
- >
-
-
-
+
+
+
+
+ *
+ 处理意见
+
+
+ {{
+ detail.feedBack
+ }}
+
+
+ *
+ 上传证明
+
+
+ i.url)
+ )
+ "
+ >
+
+
+
-
-
-
- *
- 截止日期
-
-
-
- {{ $util.formatDate(detail.correctionTime, 'YYYY年M月D日') }}
-
-
-
-
-
+
+
+
+ *
+ 截止日期
+
+
+
+ {{
+ $util.formatDate(
+ detail.correctionTime,
+ 'YYYY年M月D日'
+ )
+ }}
+
+
+
+
+
diff --git a/sub/task/record.vue b/sub/task/record.vue
index 265f290..cf14762 100644
--- a/sub/task/record.vue
+++ b/sub/task/record.vue
@@ -1,397 +1,492 @@
-
-
-
- {{ detail.title }}
-
-
-
- {{ $dict.echoDicValue(dictMap.task_priority, detail.priority) }}
-
-
- {{ tag }}
-
-
-
-
-
-
- {{
- `${$util.formatDate(
- detail.startDate,
- 'YYYY年M月D日'
- )} 至 ${$util.formatDate(detail.endDate, 'YYYY年M月D日')}`
- }}
-
-
-
-
-
-
-
-
- {{ detail.enterprise.enterprisesName }}
-
-
-
-
- {{
- `${$dict.echoDicValue(
- dictMap.enterprises_area,
- detail.enterprise.region
- )} | ${detail.enterprise.address}`
- }}
-
-
-
-
- {{ tag }}
-
-
-
-
-
-
-
-
+
+
+
+ {{ detail.title }}
+
+
+
+ {{
+ $dict.echoDicValue(
+ dictMap.task_priority,
+ detail.priority
+ )
+ }}
+
+
+ {{ tag }}
+
+
+
+
+
+
+ {{
+ `${$util.formatDate(
+ detail.startDate,
+ 'YYYY年M月D日'
+ )} 至 ${$util.formatDate(
+ detail.endDate,
+ 'YYYY年M月D日'
+ )}`
+ }}
+
+
+
+
+
+
+
+
+ {{ detail.enterprise.enterprisesName }}
+
+
+
+
+ {{
+ `${$dict.echoDicValue(
+ dictMap.enterprises_area,
+ detail.enterprise.region
+ )} | ${detail.enterprise.address}`
+ }}
+
+
+
+
+ {{ tag }}
+
+
+
+
+
+
+
+
-
- 结果反馈
-
-
-
- {{
- $dict.echoDicValue(dictMap.Inspections_status, item.status)
- }}
-
-
- {{ $util.formatDate(item.createTime, 'YYYY/M/D h:m') }}
-
-
-
-
-
-
- {{ people.realName }}
- {{ people.deptName }}
-
-
-
-
-
-
- 暂无处理结果
-
-
-
-
-
+
+ 结果反馈
+
+
+
+ {{
+ $dict.echoDicValue(
+ dictMap.Inspections_status,
+ item.status
+ )
+ }}
+
+
+ {{
+ $util.formatDate(
+ item.createTime,
+ 'YYYY/M/D h:m'
+ )
+ }}
+
+
+
+
+
+
+ {{ people.realName }}
+ {{ people.deptName }}
+
+
+
+
+
+
+ 暂无处理结果
+
+
+
+
+
-
-
- 执法签到
-
-
- 整改处理
- 审批通过
-
-
- 任务完成
-
-
-
+
+
+ 执法签到
+
+
+ 整改处理
+ 审批通过
+
+
+ 任务完成
+
+
+