diff --git a/api/index.js b/api/index.js index ce92a17..7184f52 100644 --- a/api/index.js +++ b/api/index.js @@ -49,18 +49,21 @@ export const getCheckCycle = () => post("/app/dictionaries/getLevels", {loading: export const getListType = () => post("/app/dictionaries/getLevels", {loading: false, DICTIONARIES_ID: '4a3d0d99b0ea4e268c11dd0b18866917'}) //获取清单类型 export const approveHotWorkSupervision = (params) => post("/app/hotworkapplication/editOpinion", params) //特级动火 安全监督部初审 export const approveHotWorkSupervisionAndFfile = (params) => upload("/app/hotworkapplication/editOpinion/file", params) //特级动火 安全监督部初审 增加签字附件 -export const getInspectionReportCorpInfoList = (params) => post("/app/inspectionReport/corpinfo/list", params) //获取所有的分公司自查自报记录 -export const getInspectionReportListManageList = (params) => post("/app/inspectionReport/listManage/list", params) //分公司的清单记录 -export const getInspectionReportListManageRecordsList = (params) => post("/app/inspectionReport/listManage/records/list", params) //已检查信息与超期未检查记录 -export const getInspectionReportListManageRecordsDetails = (params) => post("/app/inspectionReport/listManage/records/details", params) //检查记录详情 -export const getIgnoreCountByCorpInfo = (params) => post("/app/hidden/getIgnoreCountByCorpinfo", params) //获取忽略隐患公司列表 -export const getIgnoreHiddenList = (params) => post("/app/hidden/ignorelist", params) //获取忽略隐患列表 -export const getHiddenGoEdit = (params) => post("/app/hidden/goEdit", params) //隐患详情 -export const getCorpInfoRiskStatistics = (params) => post("/app/corpinfo/risk/statistics", params) //获取企业风险管理列表 -export const getRiskUnitList = (params) => post("/app/riskunit/list", params) //获取公司风险点列表 -export const getRiskUnitCustomizedList = (params) => post("/app/riskunit/customizedList", params) //获取公司风险点列表 -export const getGeneralCountByCorpInfo = (params) => post("/app/hidden/hidden/list", params) //获取一般隐患公司列表 -export const getGeneralHiddenList = (params) => post("/app/hidden/generalHiddenList", params) //获取一般隐患列表 +export const getInspectionReportCorpInfoList = (params) => post("/hidden/inspections/statistics/company/page", params) //获取所有的分公司自查自报记录 +export const getInspectionReportListManageList = (params) => post("/hidden/inspections/page", params) //分公司的清单记录 +export const getInspectionReportListManageRecordsList = (params) => post("/hidden/inspections/record/page", params) //已检查信息与超期未检查记录 +export const getInspectionReportListManageRecordsDetails = (params) => post(`/hidden/inspections/record/${params.id}`, params) //检查记录详情 +export const getChecklistInspectionStatusRecordViewOtherHiddenDangerList = (params) => post("/hidden/query/list", params); +export const getIgnoreCountByCorpInfo = (params) => post("/hidden/statistics/ignore/page", params) //获取忽略隐患公司列表 +export const getIgnoreHiddenList = (params) => post("/hidden/query/ignore/page/app", params) //获取忽略隐患列表 +export const getHiddenGoEdit = (params) => post(`/hidden/query/${params.id}`, params) //隐患详情 +export const getCorpInfoRiskStatistics = (params) => post("/risk/statistics/corp/page", params) //获取企业风险管理列表 +export const getCorpInfoRiskStatistics1 = (params) => post("/app/corpinfo/risk/statistics", params) //获取企业风险管理列表 +export const getRiskUnitList = (params) => post("/risk/unit/list", params) //获取公司风险点列表 +export const getRiskUnitCustomizedList = (params) => post("/risk/point/app/page", params) //获取公司风险点列表 +export const getRiskPostInfo = (params) => post(`/risk/point/${params.id}`, params) //获取公司风险点列表 +export const getGeneralCountByCorpInfo = (params) => post("/hidden/statistics/general/page", params) //获取一般隐患公司列表 +export const getGeneralHiddenList = (params) => post("/hidden/query/page", params) //获取一般隐患列表 export const getSpecialCountByCorpInfo = (params) => post("/app/hidden/speciallist", params) //获取特殊隐患列表 export const getSpecialHiddenList = (params) => post("/app/hidden/specialByCorpInfoId", params) //获取特殊隐患列表 export const getRiskFourColorMapList = (params) => post("/app/riskwarning/list", params) //获取风险四色图列表 diff --git a/manifest.json b/manifest.json index 140f3e6..326fa96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name" : "秦港双控-监管端", - "appid" : "__UNI__DB65C6B", + "appid" : "__UNI__B09FF11", "description" : "秦港双控-监管端", - "versionName" : "01.00.59", - "versionCode" : 59, + "versionName" : "01.00.50", + "versionCode" : 50, "transformPx" : false, /* 5+App特有相关 android:value="uni.UN5E8A412|__UNI__DB65C6B|124611200205|common" */ @@ -69,49 +69,47 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {}, - "maps" : { - "baidu" : { - "appkey_ios" : "HLcs9LXSe81VbYDvpBv6RDoiFL3UqetM", - "appkey_android" : "Q9xrYCbgeGkRuH5nPjhgw7js55pXg8zU" - } - }, - "geolocation" : { - "baidu" : { - "__platform__" : [ "ios", "android" ], - "appkey_ios" : "HLcs9LXSe81VbYDvpBv6RDoiFL3UqetM", - "appkey_android" : "Q9xrYCbgeGkRuH5nPjhgw7js55pXg8zU" - } - } + "maps" : {}, + // "baidu" : { + // "appkey_ios" : "HLcs9LXSe81VbYDvpBv6RDoiFL3UqetM", + // "appkey_android" : "Q9xrYCbgeGkRuH5nPjhgw7js55pXg8zU" + // } + "geolocation" : {} }, + // "baidu" : { + // "__platform__" : [ "ios", "android" ], + // "appkey_ios" : "HLcs9LXSe81VbYDvpBv6RDoiFL3UqetM", + // "appkey_android" : "Q9xrYCbgeGkRuH5nPjhgw7js55pXg8zU" + // } "icons" : { "android" : { - "hdpi" : "unpackage/res/icons/72x72.png", - "xhdpi" : "unpackage/res/icons/96x96.png", - "xxhdpi" : "unpackage/res/icons/144x144.png", - "xxxhdpi" : "unpackage/res/icons/192x192.png" + "hdpi" : "", + "xhdpi" : "", + "xxhdpi" : "", + "xxxhdpi" : "" }, "ios" : { - "appstore" : "unpackage/res/icons/1024x1024.png", + "appstore" : "", "ipad" : { - "app" : "unpackage/res/icons/76x76.png", - "app@2x" : "unpackage/res/icons/152x152.png", - "notification" : "unpackage/res/icons/20x20.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "proapp@2x" : "unpackage/res/icons/167x167.png", - "settings" : "unpackage/res/icons/29x29.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "spotlight" : "unpackage/res/icons/40x40.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png" + "app" : "", + "app@2x" : "", + "notification" : "", + "notification@2x" : "", + "proapp@2x" : "", + "settings" : "", + "settings@2x" : "", + "spotlight" : "", + "spotlight@2x" : "" }, "iphone" : { - "app@2x" : "unpackage/res/icons/120x120.png", - "app@3x" : "unpackage/res/icons/180x180.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "notification@3x" : "unpackage/res/icons/60x60.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "settings@3x" : "unpackage/res/icons/87x87.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png", - "spotlight@3x" : "unpackage/res/icons/120x120.png" + "app@2x" : "", + "app@3x" : "", + "notification@2x" : "", + "notification@3x" : "", + "settings@2x" : "", + "settings@3x" : "", + "spotlight@2x" : "", + "spotlight@3x" : "" } } } diff --git a/pages/branch-self-report/index/index.vue b/pages/branch-self-report/index/index.vue index 29e9d5e..59f109f 100644 --- a/pages/branch-self-report/index/index.vue +++ b/pages/branch-self-report/index/index.vue @@ -5,7 +5,7 @@ prefixIcon="search" placeholder="请输入关键字" border="surround" - v-model="KEYWORDS" + v-model="companyName" clearable shape="circle" > @@ -18,33 +18,32 @@ - {{ item.CORP_NAME }} + {{ item.companyName }} 属地: - - - + + + - 检查清单数:{{ item.qdCount }} - 检查次数:{{ item.checkedCount }} + 检查清单数:{{ item.checkInspectionsCount }} + 检查次数:{{ item.checkCount }} - 忽略:{{ item.hlCount }} - 轻微:{{ item.xwCount }} - 一般:{{ item.qwCount }} - 较大:{{ item.jdCount }} + 忽略:{{ item.ignoreHiddenCount }} + 轻微:{{ item.minorHiddenCount }} + 一般:{{ item.generalHiddenCount }} + 较大:{{ item.largeHiddenCount }} - 重大隐患:{{ item.zdCount }} - + 重大隐患:{{ item.seriousHiddenCount }} + @click="fnNavigatorDetail(item.companyId)"> @@ -54,14 +53,14 @@ diff --git a/pages/general-hidden-management/general-hidden/list.vue b/pages/general-hidden-management/general-hidden/list.vue index 5b34a59..b451179 100644 --- a/pages/general-hidden-management/general-hidden/list.vue +++ b/pages/general-hidden-management/general-hidden/list.vue @@ -5,7 +5,7 @@ prefixIcon="search" placeholder="请输入关键字" border="surround" - v-model="KEYWORDS" + v-model="companyName" clearable shape="circle" > @@ -18,21 +18,21 @@ - {{ item.CORP_NAME }} + {{ item.companyName }} 属地: - - + + - 轻微隐患:{{item.xwCount}} - 一般隐患:{{item.qwCount}} + 轻微隐患:{{item.minorHiddenCount}} + 一般隐患:{{item.generalHiddenCount}} - + @@ -42,14 +42,14 @@ diff --git a/pages/general-hidden-management/ignore-hidden/list.vue b/pages/general-hidden-management/ignore-hidden/list.vue index 9e7ce2c..6f69e52 100644 --- a/pages/general-hidden-management/ignore-hidden/list.vue +++ b/pages/general-hidden-management/ignore-hidden/list.vue @@ -5,7 +5,7 @@ prefixIcon="search" placeholder="请输入关键字" border="surround" - v-model="KEYWORDS" + v-model="companyName" clearable shape="circle" > @@ -18,25 +18,25 @@ - {{ item.CORP_NAME }} + {{ item.companyName }} 属地: - - + + - 主要负责人:{{item.LR_NAME}} - 电话:{{item.LR_MOBILE}} + 主要负责人:{{item.contacts}} + 电话:{{item.contactsPhone}} - 忽略隐患数:{{item.hlCount}} + 忽略隐患数:{{item.ignoreHiddenCount}} - + @@ -46,14 +46,14 @@