From 1b6ddc6c80df9daf2ea7d94c0c0b42ca25d56090 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Tue, 14 Mar 2023 16:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=A4=A7=E5=B1=8F-?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/api/zhongjianFourth.js | 2 +- src/assets/js/http.js | 6 +- .../fourEngin/quality/leftTop.vue | 33 +- .../deepFoundationPitManage/dataConfig.vue | 1849 +++++++++-------- .../deepFoundationPitManage/monitorData.vue | 1533 ++++++++------ .../projectFront/towerCrane/basicInfo.vue | 2 +- 6 files changed, 1926 insertions(+), 1499 deletions(-) diff --git a/src/assets/js/api/zhongjianFourth.js b/src/assets/js/api/zhongjianFourth.js index ea6a8837..00896989 100644 --- a/src/assets/js/api/zhongjianFourth.js +++ b/src/assets/js/api/zhongjianFourth.js @@ -90,7 +90,7 @@ export const getPersonnelSituationApi = data => get('/xmgl/workerInfo/getPersonn /* --------------质量管理------------ */ // 质量巡检 -export const getQualityAcceptanceApi = data => get('/xmgl/qualityInspectionRecord/getQualityAcceptanceAndRectificationNum',data) +export const getQualityAcceptanceApi = data => get('xmgl/qualityInspectionRecord/getAllAndWeekData',data) export const getLimitListBySubdivisionApi = data => get('/xmgl/qualityInspectionRecord/limitListBySubdivision',data) export const getLimitOrderBySurveyingDateApi = data => get('/xmgl/measuredRealQuantity/limitOrderBySurveyingDate',data) export const getLimitOrderByAcceptanceDateApi = data => get('/xmgl/subdivisionAcceptance/limitOrderByAcceptanceDate',data) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 60233db3..910967a9 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -41,8 +41,8 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://192.168.34.117:6023/' // 杨杰本地 // axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋 - // axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 - axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ + axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 + // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上 // axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地 @@ -74,7 +74,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://183.234.150.152:9090/' //华发 huaxin 123456789 // axios.defaults.baseURL = 'http://182.90.224.147:18170' //瑞士恒通线上 // axios.defaults.baseURL = 'http://58.250.210.9:9090' //深汕线上 - // axios.defaults.baseURL = 'http://192.168.34.221:8200' //郭圣雄本地 + // axios.defaults.baseURL = 'http://192.168.34.221:8088' //郭圣雄本地 } else if (process.env.NODE_ENV == 'debug') { axios.defaults.baseURL = 'https://www.ceshi.com' diff --git a/src/views/projectAdmin/fourEngin/quality/leftTop.vue b/src/views/projectAdmin/fourEngin/quality/leftTop.vue index 33587831..fbbb34ba 100644 --- a/src/views/projectAdmin/fourEngin/quality/leftTop.vue +++ b/src/views/projectAdmin/fourEngin/quality/leftTop.vue @@ -11,8 +11,8 @@ }" :color="['#6EE4F0', '#E7622A']" :data="[ - { value: list.allClose, name: '已整改' }, - { value: list.allNoClose, name: '未整改' } + { value: list.allClose, name: '已闭合' }, + { value: list.allNoClose, name: '未闭合' } ]" :radius="['60%', '80%']" :legend="false" @@ -20,7 +20,7 @@
{{$t('message.deepFoundConfig.saveLv')}}:{{filterLeave(item.safetyLevel)}}
++ {{ $t('message.deepFoundConfig.saveLv') }}:{{ + filterLeave(item.safetyLevel) + }} +
- {{$t('message.deepFoundConfig.finishStatus')}}: + {{ $t('message.deepFoundConfig.finishStatus') }}: {{$t('message.deepFoundConfig.pedding')}} + :class="{ + 'status-underway': item.status == 1, + 'status-finish': item.status == 0 + }" + >{{ $t('message.deepFoundConfig.pedding') }}
-
- {{$t('message.deepFoundConfig.noData')}}
+{{ $t('message.deepFoundConfig.noData') }}
- {{$t('message.deepFoundConfig.pointManage')}}
+ {{ $t('message.deepFoundConfig.pointManage') }}
- {{$t('message.deepFoundConfig.realData')}}
+ {{ $t('message.deepFoundConfig.realData') }}
+
- {{$t('message.deepFoundConfig.stationing')}}
+ {{ $t('message.deepFoundConfig.stationing') }}
- {{$t('message.deepFoundConfig.save')}}
+ {{ $t('message.deepFoundConfig.save') }}
{{item2.keyName}}:{{item.currentdata[item2.key]}}
+ > + {{ item2.keyName }}:{{ + item.currentdata[item2.key] + }} +
- +
+ - {{$t('message.deepFoundConfig.hintContent')}} + {{ $t('message.deepFoundConfig.hintContent') }}
-