| src/components/main/components/side-menu/collapsed-menu.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/router/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/store/module/user.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/MovablePropertyRegistration.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/PledgeMovableProperty.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/receivablesMarket.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/diligenceTools/rentMarket.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/view/enterpriseControl/offSiteCheck.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/main/components/side-menu/collapsed-menu.vue
@@ -3,8 +3,10 @@ <a class="drop-menu-a" type="text" @mouseover="handleMousemove($event, children)" :style="{textAlign: !hideTitle ? 'left' : ''}"><Icon :size="rootIconSize" :color="textColor" :custom="parentItem.icon"></Icon><span class="menu-title" v-if="!hideTitle">{{ showTitle(parentItem) }}</span><Icon style="float: right;" v-if="!hideTitle" type="ios-arrow-forward" :size="16"/></a> <DropdownMenu ref="dropdown" slot="list"> <template v-for="child in children"> <collapsed-menu v-if="showChildren(child)" :icon-size="iconSize" :parent-item="child" :key="`drop-${child.name}`"></collapsed-menu> <DropdownItem v-else :key="`drop-${child.name}`" :name="child.name"><Icon :size="iconSize" :custom="child.icon"></Icon><span class="menu-title">{{ showTitle(child) }}</span></DropdownItem> <collapsed-menu class="secMenufont" v-if="showChildren(child)" :icon-size="iconSize" :parent-item="child" :key="`drop-${child.name}`"></collapsed-menu> <DropdownItem v-else :key="`drop-${child.name}`" :name="child.name"> <Icon :size="iconSize" :custom="child.icon"></Icon><span class="menu-title">{{ showTitle(child) }}</span> </DropdownItem> </template> </DropdownMenu> </Dropdown> @@ -51,3 +53,8 @@ } } </script> <style> .secMenufont .menu-title{ font-size: 14px; } </style> src/router/index.js
@@ -27,6 +27,7 @@ } let bool = true router.beforeEach((to, from, next) => { console.log(to.name) if (['newsDetail', 'publicMessage_tool', 'loanSchemeAndRecoveryPlan','offSiteCheckQYTP','fundMonitoring','paymentMonitoring','siteCheck','managementItem','basicAttributes_tool','reportFormsManage'].indexOf(to.name) > -1) { bool = false } src/store/module/user.js
@@ -28,9 +28,13 @@ messageReadedList: [], messageTrashList: [], messageContentStore: {}, current: '' current: '', //powerAccess:'' }, mutations: { // powerAccess(state, powerString){ // state.powerAccess=powerString // }, setAvator (state, avatorPath) { state.avatorImgPath = avatorPath }, src/view/diligenceTools/MovablePropertyRegistration.vue
@@ -416,7 +416,7 @@ <span class="modalspan_01 modaltitleclick">{{item.title}}</span> </li> </ul> <ul class="jinduul"> <ul class="jinduul" style="box-shadow: 0 1px 6px rgba(0,0,0,0.2);"> <li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu"> <span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'"> <b v-show="checkTableLists.length>1&&index2!=0"></b> @@ -441,7 +441,7 @@ <Icon custom="custom custom-kong" size="40" style="color: darkgray;"></Icon> <p style="margin-top: 8px;">暂无数据</p> </div> <div style="height: 430px;overflow-y: auto" v-if="checkTableList.TypeId===1"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" v-if="checkTableList.TypeId===1"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="movableScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> @@ -947,7 +947,7 @@ </div> </div> </div> <div style="height: 430px;overflow-y: auto" v-if="checkTableList.TypeId===2"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" v-if="checkTableList.TypeId===2"> <div v-for="(checkTableList,index) in checkTableLists"> <div class="movableScroll" style="height: 430px;overflow-y: auto" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> @@ -1453,7 +1453,7 @@ </div> </div> </div> <div style="height: 430px;overflow-y: auto" v-if="checkTableList.TypeId===3"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" v-if="checkTableList.TypeId===3"> <div v-for="(checkTableList,index) in checkTableLists"> <div class="movableScroll" style="height: 430px;overflow-y: auto" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> src/view/diligenceTools/PledgeMovableProperty.vue
@@ -290,7 +290,7 @@ <span class="modalspan_01 modaltitleclick">{{item.title}}</span> </li> </ul> <ul class="jinduul"> <ul class="jinduul" style="box-shadow: 0 1px 6px rgba(0,0,0,0.2);"> <li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu"> <span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'"> <b v-show="checkTableLists.length>1&&index2!=0"></b> @@ -317,7 +317,7 @@ </div> <div v-if="checkTable.TypeId===1"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -455,7 +455,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> @@ -617,7 +617,7 @@ </div> </div> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -755,7 +755,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -897,7 +897,7 @@ </div> <div v-if="checkTable.TypeId===2"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1023,7 +1023,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1171,7 +1171,7 @@ 暂无数据 </div> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1297,7 +1297,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1427,7 +1427,7 @@ </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="checkTable.TypeId===3"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1553,7 +1553,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1701,7 +1701,7 @@ 暂无数据 </div> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1827,7 +1827,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -1957,7 +1957,7 @@ </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="checkTable.TypeId===4"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2083,7 +2083,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2231,7 +2231,7 @@ 暂无数据 </div> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2357,7 +2357,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2487,7 +2487,7 @@ </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="checkTable.TypeId===5"> <div v-for="(checkTableList,index) in checkTableLists"> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2619,7 +2619,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2773,7 +2773,7 @@ 暂无数据 </div> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='展望登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -2905,7 +2905,7 @@ </tr> </table> </div> <div style="height: 430px;overflow-y: auto" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <div style="height: 430px;overflow-y: auto;margin-top: 12px" class="assetsScroll" v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'"> <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass2 tableBackadd" style="border-style: none"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> src/view/diligenceTools/receivablesMarket.vue
@@ -317,7 +317,7 @@ <span class="modalspan_01 modaltitleclick">{{item.title}}</span> </li> </ul> <ul class="jinduul"> <ul class="jinduul" style="box-shadow: 0 1px 6px rgba(0,0,0,0.2);"> <li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu"> <span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'"> <b v-show="checkTableLists.length>1&&index2!=0"></b> @@ -343,7 +343,7 @@ <p style="margin-top: 8px;">暂无数据</p> </div> <div v-for="(checkTableList,index) in checkTableLists"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='初始登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <div style="margin-bottom: 20px"> <div style="width: 100%;"> <table style="width: 100%;height: 450px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> @@ -551,7 +551,7 @@ </div> </div> </div> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <div> <div> <table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0"> @@ -781,7 +781,7 @@ </div> </div> </div> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <div> <div style="margin-bottom: 20px"> <table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px;" border="0" cellspacing="0" cellpadding="0"> @@ -989,7 +989,7 @@ </div> </div> </div> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <div style="margin-bottom: 20px"> <table style="width: 100%;height: 450px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass addrent_class" style="border-style: none;"> @@ -1195,7 +1195,7 @@ </table> </div> </div> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='异议登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='异议登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <div> <div style="margin-bottom: 20px"> <table style="width: 100%;height: 450px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0"> src/view/diligenceTools/rentMarket.vue
@@ -297,7 +297,7 @@ <span class="modalspan_01 modaltitleclick">{{item.title}}</span> </li> </ul> <ul class="jinduul" style="box-shadow: 0 1px 6px rgb(0 0 0 / 20%);"> <ul class="jinduul" style="box-shadow: 0 1px 6px rgba(0,0,0,0.2);"> <li style="margin-top: 12px" v-for="(checkTableList,index2) in checkTableLists" class="jindu"> <span class="uprent" :class="tabsec2===checkTableList.name?'rentclass1':'rentclass2'"> <b v-show="checkTableLists.length>1&&index2!=0"></b> @@ -426,7 +426,7 @@ </tr> </table> </div> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'" class="rentScroll" style="height: 430px;overflow-y: auto"> <div v-if="tabsec2===checkTableList.name&&checkTableList.title==='变更登记'" class="rentScroll" style="height: 430px;overflow-y: auto;margin-top: 12px"> <table style="width: 100%;margin-top: 0px;height: 450px;overflow-y: auto;margin-bottom: 12px" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> @@ -552,7 +552,7 @@ 暂无数据 </div> </div> <div v-show="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-show="tabsec2===checkTableList.name&&checkTableList.title==='展期登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <!-- <div style="margin-bottom: 12px;font-weight: bold">--> <!-- 展期登记,登记时间:{{checkTableList.RegistrationDate}}--> <!-- </div>--> @@ -658,7 +658,7 @@ </tr> </table> </div> <div v-show="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'" style="height: 430px;overflow-y: auto" class="rentScroll"> <div v-show="tabsec2===checkTableList.name&&checkTableList.title==='注销登记'" style="height: 430px;overflow-y: auto;margin-top: 12px" class="rentScroll"> <table style="width: 100%;margin-top: 0px;height: 450px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0"> <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">登记证明编号</td> src/view/enterpriseControl/offSiteCheck.vue
@@ -7572,7 +7572,7 @@ let Area=1 this.EventType=params.row.EventType if(this.EventType==='深度信息-企业图谱-实际控制人'){ // localStorage.setItem('powerAccess',"offSiteCheckQYTP") localStorage.setItem('powerAccess',"offSiteCheckQYTP") Area=1 window.open(`#/offSiteCheckQYTP?name=${params.row.CompanyName}&Area=${Area}`, '_blank') this.tab1PopModal=false @@ -8159,19 +8159,23 @@ this.getDeliveryNoticeCheckListDetail(this.annualReportDetails) }else if(this.EventType==='资金监控-收款计划'){ this.tab1PopModal=false // localStorage.setItem('powerAccess',"fundMonitoring") //localStorage.setItem('powerAccess',"fundMonitoring") console.log(localStorage.getItem('powerAccess')) window.open(`#/fundMonitoring?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') }else if(this.EventType==='资金监控-收款逾期'){ this.tab1PopModal=false // localStorage.setItem('powerAccess',"fundMonitoring") //localStorage.setItem('powerAccess',"fundMonitoring") console.log(localStorage.getItem('powerAccess')) window.open(`#/fundMonitoring?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') }else if(this.EventType==='资金监控-付款计划'){ this.tab1PopModal=false // localStorage.setItem('powerAccess',"paymentMonitoring") //localStorage.setItem('powerAccess',"paymentMonitoring") console.log(localStorage.getItem('powerAccess')) window.open(`#/paymentMonitoring?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') }else if(this.EventType==='资金监控-付款逾期'){ this.tab1PopModal=false // localStorage.setItem('powerAccess',"paymentMonitoring") //localStorage.setItem('powerAccess',"paymentMonitoring") console.log(localStorage.getItem('powerAccess')) window.open(`#/paymentMonitoring?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') }else if(this.EventType==='企业监控-现场检查'){ this.tab1PopModal=false @@ -8182,11 +8186,13 @@ }else if(this.EventType==='企业监控-管理事项'){ this.tab1PopModal=false // localStorage.setItem('setUrlRec',"managementItem") //localStorage.setItem('powerAccess',"managementItem") // localStorage.setItem('powerAccess',"managementItem") console.log(localStorage.getItem('powerAccess')) window.open(`#/managementItem?params=${JSON.stringify(this.annualReportDetails)}&go='go'`, '_blank') }else if(this.EventType==='信用评级'){ this.tab1PopModal=false // localStorage.setItem('powerAccess',"basicAttributes_tool") //localStorage.setItem('powerAccess',"basicAttributes_tool") console.log(localStorage.getItem('powerAccess')) window.open(`#/basicAttributes_tool?name=${params.row.CompanyName}&go='go'`, '_blank') }else if(this.EventType==='租赁融资'){ this.tab1PopModal=true @@ -8754,10 +8760,11 @@ this.TotalItems = res.data.Data.TotalItems if(res.data.Data.Data){ for (let i=0;i<res.data.Data.Data.length;i++){ if(res.data.Data.Data[i].Content!=""){ if(res.data.Data.Data[i].Content){ res.data.Data.Data[i].Content=JSON.parse(res.data.Data.Data[i].Content) // console.log(res.data.Data.Data[i]) } if(res.data.Data.Data[i].Detail!=""){ if(res.data.Data.Data[i].Detail){ res.data.Data.Data[i].Detail=JSON.parse(res.data.Data.Data[i].Detail) } } @@ -11089,8 +11096,8 @@ title: '事件类别', key: 'EventType', align: 'center', minWidth:210, maxWidth:230 minWidth:155, maxWidth:180 }) columns.push({ title: '预警等级', @@ -11132,11 +11139,11 @@ minWidth:200, }) columns.push({ title: '查看详情', title: '详情', key: 'index', align: 'center', slot:'action', width:80 width:60 }) return columns },