From c3e22a8654000519cabf0b5dfcf95579ceb74d50 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 11:18:23 +0800 Subject: [PATCH 01/13] =?UTF-8?q?cmt=E6=B8=AF=E5=9C=B0=E5=9B=BE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 5e340c7..09aff70 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -373,7 +373,7 @@ export default { 'x': 118.43701, 'y': 38.9866 }, - CORP_INFO_ID: 'c077f4ed66844ed4a191a36fa1fc641c' + CORP_INFO_ID: '6aa255d41602497fa0f934a822820df4' } ], branchPoint: [], From 4cdccfafa781b9001c4f65ab7a5724a12e1bb107 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 11:55:14 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B9=E7=85=A4?= =?UTF-8?q?=E7=82=AD=E6=B8=AF=E5=9C=B0=E5=9B=BE=E8=A7=86=E9=A2=91=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 3 ++ src/views/map/dialog/video_play_cmt.vue | 66 +++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 src/views/map/dialog/video_play_cmt.vue diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 785972c..3fa0729 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -15,6 +15,7 @@ + @@ -79,6 +80,7 @@ import blindboardOrder from './blindboardOrder.vue' import breakgroundOrder from './breakgroundOrder.vue' import hoistingOrder from './hoistingOrder.vue' import videoPlay from './video_play.vue' +import videoPlayCmt from './video_play_cmt.vue' import videoPlayCfd from './video_play_cfd.vue' import videoPlayPlat from './video_play_plat.vue' import videoPlayBianjieruqin from './video_play_bianjieruqin.vue' @@ -118,6 +120,7 @@ export default { breakgroundOrder, hoistingOrder, videoPlay, + videoPlayCmt, videoPlayCfd, videoPlayPlat, hotworkCfdD, diff --git a/src/views/map/dialog/video_play_cmt.vue b/src/views/map/dialog/video_play_cmt.vue new file mode 100644 index 0000000..706f9b7 --- /dev/null +++ b/src/views/map/dialog/video_play_cmt.vue @@ -0,0 +1,66 @@ + + + + + From fe9303df2c81630cf4eeb801c7bfab98d039ffaf Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Mon, 29 Jan 2024 12:08:05 +0800 Subject: [PATCH 03/13] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B9=E7=85=A4?= =?UTF-8?q?=E7=82=AD=E6=B8=AF=E5=9C=B0=E5=9B=BE=E4=BA=BA=E5=91=98=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E7=BB=9F=E8=AE=A1=E9=A1=B5=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/renyuanCmt.vue | 418 ++++++++++++++++++++++++ src/views/map/index.vue | 9 +- 2 files changed, 426 insertions(+), 1 deletion(-) create mode 100644 src/views/map/components/renyuanCmt.vue diff --git a/src/views/map/components/renyuanCmt.vue b/src/views/map/components/renyuanCmt.vue new file mode 100644 index 0000000..138a6cf --- /dev/null +++ b/src/views/map/components/renyuanCmt.vue @@ -0,0 +1,418 @@ + + + + + diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 09aff70..64ce599 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -84,7 +84,7 @@ :area="area" :gangkou="gangkouActive"/> @@ -98,6 +98,11 @@ :corp-info-id="CORP_INFO_ID" :area="area" :gangkou="gangkouActive"/> + Date: Mon, 29 Jan 2024 17:20:48 +0800 Subject: [PATCH 04/13] =?UTF-8?q?1=E3=80=81=E9=94=99=E5=88=AB=E5=AD=97?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=202=E3=80=81=E7=9B=91=E7=AE=A1=E7=AB=AF?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2sql=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9=203?= =?UTF-8?q?=E3=80=81=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E5=90=8E=E6=9C=AA?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 1 + src/views/xgf/peopleList/components/list.vue | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 5b1469e..e8326ae 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -132,6 +132,7 @@ export default { this.$message.success('推送成功') this.visible = false this.$emit('refresh', '') + this.handleClose() }) .catch((e) => { console.log(e) diff --git a/src/views/xgf/peopleList/components/list.vue b/src/views/xgf/peopleList/components/list.vue index a96ceb0..d882573 100644 --- a/src/views/xgf/peopleList/components/list.vue +++ b/src/views/xgf/peopleList/components/list.vue @@ -146,12 +146,10 @@ export default { getList() { this.listLoading = true requestFN( - '/xgf/user/getAppointApproveList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + '/xgf/user/getRecord?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { KEYWORDS: this.KEYWORDS, - STATUS: '1', - EMPLOY_FLAG: '1', - CHECK_STATUS: '1' + Step: '1' } ).then((data) => { this.listLoading = false From 07de513dc5347a1f61965ceff358005a1bd3f1dc Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 30 Jan 2024 10:08:31 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 6 ++--- src/views/map/index.vue | 45 +++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 0b0be60..3f011a6 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -82,7 +82,6 @@ import blindboardOrder from './blindboardOrder.vue' import breakgroundOrder from './breakgroundOrder.vue' import hoistingOrder from './hoistingOrder.vue' import videoPlay from './video_play.vue' -import videoPlayCmt from './video_play_cmt.vue' import videoPlayCfd from './video_play_cfd.vue' import videoPlayCmt from './video_play_cmt.vue' import videoPlayPlat from './video_play_plat.vue' @@ -99,7 +98,7 @@ import peoplePositionCfdD from './peoplePositionCfdD.vue' import peoplePositionCmt from './peoplePositionCmt.vue' import carPositionCfdD from './carPositionCfdD.vue' import peoplePositionOne from './peoplePositionOne.vue' -import hotworkFirst from "./hotworkFirst"; +import hotworkFirst from './hotworkFirst' import peoplePositionYGS from './peoplePositionYGS.vue' import outSourceInfo from './outSourceInfo.vue' import outSourceVideoInfo from './outSourceVideoInfo.vue' @@ -124,7 +123,6 @@ export default { breakgroundOrder, hoistingOrder, videoPlay, - videoPlayCmt, videoPlayCfd, videoPlayCmt, videoPlayPlat, @@ -184,7 +182,7 @@ export default { name: { type: String, default: '' - }, + } }, methods: { closeDialog() { diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 64ce599..01370cc 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -39,7 +39,7 @@ :corp-info-id="CORP_INFO_ID" :gangkou="gangkouActive"/> @@ -191,7 +191,7 @@ >