From 6168a8c368736ef3766a9fd1c81bcb4cc7e0dc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 27 Oct 2022 17:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=B8=9A=E6=89=A7=E6=B3=95=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lawEnforcement/case/caseDetail.vue | 61 ++-- .../lawEnforcement/caseAllocation/caseAdd.vue | 157 ++++++-- .../caseAllocation/caseDetail.vue | 7 +- .../caseAllocation/caseEdit.vue | 19 +- .../caseAllocation/caseEnforceList.vue | 58 ++- .../caseAllocation/caseListNew.vue | 2 +- .../lawEnforcement/supervise/enterprise.vue | 23 +- .../lawEnforcement/supervise/individual.vue | 17 +- src/views/lawEnforcement/task/taskDetail.vue | 7 +- src/views/lawEnforcement/task/taskHandle.vue | 336 ++++++++++-------- src/views/lawEnforcement/task/taskRecord.vue | 2 +- src/views/lawEnforcement/trace/feed.vue | 28 +- src/views/lawEnforcement/trace/fertilizer.vue | 28 +- src/views/lawEnforcement/trace/pesticides.vue | 27 +- src/views/lawEnforcement/trace/product.vue | 40 ++- src/views/lawEnforcement/trace/seed.vue | 32 +- src/views/lawEnforcement/trace/veterinary.vue | 28 +- 17 files changed, 544 insertions(+), 328 deletions(-) diff --git a/src/views/lawEnforcement/case/caseDetail.vue b/src/views/lawEnforcement/case/caseDetail.vue index e110bdc7..6a30ff4a 100644 --- a/src/views/lawEnforcement/case/caseDetail.vue +++ b/src/views/lawEnforcement/case/caseDetail.vue @@ -83,36 +83,36 @@ -
- - - -
- - 序号 - 执行人员 - 执法证号 - 带队人 - - - - {{index+1}} - {{item.enforcerName}} - {{item.enforcerNum}} - -
- -
-
-
- -
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1817,6 +1817,7 @@ export default { caseProgressOptions: [], successActive:0, // 当前节点的前一个已完成节点 active: 1, // 当前节点 + openPic2:[] }; }, diff --git a/src/views/lawEnforcement/caseAllocation/caseAdd.vue b/src/views/lawEnforcement/caseAllocation/caseAdd.vue index 88305f36..2ed53591 100644 --- a/src/views/lawEnforcement/caseAllocation/caseAdd.vue +++ b/src/views/lawEnforcement/caseAllocation/caseAdd.vue @@ -41,8 +41,6 @@
- + + +
+

{{item.name}}{{item.phone}}

+
+ @@ -201,14 +207,18 @@ } } .submitButton{ - width: 70%; - margin: 25PX auto; - background-image: linear-gradient(to right, #2E79E9 , #77A6EF); - text-align: center; - color: #ffffff; - height: 70px; - line-height: 70px; - border-radius: 8PX; + margin: 50px auto; + display: flex; + justify-content: space-around; + p{ + width: 40%; + background-image: linear-gradient(to right, #2E79E9 , #77A6EF); + text-align: center; + color: #ffffff; + height: 70px; + line-height: 70px; + border-radius: 8PX; + } } .addFamily{ diff --git a/src/views/lawEnforcement/trace/fertilizer.vue b/src/views/lawEnforcement/trace/fertilizer.vue index 1a7769ac..f7a35247 100644 --- a/src/views/lawEnforcement/trace/fertilizer.vue +++ b/src/views/lawEnforcement/trace/fertilizer.vue @@ -15,7 +15,10 @@
-

立即查询

+
+

立即查询

+

重置

+
@@ -294,14 +300,18 @@ } } .submitButton{ - width: 70%; - margin: 25PX auto; - background-image: linear-gradient(to right, #2E79E9 , #77A6EF); - text-align: center; - color: #ffffff; - height: 70px; - line-height: 70px; - border-radius: 8PX; + margin: 50px auto; + display: flex; + justify-content: space-around; + p{ + width: 40%; + background-image: linear-gradient(to right, #2E79E9 , #77A6EF); + text-align: center; + color: #ffffff; + height: 70px; + line-height: 70px; + border-radius: 8PX; + } } .addFamily{ diff --git a/src/views/lawEnforcement/trace/pesticides.vue b/src/views/lawEnforcement/trace/pesticides.vue index 9ff27c7d..399b0918 100644 --- a/src/views/lawEnforcement/trace/pesticides.vue +++ b/src/views/lawEnforcement/trace/pesticides.vue @@ -54,7 +54,11 @@ />
-

立即查询

+
+

立即查询

+

重置

+
+
@@ -360,14 +367,18 @@ } } .submitButton{ - width: 70%; margin: 50px auto; - background-image: linear-gradient(to right, #2E79E9 , #77A6EF); - text-align: center; - color: #ffffff; - height: 70px; - line-height: 70px; - border-radius: 8PX; + display: flex; + justify-content: space-around; + p{ + width: 40%; + background-image: linear-gradient(to right, #2E79E9 , #77A6EF); + text-align: center; + color: #ffffff; + height: 70px; + line-height: 70px; + border-radius: 8PX; + } } .scroll_box{ height: calc(100vh - 100px - 200PX - 100PX); diff --git a/src/views/lawEnforcement/trace/product.vue b/src/views/lawEnforcement/trace/product.vue index ca32e76d..eb69286b 100644 --- a/src/views/lawEnforcement/trace/product.vue +++ b/src/views/lawEnforcement/trace/product.vue @@ -9,13 +9,16 @@
- - - - + + + +
-

立即查询

+
+

立即查询

+

重置

+
-

立即查询

+
+

立即查询

+

重置

+
-

立即查询

+
+

立即查询

+

重置

+
@@ -196,14 +202,18 @@ } } .submitButton{ - width: 70%; - margin: 25PX auto; - background-image: linear-gradient(to right, #2E79E9 , #77A6EF); - text-align: center; - color: #ffffff; - height: 70px; - line-height: 70px; - border-radius: 8PX; + margin: 50px auto; + display: flex; + justify-content: space-around; + p{ + width: 40%; + background-image: linear-gradient(to right, #2E79E9 , #77A6EF); + text-align: center; + color: #ffffff; + height: 70px; + line-height: 70px; + border-radius: 8PX; + } } .addFamily{