-
-
-
- *巡查内容
-
+
+
+ 巡检内容*
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+ 情况类型*
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.question.title
+ }}*
+
+
+
+ 请选择
+
+
+
+
+
+
+ {{ subItem || "" }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.question.title || ""
+ }}*
+
+
+ 请选择
+
+
+
+
+
+ {{ subItem.text || "" }}
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
+
+
{{ detailObj.title || "-" }}
+
+ 巡查时间:{{ now_time }}
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+ 确认
+
+
+
@@ -591,271 +1001,752 @@ export default {
\ No newline at end of file
diff --git a/pages/walkAroundManager/statusPage.vue b/pages/walkAroundManager/statusPage.vue
index d1032b2..0b591c5 100644
--- a/pages/walkAroundManager/statusPage.vue
+++ b/pages/walkAroundManager/statusPage.vue
@@ -1,7 +1,12 @@
-
+
+
+
+ 提交成功
+
+
查看详情
继续考核
@@ -40,46 +45,112 @@ export default {
.main {
width: 100%;
height: 100vh;
- background: #f6f7f8;
+ background: #f6f7f9;
box-sizing: border-box;
- padding: 32rpx;
.content {
width: 100%;
- height: 100%;
+ background: linear-gradient(#e6eefd 0%, #f6f7f9 60%);
display: flex;
flex-direction: column;
align-items: center;
+ justify-content: center;
box-sizing: border-box;
- padding-top: 150rpx;
+ padding-top: 160rpx;
.successImg {
- width: 500rpx;
- height: 500rpx;
+ width: 224rpx;
+ height: 168rpx;
}
- .btnBox {
- .detailBtn {
+ .messageBox {
+ width: 100%;
+ margin-top: 40rpx;
+ .title {
font-family: "PingFangSC";
- font-size: 32rpx;
- color: #feffff;
- line-height: 44rpx;
- text-align: left;
+ font-weight: 400;
+ font-size: 36rpx;
+ color: #130f05;
+ line-height: 48rpx;
+ text-align: center;
font-style: normal;
- padding: 12rpx 36rpx;
- border-radius: 48rpx;
- background: #7d5632;
- margin-bottom: 24rpx;
+ }
+ }
+
+ .btnBox {
+ width: 100%;
+ margin-top: 62rpx;
+ box-sizing: border-box;
+ padding: 0 80rpx;
+
+ .detailBtn {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #3b72ff;
+ border-radius: 6rpx;
+ font-family: "PingFangSC";
+ font-weight: 400;
+ font-size: 32rpx;
+ color: #ffffff;
+ line-height: 44rpx;
+ font-style: normal;
+ margin-bottom: 32rpx;
+ padding: 22rpx 0;
}
.continue {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #ffffff;
+ border-radius: 6rpx;
font-family: "PingFangSC";
+ font-weight: 400;
font-size: 32rpx;
- color: #7d5632;
+ color: #010b18;
line-height: 44rpx;
- text-align: left;
font-style: normal;
- padding: 8rpx 32rpx;
- border-radius: 48rpx;
- border: 4rpx solid #7d5632;
+ padding: 22rpx 0;
}
}
}
+
+ // .content {
+ // width: 100%;
+ // height: 100%;
+ // display: flex;
+ // flex-direction: column;
+ // align-items: center;
+ // box-sizing: border-box;
+ // padding-top: 150rpx;
+ // .successImg {
+ // width: 500rpx;
+ // height: 500rpx;
+ // }
+ // .btnBox {
+ // .detailBtn {
+ // font-family: "PingFangSC";
+ // font-size: 32rpx;
+ // color: #feffff;
+ // line-height: 44rpx;
+ // text-align: left;
+ // font-style: normal;
+ // padding: 12rpx 36rpx;
+ // border-radius: 48rpx;
+ // background: #7d5632;
+ // margin-bottom: 24rpx;
+ // }
+ // .continue {
+ // font-family: "PingFangSC";
+ // font-size: 32rpx;
+ // color: #7d5632;
+ // line-height: 44rpx;
+ // text-align: left;
+ // font-style: normal;
+ // padding: 8rpx 32rpx;
+ // border-radius: 48rpx;
+ // border: 4rpx solid #7d5632;
+ // }
+ // }
+ // }
}
\ No newline at end of file
diff --git a/static/images/mbwa/addImageIcon.svg b/static/images/mbwa/addImageIcon.svg
new file mode 100644
index 0000000..d99d4c1
--- /dev/null
+++ b/static/images/mbwa/addImageIcon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/mbwa/closeIcon.svg b/static/images/mbwa/closeIcon.svg
new file mode 100644
index 0000000..b5aeba4
--- /dev/null
+++ b/static/images/mbwa/closeIcon.svg
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/static/images/mbwa/fixed.svg b/static/images/mbwa/fixed.svg
new file mode 100644
index 0000000..f35de1c
--- /dev/null
+++ b/static/images/mbwa/fixed.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/static/images/mbwa/rightArrow.svg b/static/images/mbwa/rightArrow.svg
new file mode 100644
index 0000000..fe881d1
--- /dev/null
+++ b/static/images/mbwa/rightArrow.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/static/images/mbwa/successIcon.svg b/static/images/mbwa/successIcon.svg
new file mode 100644
index 0000000..75f7962
--- /dev/null
+++ b/static/images/mbwa/successIcon.svg
@@ -0,0 +1,19 @@
+
+
\ No newline at end of file
diff --git a/static/images/mbwa/successSmallIcon.svg b/static/images/mbwa/successSmallIcon.svg
new file mode 100644
index 0000000..2a9038d
--- /dev/null
+++ b/static/images/mbwa/successSmallIcon.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/static/images/mbwa/timeIcon.svg b/static/images/mbwa/timeIcon.svg
new file mode 100644
index 0000000..aad98c6
--- /dev/null
+++ b/static/images/mbwa/timeIcon.svg
@@ -0,0 +1,15 @@
+
+
\ No newline at end of file
diff --git a/wechat_yxcl.zip b/wechat_yxcl.zip
deleted file mode 100644
index 309d0ea..0000000
Binary files a/wechat_yxcl.zip and /dev/null differ