diff --git a/app.json b/app.json index 5c8b499..fbb4dd7 100644 --- a/app.json +++ b/app.json @@ -22,6 +22,21 @@ "pages/addhouse/addhouse" ] }, + + { + "root": "subpages/safetyinspection", + "name": "safetyinspection", + "pages": [ + "pages/safetyinspection/safetyinspection" + ] + }, + { + "root": "subpages/InspectionReport", + "name": "InspectionReport", + "pages": [ + "pages/InspectionReport/InspectionReport" + ] + }, { "root": "subpages/morenews", "name": "morenews", diff --git a/images/add.png b/images/add.png new file mode 100644 index 0000000..ed3cd40 Binary files /dev/null and b/images/add.png differ diff --git a/images/location.png b/images/location.png new file mode 100644 index 0000000..05a6c61 Binary files /dev/null and b/images/location.png differ diff --git a/project.private.config.json b/project.private.config.json index c4a9662..7f69793 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -9,6 +9,24 @@ "condition": { "miniprogram": { "list": [ + { + "name": "巡查上报", + "pathName": "subpages/InspectionReport/pages/InspectionReport/InspectionReport", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "subpages/safetyinspection/pages/safetyinspection/safetyinspection", + "pathName": "subpages/safetyinspection/pages/safetyinspection/safetyinspection", + "query": "", + "launchMode": "default", + "scene": null, + "partialCompile": { + "enabled": true, + "pages": [] + } + }, { "name": "subpages/communitySelfInsp/pages/historyQuery/historyQuery", "pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery", diff --git a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js new file mode 100644 index 0000000..17a8726 --- /dev/null +++ b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.js @@ -0,0 +1,66 @@ +// subpages/InspectionReport/pages/InspectionReport/InspectionReport.js +Page({ + + /** + * 页面的初始数据 + */ + data: { + + }, + + /** + * 生命周期函数--监听页面加载 + */ + onLoad(options) { + + }, + + /** + * 生命周期函数--监听页面初次渲染完成 + */ + onReady() { + + }, + + /** + * 生命周期函数--监听页面显示 + */ + onShow() { + + }, + + /** + * 生命周期函数--监听页面隐藏 + */ + onHide() { + + }, + + /** + * 生命周期函数--监听页面卸载 + */ + onUnload() { + + }, + + /** + * 页面相关事件处理函数--监听用户下拉动作 + */ + onPullDownRefresh() { + + }, + + /** + * 页面上拉触底事件的处理函数 + */ + onReachBottom() { + + }, + + /** + * 用户点击右上角分享 + */ + onShareAppMessage() { + + } +}) \ No newline at end of file diff --git a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.json b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.json new file mode 100644 index 0000000..047ca3b --- /dev/null +++ b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.json @@ -0,0 +1,6 @@ +{ + "navigationBarTitleText": "安检巡查", + "usingComponents": { + "van-uploader": "@vant/weapp/uploader/index" + } +} \ No newline at end of file diff --git a/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxml b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxml new file mode 100644 index 0000000..557694b --- /dev/null +++ b/subpages/InspectionReport/pages/InspectionReport/InspectionReport.wxml @@ -0,0 +1,94 @@ + + + + + + 定位的信息 + 如定位不在事发地,请重新选择定位 + + + + 重新定位 + + + + + + * + 企业名称 + 张玉斌 + + + + + + + + + * + 检察人员 + 请选择 + + + + + + + + + * + 检查结论 + 请选择 + + + + + + + + + * + 拟复查时间 + + + + + + + + 附件 + + 备注 + +