| | |
| | | </Card> |
| | | <div style="margin-top: 12px"> |
| | | <Card> |
| | | <Tabs v-model="tab" @on-click="changeTab" type="card" style="margin-top: 12px;"> |
| | | <Tabs v-model="tab" @on-click="changeTab" type="card"> |
| | | <TabPane label="企业动态" name="tab1"></TabPane> |
| | | <TabPane label="监控内容" name="tab2"></TabPane> |
| | | </Tabs> |
| | |
| | | <!-- <li v-for="item in companyNameListpop">{{item}}</li>--> |
| | | <!-- </ul>--> |
| | | <!-- </div>--> |
| | | <div style="width:240px;"> |
| | | <div style="width:260px;" class="overclassipt"> |
| | | <FormItem> |
| | | <!-- @on-open-change="opencloseFun"--> |
| | | <Select transfer class="overclass" @on-open-change="opencloseFun" :max-tag-count="1" multiple @on-select="companySelect" filterable v-model="offSiteCheckModel.companyName" style="width: 100%;white-space: nowrap;" label="企业名称" size="large"> |
| | | <Select ref="oneref" id="onid" transfer class="overclass" @on-open-change="opencloseFun" :max-tag-count="1" multiple @on-select="companySelect" filterable v-model="offSiteCheckModel.companyName" style="width: 100%;white-space: nowrap;" label="企业名称" size="large"> |
| | | <Option :value="item.value" :label="item.CompanyName" @click.native="gogogoCompany" v-for="item in CompanyNameList" :key="item.Id">{{item.CompanyName}}</Option> |
| | | </Select> |
| | | </FormItem> |
| | |
| | | <!-- <li v-for="item in offSiteCheckpop">{{item}}</li>--> |
| | | <!-- </ul>--> |
| | | <!-- </div>--> |
| | | <div style="width: 150px;margin-left: 15px"> |
| | | <div style="width: 170px;margin-left: 15px" class="overclassipt"> |
| | | <FormItem> |
| | | <Select transfer @on-open-change="opencloseColor" allow-create class="overclass" :max-tag-count="1" @on-select="selectYJLevel" multiple filterable v-model="offSiteCheckModel.Name" style="width: 100%;white-space: nowrap;" label="预警等级" size="large"> |
| | | <Select ref="tworef" transfer @on-open-change="opencloseColor" allow-create class="overclass" :max-tag-count="1" @on-select="selectYJLevel" multiple filterable v-model="offSiteCheckModel.Name" style="width: 100%;white-space: nowrap;" label="预警等级" size="large"> |
| | | <Option v-for="item in yujinColor" :value="item.value" @click.native="gogogoYJLevel" :label="item.label" :key="item.label">{{item.label}}</Option> |
| | | </Select> |
| | | </FormItem> |
| | |
| | | <!-- <li v-for="item in typeListpop">{{item}}</li>--> |
| | | <!-- </ul>--> |
| | | <!-- </div>--> |
| | | <div style="margin-left: 15px;margin-right: 15px;width:240px"> |
| | | <div style="margin-left: 15px;margin-right: 15px;width:260px" class="overclassipt"> |
| | | <FormItem> |
| | | <!-- @on-open-change="eventTypeChange"--> |
| | | <Select transfer @on-open-change="eventTypeChange" class="overclass" :max-tag-count="1" multiple @on-select="typeSelect" filterable v-model="offSiteCheckModel.type" label="事件类别" size="large"> |
| | | <Select ref="threeref" transfer @on-open-change="eventTypeChange" class="overclass" :max-tag-count="1" multiple @on-select="typeSelect" filterable v-model="offSiteCheckModel.type" style="width: 100%;white-space: nowrap;" label="事件类别" size="large"> |
| | | <!-- <Option value="all">预警模块全部</Option>--> |
| | | <Option v-for="item in typelist" :value="item.Id" @click.native="gogogo" :label="item.Name" :key="item.Id">{{item.Name}}</Option> |
| | | </Select> |
| | |
| | | <tr> |
| | | <td style="background-color: #f8f8f9;text-align: center;border-top: 1px solid #dcdee2;">案由</td> |
| | | <td colspan="3" style="border-top: 1px solid #dcdee2;">{{ |
| | | courtNoticeListDetail.Case_Reason ? |
| | | courtNoticeListDetail.Case_Reason : '--' |
| | | courtNoticeListDetail.CaseReason ? |
| | | courtNoticeListDetail.CaseReason : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">案号</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.Case_No ? courtNoticeListDetail.Case_No : '--' }} |
| | | {{ courtNoticeListDetail.CaseNo ? courtNoticeListDetail.CaseNo : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">开庭日期</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | courtNoticeListDetail.Open_Time && courtNoticeListDetail.Open_Time != '0001-01-01' ? |
| | | courtNoticeListDetail.Open_Time : '--' |
| | | courtNoticeListDetail.CourtTime && courtNoticeListDetail.CourtTime != '0001-01-01' ? |
| | | courtNoticeListDetail.CourtTime : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">排期日期</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ |
| | | courtNoticeListDetail.Schedule_Time && courtNoticeListDetail.Schedule_Time != '0001-01-01' ? |
| | | courtNoticeListDetail.Schedule_Time : '--' |
| | | courtNoticeListDetail.ScheduleTime && courtNoticeListDetail.ScheduleTime != '0001-01-01' ? |
| | | courtNoticeListDetail.ScheduleTime : '--' |
| | | }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">承办部门</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.Undertake_Department ? courtNoticeListDetail.Undertake_Department : '--' }} |
| | | {{ courtNoticeListDetail.UndertakeDep ? courtNoticeListDetail.UndertakeDep : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">审判长/主审人</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.Chief_Judge ? courtNoticeListDetail.Chief_Judge : '--' }} |
| | | {{ courtNoticeListDetail.JusticeChief ? courtNoticeListDetail.JusticeChief : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="background-color: #f8f8f9;text-align: center;">当事人</td> |
| | | <td colspan="3"> |
| | | <p>上诉人/原告 - |
| | | <span v-for="item in courtNoticeListDetail.Prosecutor">{{ item.Name ? item.Name : '--' }},</span> |
| | | <td colspan="3" style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | <p v-if="courtNoticeListDetail.PartyList && courtNoticeListDetail.PartyList.length > 0" |
| | | v-for="item in courtNoticeListDetail.PartyList"> |
| | | <span v-if="item.RoleType == 1">被告</span> |
| | | <span v-if="item.RoleType == 2">原告</span> |
| | | <span v-if="item.RoleType == ''">其他当事人</span> |
| | | <span v-if="item.RoleType == 3">第三方人</span> |
| | | <span> - </span> |
| | | <span>{{ item.Name }}</span> |
| | | </p> |
| | | <p>被上诉人/被告 - |
| | | <span v-for="item in courtNoticeListDetail.Defendant">{{ item.Name ? item.Name : '--' }},</span> |
| | | </p> |
| | | <p v-if="!courtNoticeListDetail.PartyList || courtNoticeListDetail.PartyList.length == 0">--</p> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">法院</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.Execute_Gov ? courtNoticeListDetail.Execute_Gov : '--' }} |
| | | {{ courtNoticeListDetail.Court ? courtNoticeListDetail.Court : '--' }} |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">法庭</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ courtNoticeListDetail.Execute_Unite ? courtNoticeListDetail.Execute_Unite : '--' }} |
| | | {{ courtNoticeListDetail.CourtRoom ? courtNoticeListDetail.CourtRoom : '--' }} |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">公告内容</td> |
| | | <td colspan="3" style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | <div v-html="courtNoticeListDetail.Content ? courtNoticeListDetail.Content : '--'" class="contentClass2"></div> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | |
| | | // } |
| | | }, |
| | | eventTypeChange(data){ |
| | | let threeref=this.$refs.threeref |
| | | if(data){ |
| | | // this.storeType=this.offSiteCheckModel.type |
| | | // this.offSiteCheckModel.type=[] |
| | |
| | | if(this.offSiteCheckModel.type.length===0){ |
| | | this.offSiteCheckModel.type=['999999'] |
| | | } |
| | | threeref.query="" |
| | | } |
| | | }, |
| | | opencloseColor(data){ |
| | | let tworef=this.$refs.tworef |
| | | if(data){ |
| | | // this.cloneColor=this.offSiteCheckModel.Name |
| | | // this.offSiteCheckModel.Name=[] |
| | |
| | | if(this.offSiteCheckModel.Name.length===0){ |
| | | this.offSiteCheckModel.Name=['0'] |
| | | } |
| | | tworef.query="" |
| | | } |
| | | }, |
| | | opencloseFun(data){ |
| | | let inputclass=document.getElementsByClassName('ivu-tag-checked') |
| | | let oneref=this.$refs.oneref |
| | | console.log(inputclass,oneref) |
| | | if(data){ |
| | | // this.cloneA=this.offSiteCheckModel.companyName |
| | | // this.offSiteCheckModel.companyName=[] |
| | | inputclass[0].selectionStart=0 |
| | | }else if(data==false){ |
| | | if(this.offSiteCheckModel.companyName.length===0){ |
| | | this.offSiteCheckModel.companyName=['all'] |
| | | } |
| | | oneref.query="" |
| | | // $("#onid .ivu-select-input").val("1") |
| | | } |
| | | }, |
| | | zulinpoptip(row){ |
| | |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | .overclass .ivu-form-item{ |
| | | margin-bottom: 12px; |
| | | .overclassipt .ivu-form-item{ |
| | | margin-bottom: 12px!important; |
| | | } |
| | | .timeclass .ivu-btn-large{ |
| | | padding: 0 5px; |