From 91fa1b4798201016b4005fbf9373be1318981511 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Mon, 25 May 2026 14:31:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7app=20h5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1f81947..dc515b9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "矿山安全生产标准化系统", "appid" : "__UNI__DE7034E", //BBB1077 "description" : "厦钨矿山安全app", - "versionName" : "1.0.007", - "versionCode" : 10007, + "versionName" : "1.0.008", + "versionCode" : 10008, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { From 0735f0f468f38124e678cc9856260336a0c578d2 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 26 May 2026 16:18:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=20=E5=A6=82=E6=9E=9C=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=20=E6=8F=90=E7=A4=BA=E5=AE=8C=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=E5=90=8E=E5=86=8D=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=B8=8A=E4=B8=80=E4=B8=AA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/subPages/SE/1trainNotifyEdit.vue | 1 - pages/apply/subPages/SE/1trainNotifyShow.vue | 62 +++++++++++++------- 2 files changed, 42 insertions(+), 21 deletions(-) diff --git a/pages/apply/subPages/SE/1trainNotifyEdit.vue b/pages/apply/subPages/SE/1trainNotifyEdit.vue index 520b79e..4b8e815 100644 --- a/pages/apply/subPages/SE/1trainNotifyEdit.vue +++ b/pages/apply/subPages/SE/1trainNotifyEdit.vue @@ -644,7 +644,6 @@ getRequest(json, "/SE/TrainNotify/Get").then(res => { this.model = res // ISSENDNOTICE - debugger this.model.LEVEL_SHOW = res.LEVEL !== undefined ? this.enumsData['FMDepartmentType'].find( item => item.code === res.LEVEL)?.name : ''; this.model.TRAINTYPE_SHOW = res.TRAINTYPE !== undefined ? this.enumsData['TrainType'].find( diff --git a/pages/apply/subPages/SE/1trainNotifyShow.vue b/pages/apply/subPages/SE/1trainNotifyShow.vue index 2a46fbc..7a1f6b5 100644 --- a/pages/apply/subPages/SE/1trainNotifyShow.vue +++ b/pages/apply/subPages/SE/1trainNotifyShow.vue @@ -3,48 +3,64 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -59,7 +75,8 @@ 附件 - + @@ -70,8 +87,10 @@ - - + + @@ -239,7 +258,7 @@ NOTIFY_ID: this.model.ID, LEAVE_REASON: this.LEAVE_REASON, IS_LEAVE: type, - TaskID: this.TaskID, + TaskID: this.TaskID }; getRequest(json, "/SE/SETrainNotify/TrainPersonStatus").then(res => { if (res) { @@ -247,8 +266,11 @@ uni.navigateBack() }, 'success', 1000) } + }).catch((error) => { + uni.$showMsgFunc("", () => { + uni.navigateBack() + }, 'fail', 1500) }) - } }, computed: {