From 35333fc27e71e14471f7c59ca205e58ce79cb21b Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 26 Dec 2025 14:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=81=AB=E5=B7=A5=E4=BD=9C=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 42 + pages/apply/subPages/FO/FO035Show.vue | 2 +- pages/apply/subPages/FO/FO037Show.vue | 2 +- pages/apply/subPages/FO/jobFireEdit.vue | 1009 ++++++++++++++++++++ pages/apply/subPages/FO/jobFireList.vue | 351 +++++++ pages/apply/subPages/FO/jobFireShow.vue | 482 ++++++++++ pages/apply/subPages/FO/jobFireTenEdit.vue | 856 +++++++++++++++++ pages/apply/subPages/FO/jobFireTwoEdit.vue | 910 ++++++++++++++++++ pages/my/subPages/userInfo1.vue | 11 +- services/apply/FOServices/FOServices.js | 100 ++ utils/common.js | 15 + 11 files changed, 3776 insertions(+), 4 deletions(-) create mode 100644 pages/apply/subPages/FO/jobFireEdit.vue create mode 100644 pages/apply/subPages/FO/jobFireList.vue create mode 100644 pages/apply/subPages/FO/jobFireShow.vue create mode 100644 pages/apply/subPages/FO/jobFireTenEdit.vue create mode 100644 pages/apply/subPages/FO/jobFireTwoEdit.vue diff --git a/pages.json b/pages.json index 6775057..6ea8876 100644 --- a/pages.json +++ b/pages.json @@ -336,6 +336,48 @@ "navigationBarTitleText": "安全交底表", "onReachBottomDistance": 100 } + }, + { + "path": "jobFireEdit", + "style": { + "navigationBarTitleText": "动火作业工作票", + "onReachBottomDistance": 100 + } + },{ + "path": "jobFireTenEdit", + "style": { + "navigationBarTitleText": "动火作业工作票", + "onReachBottomDistance": 100 + } + },{ + "path": "jobFireTwoEdit", + "style": { + "navigationBarTitleText": "动火作业工作票", + "onReachBottomDistance": 100 + } + }, + { + "path": "jobFireShow", + "style": { + "navigationBarTitleText": "动火作业工作票", + "onReachBottomDistance": 100, + "app-plus": { + "titleNView": { + "buttons": [{ + "fontSize": "14px", + "text": "审批详情", + "width": "auto" + }] + } + } + } + }, + { + "path": "jobFireList", + "style": { + "navigationBarTitleText": "动火作业工作票", + "onReachBottomDistance": 100 + } } ] }, diff --git a/pages/apply/subPages/FO/FO035Show.vue b/pages/apply/subPages/FO/FO035Show.vue index ea6078a..bda7e75 100644 --- a/pages/apply/subPages/FO/FO035Show.vue +++ b/pages/apply/subPages/FO/FO035Show.vue @@ -45,7 +45,7 @@ - 签到 + 确认 diff --git a/pages/apply/subPages/FO/FO037Show.vue b/pages/apply/subPages/FO/FO037Show.vue index ee1726c..0ee684f 100644 --- a/pages/apply/subPages/FO/FO037Show.vue +++ b/pages/apply/subPages/FO/FO037Show.vue @@ -45,7 +45,7 @@ - 签到 + 确认 diff --git a/pages/apply/subPages/FO/jobFireEdit.vue b/pages/apply/subPages/FO/jobFireEdit.vue new file mode 100644 index 0000000..4cf4f40 --- /dev/null +++ b/pages/apply/subPages/FO/jobFireEdit.vue @@ -0,0 +1,1009 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/FO/jobFireList.vue b/pages/apply/subPages/FO/jobFireList.vue new file mode 100644 index 0000000..80c7186 --- /dev/null +++ b/pages/apply/subPages/FO/jobFireList.vue @@ -0,0 +1,351 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/FO/jobFireShow.vue b/pages/apply/subPages/FO/jobFireShow.vue new file mode 100644 index 0000000..17f62d9 --- /dev/null +++ b/pages/apply/subPages/FO/jobFireShow.vue @@ -0,0 +1,482 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/FO/jobFireTenEdit.vue b/pages/apply/subPages/FO/jobFireTenEdit.vue new file mode 100644 index 0000000..54b5192 --- /dev/null +++ b/pages/apply/subPages/FO/jobFireTenEdit.vue @@ -0,0 +1,856 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/FO/jobFireTwoEdit.vue b/pages/apply/subPages/FO/jobFireTwoEdit.vue new file mode 100644 index 0000000..05a29e5 --- /dev/null +++ b/pages/apply/subPages/FO/jobFireTwoEdit.vue @@ -0,0 +1,910 @@ + + + + + \ No newline at end of file diff --git a/pages/my/subPages/userInfo1.vue b/pages/my/subPages/userInfo1.vue index 09006ce..d972f97 100644 --- a/pages/my/subPages/userInfo1.vue +++ b/pages/my/subPages/userInfo1.vue @@ -1,7 +1,7 @@