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}}
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+