From a3c77dd33390b782f25ccee90678ae71b8dbc9c4 Mon Sep 17 00:00:00 2001
From: shane <88386378@qq.com>
Date: Sun, 8 Aug 2021 17:10:56 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E7=9C=81=E4=BA=BA=E5=91=98=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E4=B8=8A=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
constant/url.js | 3 +
pages.json | 7 +
pages/reportInfoBack/reportInfoBack.css | 18 ++
pages/reportInfoBack/reportInfoBack.vue | 278 ++++++++++++++++++++++++
4 files changed, 306 insertions(+)
create mode 100644 pages/reportInfoBack/reportInfoBack.css
create mode 100644 pages/reportInfoBack/reportInfoBack.vue
diff --git a/constant/url.js b/constant/url.js
index e6a0cc6..e10957d 100755
--- a/constant/url.js
+++ b/constant/url.js
@@ -121,6 +121,9 @@ export default {
listMachineTranslates: baseUrl + "app/machineTranslate.listMachineTranslates",
generatorHcCode: baseUrl + "app/userLogin/generatorHcCode",
queryApplyRoomDiscount: baseUrl + "app/applyRoomDiscount/queryApplyRoomDiscount",
+ saveReportInfoBackCity: baseUrl + "app/reportInfoBackCity/saveReportInfoBackCity",
+
+
NEED_NOT_LOGIN_PAGE: [
'/pages/login/login',
diff --git a/pages.json b/pages.json
index 083b8a6..6574459 100755
--- a/pages.json
+++ b/pages.json
@@ -104,6 +104,13 @@
"navigationBarTitleText": "报修"
}
},
+ {
+ "path": "pages/reportInfoBack/reportInfoBack",
+ "style": {
+ "navigationBarTitleText": "返省上报",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/repairList/detail/detail",
"style": {}
diff --git a/pages/reportInfoBack/reportInfoBack.css b/pages/reportInfoBack/reportInfoBack.css
new file mode 100644
index 0000000..bd5ebb5
--- /dev/null
+++ b/pages/reportInfoBack/reportInfoBack.css
@@ -0,0 +1,18 @@
+
+
+.block__title {
+ margin: 0;
+ font-weight: 400;
+ font-size: 14px;
+ color: rgba(69,90,100,.6);
+ padding: 40rpx 30rpx 20rpx;
+}
+
+.button_up_blank{
+ height: 40rpx;
+ text-align: center;
+}
+
+.cu-form-group{
+ text-align: right;
+}
\ No newline at end of file
diff --git a/pages/reportInfoBack/reportInfoBack.vue b/pages/reportInfoBack/reportInfoBack.vue
new file mode 100644
index 0000000..df1b6f0
--- /dev/null
+++ b/pages/reportInfoBack/reportInfoBack.vue
@@ -0,0 +1,278 @@
+
+
+
+ 返省人员信息上报
+
+ 姓名
+
+
+
+ 身份证
+
+
+
+ 手机号
+
+
+
+
+
+ 来源地
+
+ {{arraySourceType[indexSource].name}}
+
+
+
+ 城市名称
+
+
+
+ 返回日期
+
+
+ {{bindDate}}
+
+
+
+
+ 返回时间
+
+
+ {{bindTime}}
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+