| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667 |
- <template>
- <div class="grid-content bg-purple" style="height:100%;">
- <el-card class="box-card" style="height:100%;">
- <!-- 右侧组件 -->
- <el-tabs v-model="activeContent" type="card" style="height:100%;width: 100%;">
- <el-tab-pane label="督查人员" name="first" :style="{'height':tabContentHeight+'px'}">
- <duChaRenYuanList
- v-if="showRightComponent"
- ref="renYuanList"
- :objType="duChaType"
- :dczId="currentSelectTreeNodeId"
- :dczName="currentSelectTreeNodeName"
- @showEditDialog="showEditDialog">
- </duChaRenYuanList>
- </el-tab-pane>
- <el-tab-pane label="督查区域" name="third" :style="{'height':tabContentHeight+'px'}"
- v-if="showRightComponent && !hideArea">
- <duChaQuYuList
- ref="qyList"
- :objType="duChaType"
- :dczId="currentSelectTreeNodeId"
- :dczName="currentSelectTreeNodeName"
- @showEditDialog="showEditDialog_qy"
- @emitCurrentObjSelectName="emitCurrentObjSelectName">
- </duChaQuYuList>
- </el-tab-pane>
- <el-tab-pane label="督查对象" name="second" :style="{'height':tabContentHeight+'px'}">
- <duChaDuiXiangList
- v-if="showRightComponent"
- ref="duiXiangList"
- :objType="duChaType"
- :plnaId="plnaTreeCode"
- :dczId="currentSelectTreeNodeId"
- :dczName="currentSelectTreeNodeName"
- :activeContent="activeContent"
- @showEditDialog_dx="showEditDialog_dx"
- @emitCurrentObjSelectName="emitCurrentObjSelectName">
- </duChaDuiXiangList>
- </el-tab-pane>
- </el-tabs>
- </el-card>
- <!-- 添加督查人员、督查对象、督查区域 -->
- <editDczInfo ref="editDczInfoRef" :dczId="currentSelectTreeNodeId" :jiGouId="orgId"
- @addSuccess="RenYuanaAddSuccessHandler"/>
- <component :is="curEditDcdxInfo" ref="editDcdxInfoRef" :objType="duChaType" :plnaId="currentSelectTreeNodeId"
- :dczId="currentSelectTreeNodeId" @addSuccess="DuiXiangAddSuccessHandler"/>
- <!-- <editDcdxInfo ref="editDcdxInfoRef" :objType="duChaType" :plnaId ="currentSelectTreeNodeId" :dczId="currentSelectTreeNodeId" @addSuccess="DuiXiangAddSuccessHandler"></editDcdxInfo>
- <editDcdxInfoyunxing ref="editDcdxInfoRef" :objType="duChaType" :plnaId ="currentSelectTreeNodeId" :dczId="currentSelectTreeNodeId" @addSuccess="DuiXiangAddSuccessHandler"></editDcdxInfoyunxing> -->
- <editDcqyInfo ref="editDcqyInfoRef" :objType="duChaType" :plnaId="currentSelectTreeNodeId"
- :dczId="currentSelectTreeNodeId" @addSuccess="quYuAddSuccessHandler"/>
- </div>
- </template>
- <script>
- export default {
- props: ['duChaType', 'currentSelectTreeNodeId', 'currentSelectTreeNodeName'],
- data() {
- return {
- tabContentHeight: window.innerHeight - 260,
- showRightComponent: false,
- activeContent: 'first',
- plnaTreeCode: '', //也许不需要?
- curEditDcdxInfo: 'editDcdxInfo', //根据duChaType判断当前添加对象的弹窗类型
- }
- },
- computed: {
- orgId() {
- return localStorage.getItem("guid") ? localStorage.getItem("guid") : "";
- },
- hideArea() {
- return this.duChaType == '23'
- }
- },
- components: {
- duChaDuiXiangList: resolve => {
- require(['./duChaDuiXiangList.vue'], resolve)
- },//监督对象操作
- duChaQuYuList: resolve => {
- require(['../../duChaGuanLi/duChaQuYuList.vue'], resolve)
- },//监督区域操作
- duChaRenYuanList: resolve => {
- require(['../../duChaGuanLi/duChaRenYuanList.vue'], resolve)
- },//监督人员操作
- editDczInfo: resolve => {
- require(['../editDczInfo.vue'], resolve)
- },//添加监督人员
- editDcdxInfo: resolve => {
- require(['../editDcdxInfo.vue'], resolve)
- },//添加监督对象(包含小水库,江西大中型水库督查,水库防洪调度,2019年农饮,水毁,地下水监测站督查)
- editDcdxInfosz: resolve => {
- require(['../editDcdxInfo_sz.vue'], resolve)
- },//添加水闸监督对象
- editDcdxInfojianshe: resolve => {
- require(['../editDcdxInfo_jianshe.vue'], resolve)
- },//添加工程建设监督对象
- editDcdxInfoyunxing: resolve => {
- require(['../editDcdxInfo_yunxing.vue'], resolve)
- },//添加工程运行监督对象
- editDcdxInfoyudiba: resolve => {
- require(['../editDcdxInfoydb.vue'], resolve)
- },//添加淤泥坝监督对象
- editDcdxInfotdfj: resolve => {
- require(['../editDcdxInfo_tdfj.vue'], resolve)
- },//添加特定飞检监督对象
- editDcdxInfoqita: resolve => {
- require(['../editDcdxInfo_qtjc.vue'], resolve)
- },
- editDcdxInfoszyxjxzq: resolve => {
- require(['../editDcdxInfoSzyxjxzq.vue'], resolve)
- }, //分水管控
- editDcdxInfoqsk: resolve => {
- require(['../editDcdxInfoQsk.vue'], resolve)
- },
- editDcdxInfosyd: resolve => {
- require(['../editDcdxInfoSyd.vue'], resolve)
- },
- editDcdxInfojsgl: resolve => {
- require(['../editDcdxInfoJsglypj.vue'], resolve)
- }, //节水管理与评价
- editDcdxInfojsdw: resolve => {
- require(['../editDcdxInfoJsdwcc.vue'], resolve)
- }, //用水单位
- editDcdxInfosb: resolve => {
- require(['../editDcdxInfo_shuibao.vue'], resolve)
- }, //水保
- editDcdxInfosl: resolve => {
- require(['../editDcdxInfo_siluan.vue'], resolve)
- }, //四乱,水政
- editDcdxInfozyhbdc: resolve => {
- require(['../editDcdxInfo_zyhbdc.vue'], resolve)
- }, //中央环保督查
- editDcdxInfoSkFj: resolve => {
- require(['../editDcdxInfo_sk_fj.vue'], resolve)
- }, //福建大中型水库
- editDcdxInfoQuanScore: resolve => {
- require(['../editDcdxInfo_quanScore.vue'], resolve)
- }, //福建量化评分
- editDcdxInfoXskbzh: resolve => {
- require(['../editDcdxInfo_xskbzh.vue'], resolve)
- }, //江西小水库标准化
- editDcdxInfoRyZj: resolve => {
- require(['../editDcdxInfo_ryZj.vue'], resolve)
- }, //浙江人饮
- editDcdxInfoZjqjg: resolve => {
- require(['../editDcdxInfo_zjqjg.vue'], resolve)
- }, //浙江强监管
- editDcqyInfo: resolve => {
- require(['../editDcqyInfo.vue'], resolve)
- },
- editDcdxInfoRynew: resolve => {
- require(['../editDcdxInfo_rynew.vue'], resolve)
- },
- editDcdxInfoYiGongLi: resolve => {
- require(['../editDcdxInfo_yigongli.vue'], resolve)
- }, //灌区最后一公里
- editDcdxInfoDiFang: resolve => {
- require(['../editDcdxInfo_difang.vue'], resolve)
- }, //堤防
- editDcdxInfoChaoBiaoHongYuAn: resolve => {
- require(['../editDcdxInfo_chaobiaohongyuan.vue'], resolve)
- }, //超标
- editDcdxInfoQys: resolve => {
- require(['../editDcdxInfoQys.vue'], resolve)
- }, //取用水
- editDcdxInfoJieshui: resolve => {
- require(['../editDcdxInfo_jieshui.vue'], resolve)
- }, //取用水
- editDcdxInfoSkcxjg: resolve => {
- require(['../editDcdxInfo_skcxjg.vue'], resolve)
- }, // 34 水库除险加固
- editDcdxInfoZxhl: resolve => {
- require(['../editDcdxInfo_zxhl.vue'], resolve)
- }, // 35 水库除险加固
- editDcdxInfoNyhtk: resolve => {
- require(['../editDcdxInfo_nyhtk.vue'], resolve)
- }, // 37 水库除险加固
- editDcdxInfoSzygl: resolve => {
- require(['../editDcdxInfo_szygl.vue'], resolve)
- }, //取用水
- editDcdxInfoJsztfh: resolve => {
- require(['../editDcdxInfo_jsztfh.vue'], resolve)
- }, //节水载体复核
- editDcdxInfoQsxkglfhhdw: resolve => {
- require(['../editDcdxInfo_qsxkglfhhdw.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoSzyjsgl: resolve => {
- require(['../editDcdxInfo_szyjsgl.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoXjSzyjsgl: resolve => {
- require(['../editDcdxInfo_xjszyjsgl.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoQsxkglfhsdz: resolve => {
- require(['../editDcdxInfo_qsxkglfhsdz.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoAqscssjygk: resolve => {
- require(['../editDcdxInfo_aqscssjygk.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoNcysaq: resolve => {
- require(['../editDcdxInfo_ncysaq.vue'], resolve)
- }, //取水许可管理复核
- editDcdxInfoQsxk: resolve => {
- require(['../editDcdxInfo_qsxk.vue'], resolve)
- }, //青海取水许可
- editDcdxInfoWrsAndWswmSpe: (resolve) => {
- require(['../editDcdxInfoWrsAndWswmSpe.vue'], resolve)
- },//江苏水资源和节水管理专项
- editDcdxInfoZhaoTouBiao: (resolve) => {
- require(['../editDcdxInfo_zhaotoubiao.vue'], resolve)
- },//江苏水资源和节水管理专项
- editDcdxInfoShuiyacai: (resolve) => {
- require(['../editDcdxInfo_shuiyacai.vue'], resolve)
- },//水压采
- editDcdxInfoTuidiJianshui: (resolve) => {
- require(['../editDcdxInfo_tuidijianshui.vue'], resolve)
- }//068(rlrw)退地减水督查(新疆)
- ,
- editDcdxInfoXiaofangYiqing: (resolve) => {
- require(['../editDcdxInfo_xiaofangyiqing.vue'], resolve)
- },//074(safety)074消防安全及疫情防控对象督查(江西)
- editDcdxInfoShuiXingZhenBuMen: (resolve) => {
- require(['../editDcdxInfo_shuixingzhengbumen.vue'], resolve)
- },//075水行政部门安全生产巡查
- editDcdxInfoHehuzhangzhi: (resolve) => {
- require(['../editDcdxInfo_hehuzhangzhi.vue'], resolve)
- },//河湖长制
- editDcdxInfoHehuguanli: (resolve) => {
- require(['../editDcdxInfo_hehuguanli.vue'], resolve)
- },//河湖管理
- editDcdxInfoSlxmaqscxj: (resolve) => {
- require(['../editDcdxInfo_slxmaqscxj.vue'], resolve)
- },//河湖管理
- editDcdxInfoNcysaqAf: (resolve) => {
- require(['../editDcdxInfo_ncysaqaf.vue'], resolve)
- },//河湖管理
- editDcdxInfoBxzzqlaq: (resolve) => {
- require(['../editDcdxInfo_bxzzqlaq.vue'], resolve)
- },//病险闸站
- editDcdxInfoXsd: (resolve) => {
- require(['../editDcdxInfo_xsd.vue'], resolve)
- },//小水电清理暗访督查
- editDcdxInfoSxzzf: (resolve) => {
- require(['../editDcdxInfo_shuixingzhengzhifa.vue'], resolve)
- },//青海水行政执法
- editDcdxInfoWxhxpsyaq: (resolve) => {
- require(['../editDcdxInfo_weixianhuaxuepinanquan.vue'], resolve)
- },//江苏危险化学品使用安全
- editDcdxInfoXskcxjg: (resolve) => {
- require(['../editDcdxInfo_xskcxjg.vue'], resolve)
- },//小水库除险加固
- editDcdxInfoDxs: (resolve) => {
- require(['../editDcdxInfo_hbdxs.vue'], resolve)
- },//河北地下水
- editDcdxInfoStbczdgc: (resolve) => {
- require(['../editDcdxInfo_stbczdgc.vue'], resolve)
- },//河北地下水
- editDcdxInfoCbhsfy: (resolve) => {
- require(['../editDcdxInfo_cbhsfy.vue'], resolve)
- },//青海超标洪水防御
- editDcdxInfoShzhfy: (resolve) => {
- require(['../editDcdxInfo_shzhfy.vue'], resolve)
- },//青海山洪灾害防御
- editDcdxInfoShxf: (resolve) => {
- require(['../editDcdxInfo_shxf.vue'], resolve)
- },//青海水毁修复
- editDcdxInfoSkfhdd: (resolve) => {
- require(['../editDcdxInfo_skfhdd.vue'], resolve)
- },//青海水毁修复
- editDcdxInfoFjncysaq: (resolve) => {
- require(['../editDcdxInfo_fjncysaq.vue'], resolve)
- },//福建农村饮水安全
- editDcdxInfoXyjsxshdbjs: (resolve) => {
- require(['../editDcdxInfo_xyjsxshjs.vue'], resolve)
- },//县域节水型社会达标建设监督
- editDcdxInfoSlzjjdjc:(resolve) => {
- require(['../editDcdxInfo_slzjjdjc.vue'], resolve)
- },//新疆水利资金监督检查
- editDcdxInfoSlgcjsaqsc:(resolve) => {
- require(['../editDcdxInfo_slgcjsaqsc.vue'], resolve)
- },//青海水利工程建设安全生产
- editDcdxInfoSlgcjszljc:(resolve) => {
- require(['../editDcdxInfo_slgcjszljc.vue'], resolve)
- },//青海水利工程建设质量检测
- editDcdxInfoBzhgd:(resolve) => {
- require(['../editDcdxInfo_bzhgd.vue'], resolve)
- },//标准化工地
- editDcdxInfoZlglpj:(resolve) => {
- require(['../editDcdxInfo_zlglpj.vue'], resolve)
- },//质量管理评价
- editDcdxInfoNcysaqXjbt: resolve => {
- require(['../editDcdxInfo_ncysaqxjbt.vue'], resolve)
- }, //
- editDcdxInfoFjSxzzf: resolve => {
- require(['../editDcdxInfo_fjsxzzf.vue'], resolve)
- },
- editDcdxInfoCommon:resolve => {
- require(['../editDcdxInfo_common.vue'], resolve)
- },
- editDcdxPwuAWiu:resolve => {
- require(['../editDcdxInfo_pwuawiu.vue'], resolve)
- },
- editDcdxDrinkWaterSource:resolve => {
- require(['../editDcdxInfo_drinkwatersource.vue'], resolve)
- },
- editDcdxXskSd:resolve => {
- require(['../editDcdxInfo.vue'], resolve)
- },
- editDcdxXsdyhgl:resolve => {
- require(['../editDcdxInfo_xsdyhgl.vue'], resolve)
- },
- editDcdxRdwpgd:resolve => {
- require(['../editDcdxInfo_rdwpgd.vue'], resolve)
- },
- editDcdxInfoFjqa:resolve => {
- require(['../editDcdxInfo_fjqa.vue'], resolve)
- },
- editDcdxInfoJhyshqsk:resolve => {
- require(['../editDcdxInfo_jhyshqsk.vue'], resolve)
- },
- editDcdxInfoFraqscbzhps:resolve => {
- require(['../editDcdxInfo_fraqscbzhps.vue'], resolve)
- },
- editDcdxInfoGldwaqscbzhps:resolve => {
- require(['../editDcdxInfo_gldwaqscbzhps.vue'], resolve)
- },
- editDcdxInfoSgqyaqscbzhps:resolve => {
- require(['../editDcdxInfo_sgqyaqscbzhps.vue'], resolve)
- },
- editDcdxInfoSjdwaqscbzhps:resolve => {
- require(['../editDcdxInfo_sjdwaqscbzhps.vue'], resolve)
- },
- editDcdxInfoJldwaqscbzhps:resolve => {
- require(['../editDcdxInfo_jldwaqscbzhps.vue'], resolve)
- },
- editDcdxInfoJspwiu2024:resolve => {
- require(['../editDcdxInfo_jspwiu2024.vue'], resolve)
- },
- editDcdxInfoSdqa:resolve => {
- require(['../editDcdxInfo_sdqa.vue'], resolve)
- },
- editDcdxInfoFjTongyongWtDc:resolve => {
- require(['../editDcdxInfo_fjTongyongWtDc.vue'], resolve)
- },
- editDcdxInfoAx:resolve => {
- require(['../editDcdxInfo_fjAx.vue'], resolve)
- },
- editDcdxInfoLx:resolve => {
- require(['../editDcdxInfo_fjLx.vue'], resolve)
- },
- },
- mounted() {
- this.showRightComponent = true;
- },
- methods: {
- showEditDialog(item) {
- this.$refs['editDczInfoRef'].showDialog();
- },
- showEditDialog_dx(item) {
- console.log(this.duChaType)
- this.$refs['editDcdxInfoRef'].showDialog(this.duChaType);
- },
- showEditDialog_qy(item) {
- this.$refs['editDcqyInfoRef'].showDialog();
- },
- emitCurrentObjSelectName(item) {
- console.log(item)
- this.$refs['editDcdxInfoRef'].changeCurrentObjSelectName(item);
- },
- RenYuanaAddSuccessHandler: function () {
- this.$refs['renYuanList'].getDcryResult();
- },
- DuiXiangAddSuccessHandler: function () {
- this.$refs['duiXiangList'].getDcdxList1();
- },
- quYuAddSuccessHandler: function () {
- this.$refs['qyList'].getDcqyResult();
- },
- },
- watch: {
- duChaType(val) {
- console.log(val)
- // 1 小水库 2 人饮 3 水毁 4 水利工程建设 5 地下水 6 水闸 7 水利工程运行 36 大中型水库
- switch (val) {
- case '1':
- case '2':
- case '3':
- case '5':
- case '36':
- case '26':
- case '34': //水库除险加固
- case '80': //中大型水库回头看
- this.curEditDcdxInfo = 'editDcdxInfo'
- break;
- case '4': //水利工程建设督查
- this.curEditDcdxInfo = 'editDcdxInfojianshe'
- break;
- case '6': //水闸工程督查
- this.curEditDcdxInfo = 'editDcdxInfosz'
- break;
- case '7': //水利工程运行督查
- this.curEditDcdxInfo = 'editDcdxInfoyunxing'
- break;
- case '9': //特定飞检
- this.curEditDcdxInfo = 'editDcdxInfotdfj'
- break;
- case '10': //其他检查
- this.curEditDcdxInfo = 'editDcdxInfoqita'
- break;
- case '11': //淤地坝督查
- this.curEditDcdxInfo = 'editDcdxInfoyudiba'
- break;
- case '12': //取水口督查
- this.curEditDcdxInfo = 'editDcdxInfoqsk'
- break;
- case '13': //水源地督查
- this.curEditDcdxInfo = 'editDcdxInfosyd'
- break;
- case '14': //分水及管控督查
- this.curEditDcdxInfo = 'editDcdxInfoszyxjxzq'
- break;
- case '15': //节水管理与评价
- this.curEditDcdxInfo = 'editDcdxInfojsgl'
- break;
- case '16': //用水单位抽查
- this.curEditDcdxInfo = 'editDcdxInfojsdw'
- break;
- case '17': //水保项目
- this.curEditDcdxInfo = 'editDcdxInfosb'
- break;
- case '18':
- case '19': //18 河湖四乱督查 19非法采砂督查
- this.curEditDcdxInfo = 'editDcdxInfosl'
- break;
- case '20': //中央环保督查
- this.curEditDcdxInfo = 'editDcdxInfozyhbdc'
- break;
- case '22': //大中型水库督查
- this.curEditDcdxInfo = 'editDcdxInfoSkFj'
- break;
- case '23': //量化评分
- this.curEditDcdxInfo = 'editDcdxInfoQuanScore'
- break;
- case '24': //小水库标准化
- this.curEditDcdxInfo = 'editDcdxInfoXskbzh'
- break;
- case '25': //2020年农饮
- case '37': //农饮回头看
- this.curEditDcdxInfo = 'editDcdxInfoRynew'
- break;
- case '27': //山洪灾害防御
- this.curEditDcdxInfo = 'editDcdxInfoRyZj'
- break;
- case '28': //灌区最后一公里
- case '62': // 新疆乙级检测单位
- this.curEditDcdxInfo = 'editDcdxInfoYiGongLi'
- break;
- case '67': // 新疆乙级检测单位
- this.curEditDcdxInfo = 'editDcdxInfoZhaoTouBiao'
- break;
- case '29': //堤防险工险段
- this.curEditDcdxInfo = 'editDcdxInfoDiFang'
- break;
- case '30': //超标洪水防御
- this.curEditDcdxInfo = 'editDcdxInfoChaoBiaoHongYuAn'
- break;
- case '31': //取用水
- this.curEditDcdxInfo = 'editDcdxInfoQys'
- break;
- case '32': //水资源
- this.curEditDcdxInfo = 'editDcdxInfoSzygl'
- break;
- case '33': //节约用水
- this.curEditDcdxInfo = 'editDcdxInfoJieshui'
- break;
- // case '34': //水库除险加固
- // this.curEditDcdxInfo = 'editDcdxInfoSkcxjg'
- // break;
- case '35': //中小河流
- this.curEditDcdxInfo = 'editDcdxInfoZxhl'
- break;
- // case '37': //农饮回头看
- // this.curEditDcdxInfo = 'editDcdxInfoNyhtk'
- // break;
- case '41': //浙江人饮
- this.curEditDcdxInfo = 'editDcdxInfoRyZj'
- break;
- case '42': //浙江强监管
- this.curEditDcdxInfo = 'editDcdxInfoZjqjg'
- break;
- case '54': //福建节水载体复核
- this.curEditDcdxInfo = 'editDcdxInfoJsztfh'
- break;
- case '55': //福建取水许可管理复核河道外
- this.curEditDcdxInfo = 'editDcdxInfoQsxkglfhhdw'
- break;
- case '53': //福建水资源及节水管理
- this.curEditDcdxInfo = 'editDcdxInfoSzyjsgl'
- break;
- case '56': //福建水资源及节水管理县级
- this.curEditDcdxInfo = 'editDcdxInfoXjSzyjsgl'
- break;
- case '57': //福建取水许可管理复核水电站
- this.curEditDcdxInfo = 'editDcdxInfoQsxkglfhsdz'
- break;
- case '68': // 退地减水
- this.curEditDcdxInfo = 'editDcdxInfoTuidiJianshui'
- break;
- case '69': //福建取水许可管理复核水电站
- this.curEditDcdxInfo = 'editDcdxInfoAqscssjygk'
- break;
- case '70': // 地下水压采
- this.curEditDcdxInfo = 'editDcdxInfoShuiyacai'
- break;
- case '71': //福建取水许可管理复核水电站
- this.curEditDcdxInfo = 'editDcdxInfoNcysaq'
- break;
- case '72': //青海取水许可
- this.curEditDcdxInfo = 'editDcdxInfoQsxk'
- break;
- case '73': //小水电清理暗访督查
- this.curEditDcdxInfo = 'editDcdxInfoXsd'
- break;
- case '74': //消防安全及疫情防控对象督查
- this.curEditDcdxInfo = 'editDcdxInfoXiaofangYiqing'
- break;
- case '75': //水行政部门安全生产巡查
- this.curEditDcdxInfo = 'editDcdxInfoShuiXingZhenBuMen'
- break;
- case '76': //河湖长制
- this.curEditDcdxInfo = 'editDcdxInfoHehuzhangzhi'
- break;
- case '77': //河湖管理
- this.curEditDcdxInfo = 'editDcdxInfoHehuguanli'
- break;
- case '78': //水利项目安全生产巡检
- this.curEditDcdxInfo = 'editDcdxInfoSlxmaqscxj'
- break;
- case '79': //广东农村饮水安全暗访
- this.curEditDcdxInfo = 'editDcdxInfoNcysaqAf'
- break;
- case '81': //病险闸站桥梁安全
- this.curEditDcdxInfo = 'editDcdxInfoBxzzqlaq'
- break;
- case '82': //青海水行政执法
- this.curEditDcdxInfo = 'editDcdxInfoSxzzf'
- break;
- case '83': //江苏危险化学品使用安全督查
- this.curEditDcdxInfo = 'editDcdxInfoWxhxpsyaq'
- break;
- case '84': //小水库除险加固
- this.curEditDcdxInfo = 'editDcdxInfoXskcxjg'
- break;
- case '89': //河北地下水
- this.curEditDcdxInfo = 'editDcdxInfoDxs'
- break;
- case '91': //青海水土保持重点工程
- this.curEditDcdxInfo = 'editDcdxInfoStbczdgc'
- break;
- case '93': //青海超标洪水防御
- this.curEditDcdxInfo = 'editDcdxInfoCbhsfy'
- break;
- case '94': //青海山洪灾害防御
- this.curEditDcdxInfo = 'editDcdxInfoShzhfy'
- break;
- case '95': //水毁修复
- this.curEditDcdxInfo = 'editDcdxInfoShxf'
- break;
- case '96': //水库防洪调度
- this.curEditDcdxInfo = 'editDcdxInfoSkfhdd'
- break;
- case '97': //福建2021农饮
- this.curEditDcdxInfo = 'editDcdxInfoFjncysaq'
- break;
- case '98': //新疆兵团水利资金监督检查
- this.curEditDcdxInfo = 'editDcdxInfoSlzjjdjc'
- break;
- case '99': //青海水利工程建设安全生产
- this.curEditDcdxInfo = 'editDcdxInfoSlgcjsaqsc'
- break;
- case '100': //青海水利工程建设质量检测
- this.curEditDcdxInfo = 'editDcdxInfoSlgcjszljc'
- break;
- case '101': //县域节水型社会达标建设监督(青海)
- this.curEditDcdxInfo = 'editDcdxInfoXyjsxshdbjs'
- break;
- case '104': //标准化工具(福建)
- this.curEditDcdxInfo = 'editDcdxInfoBzhgd'
- break;
- case '105': //质量管理评价(福建)
- this.curEditDcdxInfo = 'editDcdxInfoZlglpj'
- break;
- case '106'://小水库复查(云南)
- this.curEditDcdxInfo = 'editDcdxInfo'
- break;
- case '108'://新疆兵团农村饮水
- this.curEditDcdxInfo = 'editDcdxInfoNcysaqXjbt'
- break;
- case '110'://福建县水行政执法
- this.curEditDcdxInfo = 'editDcdxInfoFjSxzzf'
- break;
- case '111': //通用督查(海南)
- this.curEditDcdxInfo = 'editDcdxInfoCommon'
- break;
- case '112': //计划用水户及取水单位(江苏)
- this.curEditDcdxInfo = 'editDcdxPwuAWiu'
- break;
- case '113': //饮用水水源地管理督查(江苏)
- this.curEditDcdxInfo = 'editDcdxDrinkWaterSource'
- break;
- case '115': //小水库(山东)
- this.curEditDcdxInfo = 'editDcdxXskSd'
- break;
- case '116': //小水电隐患管理(福建)
- this.curEditDcdxInfo = 'editDcdxXsdyhgl'
- break;
- case '117': //小水电隐患管理(福建)
- this.curEditDcdxInfo = 'editDcdxRdwpgd'
- break;
- case '119': //工程质量监督(福建)
- this.curEditDcdxInfo = 'editDcdxInfoFjqa'
- break;
- case '120': //计划用水户取水口(江苏)
- this.curEditDcdxInfo = 'editDcdxInfoJhyshqsk'
- break;
- case '121': //法人安全生产标准化评审(福建)
- this.curEditDcdxInfo = 'editDcdxInfoFraqscbzhps'
- break;
- case '122': //管理单位安全生产标准化评审(福建)
- this.curEditDcdxInfo = 'editDcdxInfoGldwaqscbzhps'
- break;
- case '123': //施工企业安全生产标准化评审(福建)
- this.curEditDcdxInfo = 'editDcdxInfoSgqyaqscbzhps'
- break;
- case '124': //设计单位安全生产标准化评审(福建)
- this.curEditDcdxInfo = 'editDcdxInfoSjdwaqscbzhps'
- break;
- case '125': //监理单位安全生产标准化评审(福建)
- this.curEditDcdxInfo = 'editDcdxInfoJldwaqscbzhps'
- break;
- case '126': //取用水户及取用水情况检查(江苏)
- this.curEditDcdxInfo = 'editDcdxInfoJspwiu2024'
- break;
- case '127': //取用水户及取用水情况检查(江苏)
- this.curEditDcdxInfo = 'editDcdxInfoSdqa'
- break;
- case '128': //福建通用问题督查
- this.curEditDcdxInfo = 'editDcdxInfoFjTongyongWtDc'
- break;
- case '129': //安险
- this.curEditDcdxInfo = 'editDcdxInfoAx'
- break;
- case '130': //六项
- this.curEditDcdxInfo = 'editDcdxInfoLx'
- break;
- // case '101': //江苏水资源和节水管理专项
- // this.curEditDcdxInfo = 'editDcdxInfoWrsAndWswmSpe'
- // break;
- default:
- this.curEditDcdxInfo = 'editDcdxInfoyudiba'
- break;
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|