1932 lines
73 KiB
Java
1932 lines
73 KiB
Java
<template>
|
|
<div class="doc-detail">
|
|
<div class="Virtual-detail-header" style="position: fixed;top: 0">
|
|
<div class="Virtual-detail-title">
|
|
<span>
|
|
{{$t('ParameteItemCollectionList')}}({{$t(this.$route.query.projectName)}}) — {{$t(this.$route.query.title)}}
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div style="padding-top: 54px;background: #fff;height: 100%">
|
|
<div class="detail-content" style="height: 100%">
|
|
<a-card :bordered="false" class="card">
|
|
<div class="table-page-search-wrapper">
|
|
<!-- 认证参数收集-参数项收集清单-10控件-->
|
|
<div class='Virtual-detail-content' style='margin-top: 15px'>
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
|
<a-row :gutter="24" style='margin-left: -90px;'>
|
|
<a-col :md="6" :sm="8">
|
|
<div class="box-title-text">
|
|
<div class="title-text" :title="$t('NNiONumber')">
|
|
<span>{{$t('NNiONumber')}}</span>
|
|
</div>
|
|
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('NNiONumber')"
|
|
v-model="formInline.nioNumber"></j-input>
|
|
</div>
|
|
</a-col>
|
|
<a-col :md="6" :sm="8">
|
|
<div class="box-title-text">
|
|
<div class="title-text" :title="$t('NParameterName')">
|
|
<span>{{$t('NParameterName')}}</span>
|
|
</div>
|
|
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('NParameterName')"
|
|
v-model="formInline.paramsName"></j-input>
|
|
</div>
|
|
</a-col>
|
|
<!-- <a-col :md="6" :sm="8">-->
|
|
<!-- <div class="box-title-text">-->
|
|
<!-- <div class="title-text" :title="$t('certificationCategory')">-->
|
|
<!-- <span>{{$t('certificationCategory')}}</span>-->
|
|
<!-- </div>-->
|
|
<!-- <j-dict-select-tag class="box-input" v-model="formInline.certCategory"-->
|
|
<!-- :placeholder="$t('PleaseSelect')+$t('certificationCategory')"-->
|
|
<!-- :type="'select'"-->
|
|
<!-- :triggerChange="false" :dictCode="'cert_category'"/>-->
|
|
<!-- </div>-->
|
|
<!-- </a-col>-->
|
|
<a-col :md="6" :sm="8">
|
|
<div class="box-title-text">
|
|
<div class="title-text" :title="$t('NareaOfResponsibility')">
|
|
<span>{{$t('NareaOfResponsibility')}}</span>
|
|
</div>
|
|
<j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
|
:placeholder="$t('PleaseSelect')+$t('NareaOfResponsibility')"
|
|
:type="'select'"
|
|
:triggerChange="false" :dictCode="'duty_territory'"/>
|
|
</div>
|
|
</a-col>
|
|
<a-col :md="6" :sm="8">
|
|
<div class="box-title-text">
|
|
<div class="title-text" :title="$t('dre')">
|
|
<span>{{$t('dre')}}</span>
|
|
</div>
|
|
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('dre')"
|
|
v-model="formInline.dre"></j-input>
|
|
</div>
|
|
</a-col>
|
|
<a-col :md="6" :sm="8">
|
|
<div class="box-title-text">
|
|
<div class="title-text" :title="$t('sdt')">
|
|
<span>{{$t('sdt')}}</span>
|
|
</div>
|
|
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('sdt')"
|
|
v-model="formInline.sdt"></j-input>
|
|
</div>
|
|
</a-col>
|
|
<!-- <a-col :md="6" :sm="8">-->
|
|
<!-- <div class="box-title-text">-->
|
|
<!-- <div class="title-text" :title="$t('status')">-->
|
|
<!-- <span>{{$t('status')}}</span>-->
|
|
<!-- </div>-->
|
|
<!-- <a-select :placeholder="$t('PleaseSelect')+$t('status')"-->
|
|
<!-- class="box-input"-->
|
|
<!-- allowClear-->
|
|
<!-- :getPopupContainer="triggerNode=> triggerNode.parentNode"-->
|
|
<!-- v-model="formInline.state">-->
|
|
<!-- <a-select-option v-for="(item, key) in statusList"-->
|
|
<!-- :key="key"-->
|
|
<!-- :value="item.value">-->
|
|
<!-- <span style="display: inline-block;width: 100%" :title=" item.name ">-->
|
|
<!-- {{ item.name}}-->
|
|
<!-- </span>-->
|
|
<!-- </a-select-option>-->
|
|
<!-- </a-select>-->
|
|
<!-- </div>-->
|
|
<!-- </a-col>-->
|
|
<span style="float: right;overflow: hidden;margin-right: 11px"
|
|
class="table-page-search-submitButtons">
|
|
<a-col :md="6" :sm="24">
|
|
<!-- v-if="this.$route.query.it === undefined"-->
|
|
<globalAdvancedQuery ref="globalAdvancedQueryRef"
|
|
|
|
@handleSuperQuery="handleSuperQuery"
|
|
:fieldList="fieldList"/>
|
|
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
|
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
|
</a-col>
|
|
</span>
|
|
</a-row>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
<div class="table-operator" v-if="!this.$route.query.it">
|
|
<!-- // 认证工程师 homo-->
|
|
<!-- // 工程接口人 sdt-->
|
|
<!-- // 填写人 dre-->
|
|
<!-- // R&H Studio studio-->
|
|
<!-- // R&H Manager manager-->
|
|
<!-- // 系统管理员 admin-->
|
|
<!-- // 游客 guest-->
|
|
<a-popconfirm overlayClassName='popconfirm' placement="bottomRight" v-if='currentPersonRole == "homo"'>
|
|
<template slot="title" id="popconfirm">
|
|
<!-- 添加-->
|
|
<div @click="handleAdd" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="plus"/>
|
|
{{$t('addTo')}}
|
|
</div>
|
|
<!-- <!– 下发收集 –>-->
|
|
<!-- <div @click="distributionAndCollectionJurisdiction" class="operator-text-title">-->
|
|
<!-- <a-icon type="solution"/>-->
|
|
<!-- {{$t('distributionAndCollection')}}-->
|
|
<!-- </div>-->
|
|
<!-- 导出-->
|
|
<div @click="handleExport" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="export"/>
|
|
{{$t('dataExport')}}
|
|
</div>
|
|
<!-- 一键下发收集 -->
|
|
<div @click="defOneclickCollection" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="solution"/>
|
|
{{$t('OneclickCollection')}}
|
|
</div>
|
|
<!-- 冻结配置-->
|
|
<div @click="freezeConfiguration" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="solution"/>
|
|
{{$t('FreezeConfiguration')}}
|
|
</div>
|
|
<!-- 同步上报库 -->
|
|
<div @click="handleSynchronousReportLibraryJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="setting"/>
|
|
{{$t('SynchronousReportLibrary')}}
|
|
</div>
|
|
<!-- 截止时间-->
|
|
<!-- <div @click="TaskCutOffTimeLibrary" class="operator-text-title">-->
|
|
<!-- <a-icon type="bulb"/>-->
|
|
<!-- {{$t('TaskCutOffTime')}}-->
|
|
<!-- </div>-->
|
|
<!-- 批量删除-->
|
|
<div @click="handleDelJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="delete"/>
|
|
{{$t('BatchDelete')}}
|
|
</div>
|
|
<div @click="bringInTheProjectInterfaceClick" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="profile"/>
|
|
{{$t('bringInTheProjectInterface')}}
|
|
</div>
|
|
<div @click="AdjustareasofresponsibilityClick" class="operator-text-title" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="solution"/>
|
|
{{$t('Adjustareasofresponsibility')}}
|
|
</div>
|
|
</template>
|
|
<!-- @click='morepop'-->
|
|
<div class="operator-text" style="position: relative " v-if='currentPersonRole == "homo" || currentPersonRole == "sdt"'>
|
|
<span style="position: absolute;left: -13px;top: -4px">...</span>{{ $t('more') }}
|
|
</div>
|
|
</a-popconfirm>
|
|
<!-- 下发收集 -->
|
|
<div @click="distributionAndCollectionJurisdiction" class="operator-text" v-if='currentPersonRole == "homo"'>
|
|
<a-icon type="solution"/>
|
|
{{$t('distributionAndCollection')}}
|
|
</div>
|
|
|
|
<!-- 分配填写人-->
|
|
<div @click="assignedBy" class="operator-text" v-if='currentPersonRole == "sdt" '>
|
|
<a-icon type="copy"/>
|
|
{{$t('Assignedby')}}
|
|
</div>
|
|
<!-- 导出-->
|
|
<div @click="handleExport" class="operator-text" v-if='currentPersonRole == "sdt"'>
|
|
<a-icon type="export"/>
|
|
{{$t('dataExport')}}
|
|
</div>
|
|
<!-- 引用参数-->
|
|
<div @click="referenceparameter" class="operator-text" v-if='currentPersonRole == "dre" '>
|
|
<a-icon type="plus"/>
|
|
{{$t('referenceparameter')}}
|
|
</div>
|
|
<!-- 保存-->
|
|
<div @click="handlePreservation(1)" class="operator-text" v-if='currentPersonRole == "dre"'>
|
|
<a-icon type="check-circle"/>
|
|
{{$t('tempSave')}}
|
|
</div>
|
|
<!-- 提交-->
|
|
<div @click="handleSubmit" class="operator-text" v-if='currentPersonRole == "dre"'>
|
|
<a-icon type="check-circle"/>
|
|
{{$t('submit')}}
|
|
</div>
|
|
<!-- 退回-->
|
|
<div @click="returnDataJurisdiction" class="operator-text"
|
|
v-if='currentPersonRole == "sdt" || currentPersonRole == "homo" || currentPersonRole == "dre"'>
|
|
<a-icon type="delete"/>
|
|
{{$t('sendBack')}}
|
|
</div>
|
|
<!-- 导入-->
|
|
<div class="operator-text" v-if='currentPersonRole == "dre"'>
|
|
<ImportFileOnlyList :url="url" :isTrue="false" :accept="'.zip'" :paramsManifestId='this.$route.query.id' @getList='getList'/>
|
|
</div>
|
|
<!-- 填写人导出-->
|
|
<div @click="handleExportDre" class="operator-text"
|
|
v-if='currentPersonRole == "dre"'>
|
|
<a-icon type="export"/>
|
|
{{$t('export')}}
|
|
</div>
|
|
<!-- 强制撤回-->
|
|
<div @click="compulsoryWithdrawaljurisdiction" class="operator-text"
|
|
v-if='currentPersonRole == "homo" || currentPersonRole == "sdt"'>
|
|
<a-icon type="delete"/>
|
|
{{$t('CompulsoryWithdrawal')}}
|
|
</div>
|
|
|
|
<!-- 角色切换 -->
|
|
<div class="operator-text"
|
|
v-if="!this.$route.query.it"
|
|
@click="roleSwitchingClick">
|
|
<a-icon type="select"/>
|
|
{{ $t('roleSwitching') }} ({{ $t(this.rolename)}})
|
|
</div>
|
|
</div>
|
|
<div style="width: 100%">
|
|
<!-- 表格-10控件-->
|
|
<!-- :queryParamQuery='queryParamQuery'-->
|
|
<table-collection ref="CollectionTabel" :url='url' :paramsManifest='paramsManifest' @rowValue='rowValue'
|
|
:formInline='formInline' :currentPersonRole='currentPersonRole'
|
|
@getDataSource="getDataSource"
|
|
@handlePreservation="handlePreservation"
|
|
@value='value'
|
|
@listReset='listReset' @LoginUserType='LoginUserType'/>
|
|
</div>
|
|
</a-card>
|
|
</div>
|
|
</div>
|
|
<!-- 添加--->
|
|
<a-modal v-model="areaVisible" :title="$t('ParameterLibrary')" width='850px' :footer="null">
|
|
<parameter-library-add v-if='areaVisible' :paramsManifest='paramsManifest' @areaVisible='areaVisible = false'
|
|
@GetgetTableList='GetgetTableList'/>
|
|
</a-modal>
|
|
<!-- 冻结配置--->
|
|
<a-modal v-model="areaVisibleFreeze" :title="$t('FreezeConfiguration')" width='600px' :footer="null">
|
|
<a-spin :spinning="confirmLoading">
|
|
<a-form-model
|
|
class='tag-module'
|
|
ref='ruleForm'
|
|
:model='Dateline'
|
|
:rules='rules'
|
|
:label-col='labelCol'
|
|
:wrapper-col='wrapperCol'
|
|
>
|
|
<a-row :gutter='24'>
|
|
<a-col :span='24'>
|
|
<a-form-model-item ref='region' :label="$t('FreezeConfiguration')" prop='region'>
|
|
<a-select :placeholder="$t('freeze')" v-model="Dateline.paramsConfig"
|
|
allowClear mode="multiple">
|
|
<a-select-option v-for="(item, key) in FreezeList" :key="key" :value="item.value">
|
|
<span style="display: inline-block;width: 100%" :title=" item.label ">
|
|
{{ item.label }}
|
|
</span>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-row>
|
|
</a-form-model>
|
|
</a-spin>
|
|
<div style='padding-left: 60px;color: red'>
|
|
{{$t('Attentionfreeze')}}
|
|
</div>
|
|
<div class="imports-footer">
|
|
<div class="imports-footer-wrap">
|
|
|
|
<a-button class="imports-btn imports-sub" type="primary" @click="handleSubmitFreeze">{{$t('preservation')}}
|
|
</a-button>
|
|
<a-button class="imports-btn" type="primary" @click="cancleImportsFreeze">{{$t('cancel')}}</a-button>
|
|
</div>
|
|
</div>
|
|
</a-modal>
|
|
<!-- 分配填写人--->
|
|
<a-modal v-model="areaVisibleAssignedby" :title="$t('Assignedby')" width='950px' :footer="null">
|
|
<assigned-by v-if='areaVisibleAssignedby' :selectedRowKeysArray='selectedRowKeysArray'
|
|
@GetgetTableList='GetgetTableList'
|
|
@GetgetLoginUserType='GetgetLoginUserType'
|
|
@areaVisibleAssignedbyflag='areaVisibleAssignedbyflag' @areaVisible='areaVisibleAssignedby = false'/>
|
|
</a-modal>
|
|
<!-- 下发收集--->
|
|
<!-- <a-modal v-model="areaVisibleTaskCutOffTime" :title="$t('distributionAndCollection')" width='400px' :footer="null">-->
|
|
<task-cut-off-time ref='areaVisibleTaskCutOffTime' :selectedRowKeysArray='selectedRowKeysArray'
|
|
@GetgetTableList='GetgetTableList'
|
|
@areaVisibleTaskCutOffTimeflag='areaVisibleTaskCutOffTimeflag'/>
|
|
<!-- </a-modal>-->
|
|
<!-- 一键下发收集--->
|
|
<!-- <a-modal v-model="OneclickCollection" :title="$t('OneclickCollection')" width='400px' :footer="null">-->
|
|
<task-time ref='OneclickCollection' :selectedRowKeysArray='selectedRowKeysArray'
|
|
@GetgetTableList='GetgetTableList'
|
|
@areaVisibleTaskCutOffTimeAll='areaVisibleTaskCutOffTimeAll'/>
|
|
<!-- </a-modal>-->
|
|
<!-- 调整责任领域-->
|
|
<a-modal v-model="Adjustareasofrespon" :title="$t('Adjustareasofresponsibility')" width='620px' :footer="null">
|
|
<adjustarea-sofrespon v-if='Adjustareasofrespon' :selectedRowKeysArray='selectedRowKeysArray'
|
|
@GetgetTableList='GetgetTableList'
|
|
@AdjustareasofresponAll='AdjustareasofresponAll'/>
|
|
</a-modal>
|
|
<!-- 引用参数--->
|
|
<a-modal v-model="areaVisiblereferenceparameter" :title="$t('referenceparameter')" width='650px' :footer="null">
|
|
<reference-parameter v-if='areaVisiblereferenceparameter' :paramsManifest='paramsManifest'
|
|
@GetgetTableList='GetgetTableList'
|
|
@areaVisibleAssignedbyflag='areaVisiblereferenceparameter = false'
|
|
:selectedRowKeysArray='selectedRowKeysArray'/>
|
|
</a-modal>
|
|
<!-- 同步上报库--->
|
|
<a-modal v-model="areaVisibsynchronous" :title="$t('SynchronousReportLibrary')" width='650px' :footer="null">
|
|
<synchronous-submission-library v-if='areaVisibsynchronous' :paramsManifest='paramsManifest'
|
|
@GetgetTableList='GetgetTableList'
|
|
:selectedRowKeysArray='selectedRowKeysArray'
|
|
@areaVisibsynchronous='areaVisibsynchronous = false'/>
|
|
</a-modal>
|
|
<!-- 切换角色-->
|
|
<a-modal
|
|
:title="$t('roleSwitching')"
|
|
:width="500"
|
|
:visible="visibleRoleSwitching"
|
|
:confirm-loading="confirmLoadingRoleSwitching"
|
|
:maskClosable="false"
|
|
@ok="handleOkRoleSwitching"
|
|
@cancel="handleCancelRoleSwitching"
|
|
>
|
|
<a-form-model :model="formInlineRoleSwitching" class="formAdd" :rules="rulesRoleSwitching"
|
|
ref="ruleFormRoleSwitching">
|
|
<a-row :gutter="24">
|
|
<a-col :span="24">
|
|
<div class="box-title-text-index">
|
|
<div class="title-text-Comment">
|
|
<span class="Required">*</span>
|
|
<span class="title-text-text" :title="$t('roleSwitching')">{{$t('roleSwitching')}}</span>
|
|
</div>
|
|
<a-form-model-item class="itemModelComment itemitem" :prop="'roleSwitchingCode'">
|
|
<a-select allowClear :placeholder="$t('pleaseSelect')+$t('roleSwitching')"
|
|
v-model="formInlineRoleSwitching.roleSwitchingCode">
|
|
<a-select-option v-for="(item, key) in RoleType" :key="key" :value="item.value">
|
|
<span style="display: inline-block;width: 100%" :title=" item.label ">
|
|
{{ item.label }}
|
|
</span>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-form-model-item>
|
|
</div>
|
|
</a-col>
|
|
</a-row>
|
|
</a-form-model>
|
|
</a-modal>
|
|
<!-- 错误数据提示-->
|
|
<a-modal
|
|
:title="$t('operationFailed')"
|
|
:width="860"
|
|
v-model="visibleoperationFailed"
|
|
:maskClosable="false"
|
|
:footer="null"
|
|
>
|
|
<a-row :gutter="24">
|
|
<a-col :span="24">
|
|
<!-- 没有工程接口人,导致下发收集失败提示-->
|
|
<span v-if='NoEngineer === 0'>
|
|
{{$t('NiOnumberis')}}
|
|
</span>
|
|
<span style='font-size: 16px;margin-bottom: 20px;' v-for='(item,key) in NotSelectedNoEngineerValue'
|
|
v-if='NoEngineer === 0'>
|
|
<span style='color: red'>{{ item.nioNumber }}、</span>
|
|
</span>
|
|
<span v-if='NoEngineer === 0'>
|
|
{{$t('Filledperson')}}
|
|
</span>
|
|
<!-- 状态不符合,导致不能操作按钮,没有权限-->
|
|
<div style='font-size: 18px;margin-bottom: 20px;display: flex;justify-content: center'
|
|
class="box-title-text-index" v-for='(item,key) in NotSelectedRowKeysValue' v-if='NoEngineer === 1'>
|
|
<div>{{$t('NiOnumberis')}}{{ item.nioNumber }},{{$t('Statusis')}}<span
|
|
style='color: red'>{{ item.state }}</span>,{{$t('NoOperationPermissionForthisbutton')}}。
|
|
</div>
|
|
</div>
|
|
<!-- 认证工程师-提示-->
|
|
<div style='font-size: 16px;color: red;text-align: center' v-if='NoEngineer === 1'>
|
|
{{ currentPersonRole =='homo'? $t('certifiedEngineer'): (currentPersonRole =='sdt'?
|
|
$t('engineeringInterfacePerson'): $t('completedBy')) }}{{$t('Datastatusis')}}
|
|
<!-- 下发收集时-->
|
|
<span v-if='jurisdiction === "HOMOZFSJ"' class="text-wraning">
|
|
'{{$t('CollectionInitiated')}}'、'{{$t('ReturnedPerson')}}'{{$t('or')}}'{{$t('alteration')}}'
|
|
</span>
|
|
<!-- 同步上报库-->
|
|
<span v-else-if='jurisdiction === "HOMOTBSBK"' class="text-wraning">
|
|
'{{$t('Submitted')}}'{{$t('or')}}'{{$t('alteration')}}'
|
|
</span>
|
|
<!-- 截止时间-->
|
|
<span v-else-if='jurisdiction === "HOMOJZSJ"' class="text-wraning">
|
|
'{{$t('CollectionInitiated')}}'
|
|
</span>
|
|
<!-- 分配填写人 -->
|
|
<span v-else-if='jurisdiction === "SDTFPTXR"' class="text-wraning">
|
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
|
</span>
|
|
<!-- 引用参数-->
|
|
<span v-else-if='jurisdiction === "DREYYCS"' class="text-wraning">
|
|
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
|
</span>
|
|
<!-- 退回-->
|
|
<span v-else-if='jurisdiction === "homoTH"' class="text-wraning">
|
|
{{$t('Submitted')}}
|
|
</span>
|
|
<span v-else-if='jurisdiction === "sdtTH"' class="text-wraning">
|
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
|
</span>
|
|
<span v-else-if='jurisdiction === "dreTH"' class="text-wraning">
|
|
'{{$t('completed')}}'{{$t('or')}}'{{$t('ReturnedEngineer')}}'
|
|
</span>
|
|
<!-- 强制撤回-->
|
|
<span v-else-if='jurisdiction === "homoQZTH"' class="text-wraning">
|
|
'{{$t('handledInterface')}}'{{$t('or')}}'{{$t('Filledreturn')}}'
|
|
</span>
|
|
<span v-else-if='jurisdiction === "sdtQZTH"' class="text-wraning">
|
|
{{$t('completed')}}
|
|
</span>
|
|
<span v-else-if='jurisdiction === "dreQZTH"' class="text-wraning">
|
|
{{$t('Submitted')}}
|
|
</span>
|
|
{{$t('timeoperation')}}
|
|
</div>
|
|
</a-col>
|
|
</a-row>
|
|
<div class="imports-footer">
|
|
<div class="imports-footer-wrap">
|
|
<a-button class="imports-btn" type="primary" @click="cancleoperationFailed">{{$t('cancel')}}</a-button>
|
|
</div>
|
|
</div>
|
|
</a-modal>
|
|
<JLoading :loading="textLoading">{{this.$t('pleaseWaitWhileRunning')}}</JLoading>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
import TableCollection from '@/components/tableCollection/index'
|
|
import { getAction, postAction, downloadFile } from '../../../api/manage'
|
|
import eventBUs from '../../../common/event'
|
|
import ParameterLibraryAdd from '@/components/ParameterLibraryAdd/index'
|
|
import globalAdvancedQuery from '@/components/globalAdvancedQuery/index'
|
|
import SynchronousSubmissionLibrary from '@/components/SynchronousSubmissionLibrary/index'
|
|
import TaskCutOffTime from '@/components/TaskCutOffTime/index'
|
|
import TaskTime from '@/components/TaskCutOffTime/indexonekey'
|
|
import AdjustareaSofrespon from '@/components/AdjustareaSofrespon/index'
|
|
import ReferenceParameter from '@/components/ReferenceParameter/index'
|
|
import AssignedBy from '@/components/AssignedBy/index'
|
|
import ImportFileOnlyList from '@/components/ImportFileOnlyListtag/index'
|
|
import axios from 'axios'
|
|
import { ACCESS_TOKEN } from '@/store/mutation-types'
|
|
import Vue from 'vue'
|
|
import { mapGetters } from 'vuex'
|
|
|
|
export default {
|
|
name: 'ParameterItemCollectionList',
|
|
components: {
|
|
TableCollection,
|
|
ParameterLibraryAdd,
|
|
AssignedBy,
|
|
AdjustareaSofrespon,
|
|
ImportFileOnlyList,
|
|
TaskCutOffTime,
|
|
ReferenceParameter,
|
|
SynchronousSubmissionLibrary,
|
|
TaskTime,
|
|
globalAdvancedQuery
|
|
},
|
|
data() {
|
|
this.statusList = [
|
|
{
|
|
value: '1',
|
|
title: this.$t('CollectionInitiated'),
|
|
key:'1',
|
|
},
|
|
{
|
|
value: '2',
|
|
title: this.$t('handledInterface'),
|
|
key:'2',
|
|
},
|
|
{
|
|
value: '3',
|
|
title: this.$t('ReturnedPerson'),
|
|
key:'3',
|
|
},
|
|
{
|
|
value: '4',
|
|
title: this.$t('completed'),
|
|
key:'4',
|
|
},
|
|
{
|
|
value: '5',
|
|
title: this.$t('Filledreturn'),
|
|
key:'5',
|
|
},
|
|
{
|
|
value: '6',
|
|
title: this.$t('Submitted'),
|
|
key:'6',
|
|
},
|
|
{
|
|
value: '7',
|
|
title: this.$t('ReturnedEngineer'),
|
|
key:'7',
|
|
},
|
|
{
|
|
value: '8',
|
|
title: this.$t('SynchronizedLibrary'),
|
|
key:'8',
|
|
},
|
|
{
|
|
value: '9',
|
|
title: this.$t('alteration'),
|
|
key:'9',
|
|
}
|
|
]
|
|
return {
|
|
// 认证工程师 homo
|
|
// 工程接口人 sdt
|
|
// 填写人 dre
|
|
// R&H Studio studio
|
|
// R&H Manager manager
|
|
// 系统管理员 admin
|
|
// 游客 guest
|
|
columns: [
|
|
{
|
|
title: this.$t('title'),
|
|
align: 'center',
|
|
dataIndex: 'title',
|
|
scopedSlots: { customRender: 'paramsManifestClick' }
|
|
},
|
|
{
|
|
title: this.$t('status'),
|
|
align: 'center',
|
|
dataIndex: 'state'
|
|
},
|
|
{
|
|
title: this.$t('parameterTemplateName'),
|
|
align: 'center',
|
|
dataIndex: 'paramsTemplateName'
|
|
},
|
|
{
|
|
title: this.$t('collectionCompletionTime'),
|
|
align: 'center',
|
|
dataIndex: 'finishTime'
|
|
},
|
|
{
|
|
title: this.$t('Version'),
|
|
align: 'center',
|
|
dataIndex: 'version'
|
|
},
|
|
{
|
|
title: this.$t('creator'),
|
|
align: 'center',
|
|
dataIndex: 'createBy'
|
|
},
|
|
{
|
|
title: this.$t('createTime'),
|
|
align: 'center',
|
|
dataIndex: 'createTime'
|
|
},
|
|
{
|
|
title: this.$t('operation'),
|
|
align: 'center',
|
|
fixed: 'right',
|
|
width: 200,
|
|
scopedSlots: { customRender: 'operation' }
|
|
}
|
|
],
|
|
fieldList: [
|
|
{
|
|
type: '',
|
|
value: 'certCategory',
|
|
text: this.$t('certificationCategory'),
|
|
dictCode: 'cert_category'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
|
},
|
|
{
|
|
type: '',
|
|
value: 'state',
|
|
text: this.$t('status'),
|
|
options: this.statusList//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框
|
|
},
|
|
{
|
|
type: 'string',
|
|
value: 'paramsBatch',
|
|
text: this.$t('parameterBatch'),
|
|
dictCode: 'params_batch'
|
|
},
|
|
],
|
|
selectedRowKeys: [],
|
|
textLoading: false,
|
|
formInline: {},
|
|
queryParamQuery:{},
|
|
url: {
|
|
tableHeader: 'params/collectManifest/getHeader',
|
|
tableList: 'params/collectManifest/list',
|
|
add: 'params/collectManifest/submit',
|
|
getLoginUserType: 'params/collectManifest/getLoginUserType', // 获取当前登陆人
|
|
getquerySdtList: 'params/collectManifest/querySdtList', // 获取工程接口人的列表
|
|
updateSdt: 'params/collectManifest/updateSdt', // 提交工程接口人
|
|
importZipUrl: 'params/collectManifest/importDre', // 导入
|
|
deleteBatch: 'params/collectManifest/deleteBatch'
|
|
},
|
|
loading: false,
|
|
dataSource: [],
|
|
areaVisible: false, // 弹框的控制
|
|
configureareaVisible: false, // 配置的彈框
|
|
pageNo: 1,
|
|
pageSize: 10,
|
|
rolename:'',
|
|
total: 0,
|
|
selectedRowKeysArray: '',
|
|
templatetitle: '',
|
|
templatetitleId: '',
|
|
rowId: '',
|
|
version: 0,
|
|
confirmLoading: false,
|
|
importsVisible: false,
|
|
itemId: '',
|
|
selectedRowKeysValue: [], // table列表所选得数据
|
|
token: Vue.ls.get(ACCESS_TOKEN),
|
|
Dateline: {},
|
|
areaVisibleFreeze: false, // 冻结配置
|
|
areaVisibleAssignedby: false, // 分配填写人弹框
|
|
areaVisibleTaskCutOffTime: false, // 截至时间弹框
|
|
OneclickCollection:false,
|
|
Adjustareasofrespon:false,
|
|
areaVisiblereferenceparameter: false, // 引用参数弹框
|
|
areaVisibsynchronous: false, // 同步上报库弹框
|
|
visibleoperationFailed: false, // 数据失败的弹框
|
|
currentPersonRole: '', // 当前人角色
|
|
jurisdiction: '',
|
|
wrapperCol: {
|
|
xs: { span: 24 },
|
|
sm: { span: 14 }
|
|
},
|
|
labelCol: {
|
|
xs: { span: 24 },
|
|
sm: { span: 7 }
|
|
},
|
|
rules: {},
|
|
FreezeList: [], // 冻结字段
|
|
visibleRoleSwitching: false, // 角色切换
|
|
confirmLoadingRoleSwitching: false,
|
|
formInlineRoleSwitching: {},
|
|
rulesRoleSwitching: {
|
|
roleSwitchingCode: [
|
|
{
|
|
required: true,
|
|
message: this.$t('roleSwitching') + this.$t('cannotEmpty'),
|
|
trigger: 'change'
|
|
}
|
|
]
|
|
},
|
|
RoleType: [],// 控件类型
|
|
NotSelectedRowKeysValue: [],
|
|
NoEngineer: 1, // 下发收集的权限,0为没有接口人 1为由接口人 默认有
|
|
NotSelectedNoEngineerValue: [],
|
|
paramsManifest: {}
|
|
}
|
|
},
|
|
props: {
|
|
// paramsManifest: {
|
|
// type: Object,
|
|
// default: {},
|
|
// require: true
|
|
// }
|
|
},
|
|
mounted() {
|
|
console.log(this.$route.query)
|
|
if(this.$route.query.type == '1'){
|
|
this.handleOkRoleSwitching()
|
|
}
|
|
this.GetgetLoginUserType()
|
|
console.log(this.currentPersonRole)
|
|
setTimeout(() => {
|
|
if (this.currentPersonRole == 'dre') {
|
|
this.handlePreservation()
|
|
}
|
|
}, 10000)
|
|
// this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest'))
|
|
this.paramsManifest = this.$route.query
|
|
// document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList')
|
|
document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList')
|
|
},
|
|
methods: {
|
|
...mapGetters(['userInfo']),
|
|
handleCancelRoleSwitching() {
|
|
this.visibleRoleSwitching = false
|
|
},
|
|
bringInTheProjectInterfaceClick() {
|
|
let query = {
|
|
paramsManifestId: this.paramsManifest.id,
|
|
projectId: this.$route.query.projectId
|
|
}
|
|
this.textLoading = true
|
|
getAction('/params/collectManifest/bringSdtInto', query).then((res) => {
|
|
if (res.success) {
|
|
this.$message.success(this.$t('OperationSuccessful'))
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
} else {
|
|
this.$message.warning(this.$t('operationFailed'))
|
|
}
|
|
this.textLoading = false
|
|
})
|
|
},
|
|
handleOkRoleSwitching() {
|
|
if(this.$route.query.type == '1'){
|
|
let query = {
|
|
userType:this.$route.query.userType,
|
|
paramsManifestId: this.$route.query.id,
|
|
projectId: this.$route.query.projectId,
|
|
userId: this.userInfo().id
|
|
}
|
|
this.confirmLoadingRoleSwitching = true
|
|
postAction('/params/userTypeLog/edit', query).then((res) => {
|
|
if (res.success) {
|
|
this.currentPersonRole = this.$route.query.userType
|
|
this.visibleRoleSwitching = false
|
|
this.confirmLoadingRoleSwitching = false
|
|
localStorage.setItem('currentPersonRole', JSON.stringify(this.$route.query.userType))
|
|
this.RoleType.forEach((item,index) => {
|
|
if(item.value == this.currentPersonRole){
|
|
this.rolename = item.label
|
|
}
|
|
})
|
|
this.selectedRowKeysValue = []
|
|
} else {
|
|
this.confirmLoadingRoleSwitching = false
|
|
this.$message.warning(this.$t('operationFailed'))
|
|
}
|
|
})
|
|
}else {
|
|
this.$refs.ruleFormRoleSwitching.validate(valid => {
|
|
if (valid) {
|
|
let query = {
|
|
userType: this.formInlineRoleSwitching.roleSwitchingCode,
|
|
paramsManifestId: this.$route.query.id,
|
|
projectId: this.$route.query.projectId,
|
|
userId: this.userInfo().id
|
|
}
|
|
this.confirmLoadingRoleSwitching = true
|
|
postAction('/params/userTypeLog/edit', query).then((res) => {
|
|
if (res.success) {
|
|
this.currentPersonRole = this.formInlineRoleSwitching.roleSwitchingCode
|
|
this.$message.success(this.$t('OperationSuccessful'))
|
|
this.visibleRoleSwitching = false
|
|
this.confirmLoadingRoleSwitching = false
|
|
localStorage.setItem('currentPersonRole', JSON.stringify(this.formInlineRoleSwitching.roleSwitchingCode))
|
|
this.RoleType.forEach((item,index) => {
|
|
if(item.value == this.currentPersonRole){
|
|
this.rolename = item.label
|
|
}
|
|
})
|
|
this.selectedRowKeysValue = []
|
|
} else {
|
|
this.confirmLoadingRoleSwitching = false
|
|
this.$message.warning(this.$t('operationFailed'))
|
|
}
|
|
})
|
|
}
|
|
})
|
|
}
|
|
},
|
|
roleSwitchingClick() {
|
|
this.visibleRoleSwitching = true
|
|
this.$nextTick(()=>{
|
|
this.formInlineRoleSwitching.roleSwitchingCode = this.currentPersonRole
|
|
this.$refs.ruleFormRoleSwitching.clearValidate()
|
|
setTimeout(() => {
|
|
if (this.currentPersonRole == 'dre') {
|
|
this.handlePreservation()
|
|
}
|
|
}, 10000)
|
|
})
|
|
},
|
|
GetgetLoginUserType() {
|
|
this.$refs.CollectionTabel.getLoginUserType()
|
|
},
|
|
GetgetTableList() {
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
},
|
|
// 错误数据的弹框
|
|
cancleoperationFailed() {
|
|
this.selectedRowKeysValue = []
|
|
this.visibleoperationFailed = false
|
|
this.$refs.CollectionTabel.cancleoperationFailed()
|
|
// this.GetgetTableList()
|
|
},
|
|
// 一下为认证工程师
|
|
// 认证工程师 下发收集 权限
|
|
// 仅仅状态为 待发起收集 工程接口人退回 变更 可以下发收集
|
|
homodistributionAndCollection() {
|
|
this.NoEngineer = 1
|
|
this.NotSelectedRowKeysValue = []
|
|
this.NotSelectedNoEngineerValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
// 状态不符合,不能下发收集
|
|
if (item.state !== '待发起收集' && item.state !== '工程接口人退回' && item.state !== '变更' && item.state !== 'To be collected' && item.state !== 'Rejected by eng. interface' && item.state !== 'Modify') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
// 状态符合,但是没有工程接口人 不能下发收集
|
|
if ((item.sdt.dataValue === null || item.sdt.dataValue === 'undefined') && (flag == 1 || flag == 3)) {
|
|
this.NotSelectedNoEngineerValue.push(item)
|
|
flag = 3
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 认证工程师的权限
|
|
// 认证工程师 退回 权限
|
|
// 仅仅状态为 已提交 可以退回
|
|
homoJurisdictionReturn() {
|
|
// 认证工程师 已提交
|
|
if (this.currentPersonRole == 'homo') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '已提交' && item.state !== 'Submitted') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'homoTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
//工程接口人 待工程接口人处理 填写人退回
|
|
} else if (this.currentPersonRole == 'sdt') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待工程接口人处理' && item.state !== '填写人退回' && item.state !== 'To be processed by eng. interface' && item.state !== 'Rejected by the applicant') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'sdtTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
//填写人 待填写 认证工程师退回
|
|
} else if (this.currentPersonRole == 'dre') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待填写' && item.state !== '认证工程师退回' && item.state !== 'To be filled' && item.state !== 'Rejected by homo engineer') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'dreTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
}
|
|
},
|
|
//导出
|
|
handleExport(){
|
|
this.$message.success(this.$t('Intheexport'))
|
|
let long = localStorage.getItem('language')
|
|
this.cut = ''
|
|
if (long && long === 'zh-cn') {
|
|
this.cut = 'cn'
|
|
} else if (long && long === 'en-us') {
|
|
this.cut = 'en'
|
|
}
|
|
let query = {
|
|
paramsManifestId: this.paramsManifest.id,
|
|
paramsTemplateId: this.$route.query.paramsTemplateId,
|
|
paramsTemplatePublishVersion:1,
|
|
cut: this.cut,
|
|
userTypes: this.currentPersonRole,
|
|
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
|
|
}
|
|
getAction('/params/collectManifest/exportAll', query).then((res) => {
|
|
if (res && !res.success) {
|
|
this.$message.error(res.message)
|
|
}
|
|
this.textLoading = false
|
|
})
|
|
},
|
|
//填写人导出
|
|
handleExportDre(){
|
|
let long = localStorage.getItem('language')
|
|
this.cut = ''
|
|
if (long && long === 'zh-cn') {
|
|
this.cut = 'cn'
|
|
} else if (long && long === 'en-us') {
|
|
this.cut = 'en'
|
|
}
|
|
console.log(this.formInline)
|
|
let query = {
|
|
paramsManifestId: this.paramsManifest.id,
|
|
cut: this.cut,
|
|
...this.formInline,
|
|
...this.queryParamQuery,
|
|
ids: this.selectedRowKeys.join(','),
|
|
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
|
|
}
|
|
let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
|
|
downloadFile('/params/collectManifest/exportDre', name , query , this.selectClear)
|
|
},
|
|
getList(){
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
},
|
|
iVisible(val,num) {
|
|
this.importsVisible = val
|
|
if (num == 1){
|
|
eventBUs.$emit('searchGetData')
|
|
}
|
|
},
|
|
// 高级搜索
|
|
handleSuperQuery(params, matchType) {
|
|
let sqp = {}
|
|
if (!params || (params && params.length == 0)) {
|
|
sqp['superQueryParams'] = ''
|
|
this.$refs.globalAdvancedQueryRef.superQueryFlag = false
|
|
} else {
|
|
this.$refs.globalAdvancedQueryRef.superQueryFlag = true
|
|
sqp['superQueryParams'] = encodeURI(JSON.stringify(params))
|
|
sqp['superQueryMatchType'] = matchType
|
|
}
|
|
this.queryParamQuery = sqp
|
|
this.$refs.CollectionTabel.pageNo = 1
|
|
// this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
eventBUs.$emit('getTableList',this.queryParamQuery)
|
|
},
|
|
// 认证工程师 批量删除 权限
|
|
// 仅仅状态为 待发起收集 工程接口人退回 变更 可以批量删除
|
|
homoJurisdictionBatchdelete() {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待发起收集' && item.state !== '工程接口人退回' && item.state !== '变更' && item.state !== 'To be collected' && item.state !== 'Rejected by eng. interface' && item.state !== 'Modify') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 认证工程师 同步上报库 权限
|
|
// 仅仅状态为 已提交 变更 可以同步上报库
|
|
homoJurisdictionSynchronousLibrary() {
|
|
// 定义开关 0为没有权限 1为有权限
|
|
this.NotSelectedRowKeysValue = []
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '已提交' && item.state !== '变更' && item.state !== 'Submitted' && item.state !== 'Modify') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 填写人 截至时间 权限
|
|
// 仅仅状态为 可以截至时间
|
|
dreTaskCutOffTimeLibrary() {
|
|
// 定义开关 0为没有权限 1为有权限
|
|
this.NotSelectedRowKeysValue = []
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待发起收集' && item.state !== 'To be collected') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 认证工程师 强制撤回 权限
|
|
// 仅仅状态为 待工程接口人处理 填写人退回 可以强制撤回
|
|
homoJurisdictionCompulsoryWithdrawal() {
|
|
// 认证工程师 已提交
|
|
if (this.currentPersonRole == 'homo') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待工程接口人处理' && item.state !== '填写人退回' && item.state !== 'To be processed by eng. interface' && item.state !== 'Rejected by the applicant') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'homoQZTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
// 工程接口人 强制撤回 权限
|
|
// 仅仅状态为 待填写 可以强制撤回
|
|
} else if (this.currentPersonRole == 'sdt') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待填写' && item.state !== 'To be filled') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'sdtQZTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
//填写人 已提交
|
|
} else if (this.currentPersonRole == 'dre') {
|
|
this.NotSelectedRowKeysValue = []
|
|
// 定义开关 0为没有权限 1为有权限
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '已提交' && item.state !== 'Submitted') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
this.jurisdiction = 'dreQZTH'
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
}
|
|
},
|
|
// 工程接口人 分配填写人 权限
|
|
// 仅仅状态为 待工程接口人处理 填写人退回 可以分配填写人
|
|
sdtJurisdictionAssigned() {
|
|
// 定义开关 0为没有权限 1为有权限
|
|
this.NotSelectedRowKeysValue = []
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待工程接口人处理' && item.state !== '填写人退回' && item.state !== 'To be processed by eng. interface' && item.state !== 'Rejected by the applicant') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 填写人 提交 权限
|
|
// 仅仅状态为 待填写 认证工程师退回 可以提交
|
|
dreJurisdictionSubmit() {
|
|
// 定义开关 0为没有权限 1为有权限
|
|
this.NotSelectedRowKeysValue = []
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待填写' && item.state !== '认证工程师退回' && item.state !== 'To be filled' && item.state !== 'Rejected by homo engineer') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
// 填写人 引用参数 权限
|
|
// 仅仅状态为 待填写 认证工程师退回 可以引用参数
|
|
dreJurisdictionreferenceParameter() {
|
|
this.NotSelectedRowKeysValue = []
|
|
let flag = 1
|
|
if (this.selectedRowKeysValue.length == 0) {
|
|
flag = 2
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
if (item.state !== '待填写' && item.state !== '认证工程师退回' && item.state !== 'To be filled' && item.state !== 'Rejected by homo engineer') {
|
|
this.NotSelectedRowKeysValue.push(item)
|
|
flag = 0
|
|
}
|
|
})
|
|
}
|
|
return flag
|
|
},
|
|
LoginUserType(val, currentPersonRole, userType) {
|
|
this.RoleType = []
|
|
if (this.currentPersonRole == '') {
|
|
this.currentPersonRole = currentPersonRole || userType || val[0].value
|
|
}
|
|
this.RoleType = val
|
|
this.RoleType.forEach((item,index) => {
|
|
if(item.value == this.currentPersonRole){
|
|
this.rolename = item.label
|
|
}
|
|
})
|
|
this.formInlineRoleSwitching.roleSwitchingCode = currentPersonRole || userType || val[0].value
|
|
this.formInlineRoleSwitching = { ...this.formInlineRoleSwitching }
|
|
},
|
|
// 表格所选中得行内容
|
|
rowValue(val) {
|
|
this.selectedRowKeysValue = val
|
|
},
|
|
// 表格所选中得id
|
|
value(val) {
|
|
this.selectedRowKeys = val,
|
|
this.selectedRowKeysArray = val.join(',')
|
|
},
|
|
// 冻结配置
|
|
freezeConfiguration() {
|
|
// 认证工程师 任意状态 都有此权限
|
|
this.areaVisibleFreeze = true
|
|
this.Dateline = {}
|
|
// 获取冻结配置数据
|
|
this.confirmLoading = true
|
|
this.getFreeze(() => {
|
|
this.getLockedConfigIdList()
|
|
})
|
|
},
|
|
getLockedConfigIdList() {
|
|
getAction('/params/collectManifest/getLockedConfigIdList',
|
|
{ paramsManifestId: this.paramsManifest.id }).then((res) => {
|
|
if (res.success) {
|
|
this.Dateline.paramsConfig = res.result
|
|
this.Dateline = { ...this.Dateline }
|
|
} else {
|
|
this.Dateline.paramsConfig = []
|
|
}
|
|
this.confirmLoading = false
|
|
})
|
|
},
|
|
// 冻结配置提交
|
|
handleSubmitFreeze() {
|
|
let _this = this
|
|
let paramsConfig = this.Dateline.paramsConfig === undefined ? '' : this.Dateline.paramsConfig.join(',')
|
|
let param = { paramsManifestId: this.paramsManifest.id, paramsConfigIds: paramsConfig }
|
|
this.textLoading = true
|
|
axios({
|
|
url: '/jero-boot/params/collectManifest/lockConfigColumn',
|
|
method: 'post',
|
|
data: param,
|
|
transformRequest: [function(data) {
|
|
let ret = ''
|
|
for (let it in data) {
|
|
ret += encodeURIComponent(it) + '=' + encodeURIComponent(data[it]) + '&'
|
|
}
|
|
return ret
|
|
}],
|
|
headers: {
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
'X-Access-Token': _this.token
|
|
}
|
|
})
|
|
.then((res) => {
|
|
if (res.data.success) {
|
|
this.textLoading = false
|
|
_this.$message.success(this.$t('OperationSuccessful'))
|
|
this.areaVisibleFreeze = false
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
this.$refs.CollectionTabel.getHeader()
|
|
} else {
|
|
this.textLoading = false
|
|
_this.$message.warning(this.$t('operationFailed'))
|
|
}
|
|
})
|
|
.catch((error) => {
|
|
this.textLoading = false
|
|
})
|
|
},
|
|
// 冻结配置取消
|
|
cancleImportsFreeze() {
|
|
this.areaVisibleFreeze = false
|
|
},
|
|
getFreeze(callback) {
|
|
let _this = this
|
|
let param = { paramsManifestId: this.$route.query.id, configFlag: 1 }
|
|
axios({
|
|
url: '/jero-boot/params/collectManifest/getConfigLableList',
|
|
method: 'post',
|
|
data: param,
|
|
transformRequest: [function(data) {
|
|
let ret = ''
|
|
for (let it in data) {
|
|
ret += encodeURIComponent(it) + '=' + encodeURIComponent(data[it]) + '&'
|
|
}
|
|
return ret
|
|
}],
|
|
headers: {
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
'X-Access-Token': _this.token
|
|
}
|
|
})
|
|
.then((res) => {
|
|
if (res.data.success) {
|
|
this.FreezeList = res.data.result
|
|
callback && callback()
|
|
} else {
|
|
_this.$message.warning(res.data.message)
|
|
_this.confirmLoading = false
|
|
}
|
|
|
|
})
|
|
.catch((error) => {
|
|
_this.confirmLoading = false
|
|
})
|
|
},
|
|
// 调整责任领域
|
|
AdjustareasofresponsibilityClick(){
|
|
if(this.selectedRowKeysValue.length == 0){
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
}else{
|
|
this.Adjustareasofrespon = true
|
|
}
|
|
},
|
|
// 下发收集的权限
|
|
distributionAndCollectionJurisdiction() {
|
|
if(this.selectedRowKeysValue.length == 0){
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
}else{
|
|
this.$refs.areaVisibleTaskCutOffTime.searchData()
|
|
}
|
|
// let homodistributionAndCollection = this.homodistributionAndCollection()
|
|
// if (homodistributionAndCollection == 1) {
|
|
// this.areaVisibleTaskCutOffTime = true
|
|
// // this.distributionAndCollection()
|
|
// } else if (homodistributionAndCollection == 0) {
|
|
// this.visibleoperationFailed = true
|
|
// this.jurisdiction = 'HOMOZFSJ'
|
|
// } else if (homodistributionAndCollection == 3) {
|
|
// this.visibleoperationFailed = true
|
|
// this.NoEngineer = 0
|
|
// }
|
|
},
|
|
// 一键下发收集
|
|
defOneclickCollection() {
|
|
this.$refs.OneclickCollection.searchData()
|
|
// this.OneclickCollection = true
|
|
},
|
|
// // 下发收集---请求接口
|
|
// distributionAndCollection() {
|
|
//
|
|
// let _array = []
|
|
// this.selectedRowKeysValue.forEach((item, index) => {
|
|
// _array.push(item.id)
|
|
// })
|
|
// let _this = this
|
|
// let param = {
|
|
// paramsManifestId: this.$route.query.id,
|
|
// projectId: this.$route.query.projectId,
|
|
// ids: _array.join(',')
|
|
// }
|
|
// this.textLoading = true
|
|
// axios({
|
|
// url: '/jero-boot/params/collectManifest/issueCollection',
|
|
// method: 'post',
|
|
// data: param,
|
|
// transformRequest: [function(data) {
|
|
// let ret = ''
|
|
// for (let it in data) {
|
|
// ret += encodeURIComponent(it) + '=' + encodeURIComponent(data[it]) + '&'
|
|
// }
|
|
// return ret
|
|
// }],
|
|
// headers: {
|
|
// 'Content-Type': 'application/x-www-form-urlencoded',
|
|
// 'X-Access-Token': _this.token
|
|
// }
|
|
// })
|
|
// .then((res) => {
|
|
// if (res.data.success) {
|
|
// _this.$message.success(this.$t('OperationSuccessful'))
|
|
// _this.areaVisible = false
|
|
// this.textLoading = false
|
|
// _this.GetgetTableList()
|
|
// } else {
|
|
// this.textLoading = false
|
|
// _this.$message.warning(this.$t('operationFailed'))
|
|
// }
|
|
// })
|
|
// .catch((error) => {
|
|
// this.textLoading = false
|
|
// })
|
|
// },
|
|
// 同步上报库 权限
|
|
handleSynchronousReportLibraryJurisdiction() {
|
|
let homoJurisdictionSynchronousLibrary = this.homoJurisdictionSynchronousLibrary()
|
|
if (homoJurisdictionSynchronousLibrary == 1) {
|
|
this.handleSynchronousReportLibrary()
|
|
} else if (homoJurisdictionSynchronousLibrary == 0) {
|
|
this.visibleoperationFailed = true
|
|
this.jurisdiction = 'HOMOTBSBK'
|
|
this.NoEngineer = 1
|
|
}
|
|
},
|
|
// 同步上报库
|
|
handleSynchronousReportLibrary() {
|
|
this.areaVisibsynchronous = true
|
|
},
|
|
// 添加
|
|
handleAdd() {
|
|
// 认证工程师 任意状态 都有此权限
|
|
this.areaVisible = true
|
|
},
|
|
// 提交
|
|
handleSubmit() {
|
|
// 填写人 权限
|
|
let dreJurisdictionSubmit = this.dreJurisdictionSubmit()
|
|
console.log(dreJurisdictionSubmit)
|
|
if (dreJurisdictionSubmit == 1) {
|
|
this.ishandleSubmit()
|
|
} else if (dreJurisdictionSubmit == 0) {
|
|
this.visibleoperationFailed = true
|
|
this.jurisdiction = 'DREYYCS'
|
|
this.NoEngineer = 1
|
|
}
|
|
},
|
|
getDataSource(data) {
|
|
this.dataSource = data
|
|
},
|
|
handlePreservation(num) {
|
|
let _this = this
|
|
let postDate = []
|
|
let data = JSON.parse(JSON.stringify(this.$refs.CollectionTabel.dataSource))
|
|
let selectedRowKeysValue = []
|
|
data.forEach(res => {
|
|
if (res.state == 'To be filled' || res.state == '待填写' || res.state == '认证工程师退回' ||
|
|
res.state == 'Rejected by homo engineer') {
|
|
selectedRowKeysValue.push(res)
|
|
}
|
|
})
|
|
console.log(selectedRowKeysValue)
|
|
for (let i = 0; i < selectedRowKeysValue.length; i++) {
|
|
let postDateobj = {}
|
|
let itemIn = Object.keys(selectedRowKeysValue[i])
|
|
for (let j = 0; j < itemIn.length; j++) {
|
|
if (itemIn[j] !== 'sdt' && selectedRowKeysValue[i][itemIn[j]].list) {
|
|
if (selectedRowKeysValue[i][itemIn[j]] instanceof Object && !(selectedRowKeysValue[i][itemIn[j]] instanceof Array)) {
|
|
postDateobj[itemIn[j]] = selectedRowKeysValue[i][itemIn[j]]
|
|
for (let k = 0; k < selectedRowKeysValue[i][itemIn[j]].list.length; k++) {
|
|
if (selectedRowKeysValue[i][itemIn[j]].list[k].type == 'pull_more') {
|
|
selectedRowKeysValue[i][itemIn[j]].list[k].dataValue = selectedRowKeysValue[i][itemIn[j]].list[k].dataValue.join(',')
|
|
}
|
|
if (selectedRowKeysValue[i][itemIn[j]].list[k].type == 'text' && selectedRowKeysValue[i][itemIn[j]].list[k].dataValue !== null) {
|
|
selectedRowKeysValue[i][itemIn[j]].list[k].dataValue = selectedRowKeysValue[i][itemIn[j]].list[k].dataValue.toString()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
postDateobj.id = selectedRowKeysValue[i].id
|
|
postDate.push(postDateobj)
|
|
}
|
|
let configDataList = { configDataList: postDate }
|
|
if (selectedRowKeysValue && selectedRowKeysValue.length > 0) {
|
|
if (num && num == 1) {
|
|
this.textLoading = true
|
|
}
|
|
let query = {
|
|
...configDataList,
|
|
paramsManifestId: this.paramsManifest.id
|
|
}
|
|
postAction('/params/collectManifest/save', query).then((res) => {
|
|
if (res.success) {
|
|
if (num && num == 1) {
|
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
|
this.textLoading = false
|
|
}
|
|
setTimeout(() => {
|
|
if (this.currentPersonRole == 'dre') {
|
|
this.handlePreservation()
|
|
}
|
|
}, 10000)
|
|
} else {
|
|
if (num && num == 1) {
|
|
_this.$message.warning(_this.$t('operationFailed'))
|
|
this.textLoading = false
|
|
}
|
|
}
|
|
})
|
|
} else {
|
|
if (num && num == 1) {
|
|
this.$message.warning(this.$t('theCurrentListSaved'))
|
|
}
|
|
}
|
|
},
|
|
// 提交数据
|
|
ishandleSubmit() {
|
|
let _this = this
|
|
let postDate = []
|
|
let selectedRowKeysValue = JSON.parse(JSON.stringify(this.selectedRowKeysValue))
|
|
for (let i = 0; i < selectedRowKeysValue.length; i++) {
|
|
let postDateobj = {}
|
|
let itemIn = Object.keys(selectedRowKeysValue[i])
|
|
for (let j = 0; j < itemIn.length; j++) {
|
|
if (itemIn[j] !== 'sdt' && selectedRowKeysValue[i][itemIn[j]].list) {
|
|
if (selectedRowKeysValue[i][itemIn[j]] instanceof Object && !(selectedRowKeysValue[i][itemIn[j]] instanceof Array)) {
|
|
postDateobj[itemIn[j]] = selectedRowKeysValue[i][itemIn[j]]
|
|
for (let k = 0; k < selectedRowKeysValue[i][itemIn[j]].list.length; k++) {
|
|
if (selectedRowKeysValue[i][itemIn[j]].list[k].type == 'pull_more') {
|
|
selectedRowKeysValue[i][itemIn[j]].list[k].dataValue = selectedRowKeysValue[i][itemIn[j]].list[k].dataValue.join(',')
|
|
}
|
|
if (selectedRowKeysValue[i][itemIn[j]].list[k].type == 'text' && selectedRowKeysValue[i][itemIn[j]].list[k].dataValue !== null) {
|
|
selectedRowKeysValue[i][itemIn[j]].list[k].dataValue = selectedRowKeysValue[i][itemIn[j]].list[k].dataValue.toString()
|
|
}
|
|
if (!selectedRowKeysValue[i][itemIn[j]].list[k].dataValue && selectedRowKeysValue[i][itemIn[j]].list[k].isMust == '1'
|
|
&& selectedRowKeysValue[i][itemIn[j]].list[k].isLock == '0') {
|
|
this.$message.warning(selectedRowKeysValue[i].nioNumber + ',' + this.$t('requiredParametersEmpty'))
|
|
return
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
postDateobj.id = selectedRowKeysValue[i].id
|
|
postDate.push(postDateobj)
|
|
}
|
|
|
|
let configDataList = { configDataList: postDate }
|
|
if (this.selectedRowKeys.length == 0) {
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
} else {
|
|
let _configDataListNo = []
|
|
this.$confirm({
|
|
content: _this.$t('Areyousureparameteritems'),
|
|
onOk() {
|
|
postAction(_this.url.add, configDataList).then((res) => {
|
|
if (res.success) {
|
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
|
_this.GetgetTableList()
|
|
} else {
|
|
_this.$message.warning(_this.$t('operationFailed'))
|
|
}
|
|
})
|
|
}
|
|
})
|
|
}
|
|
},
|
|
returnDataJurisdiction() {
|
|
// 退回的状态权限
|
|
let homoJurisdictionReturn = this.homoJurisdictionReturn()
|
|
if (homoJurisdictionReturn == 1) {
|
|
this.returnData()
|
|
} else if (homoJurisdictionReturn == 0) {
|
|
this.visibleoperationFailed = true
|
|
}
|
|
},
|
|
// 退回
|
|
returnData() {
|
|
// todo 退回没有选择数据
|
|
let _array = []
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
_array.push(item.id)
|
|
})
|
|
let _this = this
|
|
let param = { ids: _array.join(',') }
|
|
this.textLoading = true
|
|
axios({
|
|
url: '/jero-boot/params/collectManifest/back',
|
|
method: 'post',
|
|
data: param,
|
|
transformRequest: [function(data) {
|
|
let ret = ''
|
|
for (let it in data) {
|
|
ret += encodeURIComponent(it) + '=' + encodeURIComponent(data[it]) + '&'
|
|
}
|
|
return ret
|
|
}],
|
|
headers: {
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
'X-Access-Token': _this.token
|
|
}
|
|
})
|
|
.then((res) => {
|
|
if (res.data.success) {
|
|
this.textLoading = false
|
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
|
_this.GetgetTableList()
|
|
_this.selectedRowKeysValue = []
|
|
} else {
|
|
this.textLoading = false
|
|
_this.$message.warning(_this.$t('operationFailed'))
|
|
}
|
|
})
|
|
.catch((error) => {
|
|
this.textLoading = false
|
|
})
|
|
},
|
|
// 强制撤回权限
|
|
compulsoryWithdrawaljurisdiction() {
|
|
let homoJurisdictionCompulsoryWithdrawal = this.homoJurisdictionCompulsoryWithdrawal()
|
|
if (homoJurisdictionCompulsoryWithdrawal === 1) {
|
|
this.compulsoryWithdrawal()
|
|
} else if (homoJurisdictionCompulsoryWithdrawal === 0) {
|
|
this.visibleoperationFailed = true
|
|
}
|
|
},
|
|
// 强制撤回
|
|
compulsoryWithdrawal() {
|
|
let _array = []
|
|
this.selectedRowKeysValue.forEach((item, index) => {
|
|
_array.push(item.id)
|
|
})
|
|
let _this = this
|
|
let param = { ids: _array.join(',') }
|
|
this.textLoading = true
|
|
axios({
|
|
url: '/jero-boot/params/collectManifest/withdraw',
|
|
method: 'post',
|
|
data: param,
|
|
transformRequest: [function(data) {
|
|
let ret = ''
|
|
for (let it in data) {
|
|
ret += encodeURIComponent(it) + '=' + encodeURIComponent(data[it]) + '&'
|
|
}
|
|
return ret
|
|
}],
|
|
headers: {
|
|
'Content-Type': 'application/x-www-form-urlencoded',
|
|
'X-Access-Token': _this.token
|
|
}
|
|
})
|
|
.then((res) => {
|
|
if (res.data.success) {
|
|
this.textLoading = false
|
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
|
_this.GetgetTableList()
|
|
_this.selectedRowKeysValue = []
|
|
} else {
|
|
this.textLoading = false
|
|
_this.$message.warning(_this.$t('operationFailed'))
|
|
}
|
|
})
|
|
.catch((error) => {
|
|
this.textLoading = false
|
|
})
|
|
},
|
|
// 分配填写人
|
|
assignedBy() {
|
|
// 工程接口人
|
|
let sdtJurisdictionAssigned = this.sdtJurisdictionAssigned()
|
|
if (sdtJurisdictionAssigned == 1) {
|
|
this.areaVisibleAssignedby = true
|
|
} else if (sdtJurisdictionAssigned == 0) {
|
|
this.visibleoperationFailed = true
|
|
this.jurisdiction = 'SDTFPTXR'
|
|
}
|
|
},
|
|
// 分配填写人确定后弹框关闭
|
|
areaVisibleAssignedbyflag(val) {
|
|
this.areaVisibleAssignedby = val
|
|
},
|
|
// 截止时间
|
|
// TaskCutOffTimeLibrary() {
|
|
// let dreTaskCutOffTimeLibrary = this.dreTaskCutOffTimeLibrary()
|
|
// if (dreTaskCutOffTimeLibrary == 1) {
|
|
// this.areaVisibleTaskCutOffTime = true
|
|
// } else if (dreTaskCutOffTimeLibrary == 0) {
|
|
// this.visibleoperationFailed = true
|
|
// this.jurisdiction = 'HOMOJZSJ'
|
|
// }
|
|
// },
|
|
// 截至时间确定弹框关闭
|
|
areaVisibleTaskCutOffTimeflag(val) {
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
},
|
|
areaVisibleTaskCutOffTimeAll(val){
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
},
|
|
AdjustareasofresponAll(val){
|
|
console.log(val)
|
|
this.Adjustareasofrespon = val
|
|
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
|
},
|
|
//引用参数
|
|
referenceparameter() {
|
|
let dreJurisdictionreferenceParameter = this.dreJurisdictionreferenceParameter()
|
|
if (dreJurisdictionreferenceParameter == 1) {
|
|
this.areaVisiblereferenceparameter = true
|
|
} else if (dreJurisdictionreferenceParameter == 0) {
|
|
this.visibleoperationFailed = true
|
|
this.jurisdiction = 'DREYYCS'
|
|
}
|
|
},
|
|
listReset() {
|
|
this.formInline = {}
|
|
},
|
|
handleModule() {
|
|
|
|
},
|
|
handleCody() {
|
|
},
|
|
searchQuery() {
|
|
this.$refs.CollectionTabel.pageNo = 1
|
|
this.$refs.CollectionTabel.getTableList()
|
|
},
|
|
searchReset() {
|
|
this.formInline = {}
|
|
this.queryParamQuery = {}
|
|
this.$refs.CollectionTabel.pageNo = 1
|
|
this.$refs.CollectionTabel.getTableListReset()
|
|
this.$refs.globalAdvancedQueryRef.handleReset()
|
|
// this.$refs.globalAdvancedQueryRef.emitCallback()
|
|
},
|
|
// 批量删除 -- 与下发收集一致
|
|
handleDelJurisdiction() {
|
|
let homoJurisdictionBatchdelete = this.homoJurisdictionBatchdelete()
|
|
if (homoJurisdictionBatchdelete == 1) {
|
|
this.handleDel()
|
|
} else if (homoJurisdictionBatchdelete == 0) {
|
|
this.visibleoperationFailed = true
|
|
this.jurisdiction = 'HOMOZFSJ'
|
|
}
|
|
},
|
|
handleDel() {
|
|
let param = {
|
|
ids: this.selectedRowKeysArray,
|
|
paramsManifestId:this.$route.query.id
|
|
}
|
|
if (this.selectedRowKeys.length > 0) {
|
|
let _this = this
|
|
this.$confirm({
|
|
content: this.$t('ConfirmBatchDeletion'),
|
|
onOk() {
|
|
_this.textLoading = true
|
|
postAction('/params/collectManifest/deleteBatch', param).then((res) => {
|
|
if (res.success) {
|
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
|
_this.selectedRowKeys = []
|
|
console.log(111)
|
|
_this.$refs.CollectionTabel.getTableList(_this.queryParamQuery)
|
|
_this.textLoading = false
|
|
} else {
|
|
_this.textLoading = false
|
|
_this.$message.warning(this.$t('operationFailed'))
|
|
}
|
|
})
|
|
}
|
|
})
|
|
} else {
|
|
this.$message.warning(this.$t('selectLeastOne'))
|
|
}
|
|
},
|
|
pageOnChange() {
|
|
|
|
},
|
|
SizeChange() {
|
|
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<style>
|
|
.popconfirm {
|
|
z-index: 999;
|
|
}
|
|
|
|
.popconfirm .ant-popover-buttons {
|
|
display: none !important;
|
|
}
|
|
|
|
.popconfirm .anticon-exclamation-circle {
|
|
display: none !important;
|
|
}
|
|
</style>
|
|
<style lang="less" scoped>
|
|
@import '~@assets/less/common.less';
|
|
|
|
.header-text {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
height: 60px;
|
|
color: #000F16;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.box-title-text {
|
|
line-height: 1.4;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.title-text {
|
|
width: 20%;
|
|
min-width: 110px;
|
|
color: #000F16;
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
margin-right: 16px;
|
|
margin-top: 3px;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.box-input {
|
|
display: inline-block;
|
|
width: 70%;
|
|
height: 38px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.box-button {
|
|
height: 38px;
|
|
}
|
|
|
|
.text-operation {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.page {
|
|
text-align: right;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.operator-text-left {
|
|
font-size: 14px;
|
|
margin-right: 20px;
|
|
background: #eff1f3;
|
|
padding: 8px 8px;
|
|
cursor: pointer;
|
|
border-radius: 4px;
|
|
}
|
|
.operator-text-title {
|
|
cursor: pointer;
|
|
margin-right: 22px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #040B29;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.box-title-text-index {
|
|
line-height: 1.4;
|
|
display: flex;
|
|
}
|
|
|
|
.title-text-Comment {
|
|
width: 74px;
|
|
text-align: right;
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
margin-right: 16px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
height: 42px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.box-input .ant-select-selection {
|
|
height: 38px !important;
|
|
}
|
|
|
|
.itemitem {
|
|
width: 250px;
|
|
}
|
|
|
|
.box-input .ant-select-selection__rendered {
|
|
line-height: 38px;
|
|
}
|
|
|
|
.Required {
|
|
color: red;
|
|
}
|
|
|
|
.doc-detail {
|
|
background: #fff;
|
|
height: 100%;
|
|
|
|
.Virtual-detail-header {
|
|
width: 100%;
|
|
height: 68px;
|
|
line-height: 68px;
|
|
padding: 0 32px 0 32px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 2px #eff1f3 solid;
|
|
background: #fff;
|
|
|
|
.Virtual-detail-title {
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
color: #040B29;
|
|
line-height: 68px;
|
|
}
|
|
|
|
.doc-detail-right {
|
|
width: 800px;
|
|
line-height: 68px;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.Virtual-detail-content {
|
|
margin-top: 68px;
|
|
padding: 0 38px 0 38px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
|
|
.box-title-text-add {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.title-text-add {
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
margin-right: 16px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
}
|
|
}
|
|
|
|
.Virtual-detail-header {
|
|
width: 100%;
|
|
height: 68px;
|
|
line-height: 68px;
|
|
padding: 0 32px 0 32px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 2px #eff1f3 solid;
|
|
background: #fff;
|
|
z-index: 1000;
|
|
|
|
.Virtual-detail-title {
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
color: #040B29;
|
|
line-height: 68px;
|
|
}
|
|
|
|
.doc-detail-right {
|
|
width: 800px;
|
|
line-height: 68px;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.Virtual-detail-content {
|
|
padding: 0 32px 0 32px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
|
|
.box-title-text-add {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.title-text-add {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font-weight: 500;
|
|
margin-right: 16px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
}
|
|
}
|
|
}
|
|
.text-wraning{
|
|
word-break: break-word;
|
|
}
|
|
</style>
|
|
<style lang='less'>
|
|
.ant-popover-message-title{
|
|
margin-bottom: -30px;
|
|
}
|
|
</style> |