From 46aefa91ef5a16eb0775344d3744e1b7b94afdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Sat, 17 Sep 2022 15:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=B8=9A=E6=89=A7=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 + .../caseAllocation/caseDetail.vue | 32 ++- .../caseAllocation/caseHistory.vue | 11 +- src/views/lawEnforcement/index_new.vue | 26 +- .../lawEnforcement/task/signInRecord.vue | 262 ++++++++++++++++++ src/views/lawEnforcement/task/taskSignIn.vue | 20 +- .../icon/signInRecord_icon_01.png | Bin 0 -> 2050 bytes .../icon/signInRecord_icon_02.png | Bin 0 -> 253 bytes 8 files changed, 332 insertions(+), 28 deletions(-) create mode 100644 src/views/lawEnforcement/task/signInRecord.vue create mode 100644 static/images/lawEnforcement/icon/signInRecord_icon_01.png create mode 100644 static/images/lawEnforcement/icon/signInRecord_icon_02.png diff --git a/src/router/index.js b/src/router/index.js index 8b478369..a769e0cc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3601,6 +3601,15 @@ export const constantRoutes = [ hidden: true, }, component: (resolve) => require(['@/views/lawEnforcement/trace/productDetail'], resolve) + }, + { ////农业执法(新)-- 上传签字文书 + path: '/lawEnforcement/signInRecord', + name: 'lawEnforcementSignInRecord', + meta: { + title: '上传签字文书', + hidden: true, + }, + component: (resolve) => require(['@/views/lawEnforcement/task/signInRecord'], resolve) } ]; diff --git a/src/views/lawEnforcement/caseAllocation/caseDetail.vue b/src/views/lawEnforcement/caseAllocation/caseDetail.vue index 6fb29d58..77214050 100644 --- a/src/views/lawEnforcement/caseAllocation/caseDetail.vue +++ b/src/views/lawEnforcement/caseAllocation/caseDetail.vue @@ -82,18 +82,22 @@
序号 - 执行人员 - 执法证号 - 结办时间 + 执行人员 + 执法证号 + 带队人 {{index+1}} - 庞东旭{{index}} - 2303888{{index}} - 2022-09-09 + 庞东旭{{index}} + 2303888{{index}} + +
+ +
+
- +
@@ -207,19 +211,31 @@ margin-right: 0; } .peopleList{ - padding-right: 3%; + padding: 3%; + text-align: center; .van-row{ margin-bottom: 10PX; + background: rgba(196,218,249,0.3); + border-radius: 5PX; .van-col{ text-align: center; font-size: 14PX; + color: #333333; + padding: 5PX 0; } &:first-child{ + background: none; .van-col{ + padding: 0; color: #1D6FE9; } } } + .icon_box{ + /deep/ .van-checkbox{ + justify-content: center; + } + } } .main_title{ font-size: 0.4rem; diff --git a/src/views/lawEnforcement/caseAllocation/caseHistory.vue b/src/views/lawEnforcement/caseAllocation/caseHistory.vue index 0614cf51..c330e327 100644 --- a/src/views/lawEnforcement/caseAllocation/caseHistory.vue +++ b/src/views/lawEnforcement/caseAllocation/caseHistory.vue @@ -14,13 +14,13 @@ @@ -229,7 +229,10 @@ display: flex; justify-content: space-between; span{ - color: #1D6FE9; + color: #D60303; + &:first-child{ + color: #1D6FE9; + } } } span{ @@ -250,7 +253,7 @@ display: inline-block; font-size: 0.35rem; &:first-child{ - color: #D60303; + color: #1D6FE9; } &:last-child{ padding: 0 7PX; diff --git a/src/views/lawEnforcement/index_new.vue b/src/views/lawEnforcement/index_new.vue index effbfaf4..ecd4cf41 100644 --- a/src/views/lawEnforcement/index_new.vue +++ b/src/views/lawEnforcement/index_new.vue @@ -11,22 +11,22 @@ - - - 冬季种子市场摸底调查活动,截止日期10.5日!1 - 冬季种子市场摸底调查活动,截止日期10.5日!2 - 冬季种子市场摸底调查活动,截止日期10.5日!3 - - + + + + + + + + + + + +

日常执法

-

农业农村管理方面法律及法规规定的行政处罚

+ diff --git a/src/views/lawEnforcement/task/signInRecord.vue b/src/views/lawEnforcement/task/signInRecord.vue new file mode 100644 index 00000000..73a0c1e5 --- /dev/null +++ b/src/views/lawEnforcement/task/signInRecord.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/src/views/lawEnforcement/task/taskSignIn.vue b/src/views/lawEnforcement/task/taskSignIn.vue index 59473c32..2db50cd7 100644 --- a/src/views/lawEnforcement/task/taskSignIn.vue +++ b/src/views/lawEnforcement/task/taskSignIn.vue @@ -4,13 +4,13 @@ 执法打卡
- + -
+
@@ -32,6 +32,10 @@
+ +
+ +
@@ -39,7 +43,7 @@
-
+

{{ nowDate }}

打卡

@@ -102,6 +106,16 @@