lijinlong
吕天方 7 months ago
parent e2263d5456
commit 1e650783c5

@ -123,7 +123,7 @@
} }
#L-pagination { #L-pagination {
margin-top: 15px; margin-top: 10px;
padding: 0px 10px; padding: 0px 10px;
.btn-prev, .btn-prev,
@ -269,6 +269,10 @@
} }
} }
.teshu-top-info {
padding: 20px;
}
.top-info { .top-info {
padding: 20px; padding: 20px;
background: #FAFBFC; background: #FAFBFC;

@ -134,7 +134,7 @@
& .theme-dark .nest-menu .el-submenu>.el-submenu__title, & .theme-dark .nest-menu .el-submenu>.el-submenu__title,
& .theme-dark .el-submenu .el-menu-item { & .theme-dark .el-submenu .el-menu-item {
background-color: $base-menu-background !important; // background-color: $base-menu-background !important;
&:hover { &:hover {
background-color: #1485EF !important; background-color: #1485EF !important;

@ -2892,6 +2892,12 @@ export default {
this.select = arr[0] this.select = arr[0]
this.ruleForm.fwwz = arr[1] this.ruleForm.fwwz = arr[1]
} }
if(this.ruleForm.glymList.length == 0) {
this.ruleForm.glymList.push({key:""})
}
if(this.ruleForm.glIpList.length == 0) {
this.ruleForm.glIpList.push({key:""})
}
this.ruleForm.xttz ? this.xttz = this.ruleForm.xttz.split(',') : []; this.ruleForm.xttz ? this.xttz = this.ruleForm.xttz.split(',') : [];
let chepingUnit = this.ruleForm.gylxxList.filter((item) => item.type == 1) let chepingUnit = this.ruleForm.gylxxList.filter((item) => item.type == 1)
let yjgysUnit = this.ruleForm.gylxxList.filter((item) => item.type == 2) let yjgysUnit = this.ruleForm.gylxxList.filter((item) => item.type == 2)

@ -3,26 +3,28 @@
<div class="info-left" id="L-size-main"> <div class="info-left" id="L-size-main">
<div class="content-info" id="L-header"> <div class="content-info" id="L-header">
<div class="info-title">任务详情</div> <div class="info-title">任务详情</div>
<div class="top-info"> <div class="teshu-top-info">
<el-row class="top-row"> <div class="top-info">
<el-col :span="8"> <el-row class="top-row">
任务编号<span>{{ titleInfoObj.id }}</span> <el-col :span="8">
</el-col> 任务编号<span>{{ titleInfoObj.id }}</span>
<el-col :span="8"> </el-col>
任务名称<span>{{ titleInfoObj.taskName }}</span> <el-col :span="8">
</el-col> 任务名称<span>{{ titleInfoObj.taskName }}</span>
<el-col :span="8"> </el-col>
任务状态<span>{{ taskstatus(titleInfoObj.taskStatus) }}</span> <el-col :span="8">
</el-col> 任务状态<span>{{ taskstatus(titleInfoObj.taskStatus) }}</span>
</el-row> </el-col>
<el-row> </el-row>
<el-col :span="8"> <el-row>
任务期限<span>{{ titleInfoObj.taskDeadline }}</span> <el-col :span="8">
</el-col> 任务期限<span>{{ titleInfoObj.taskDeadline }}</span>
<el-col :span="8"> </el-col>
任务下发时间<span>{{ titleInfoObj.taskTime }}</span> <el-col :span="8">
</el-col> 任务下发时间<span>{{ titleInfoObj.taskTime }}</span>
</el-row> </el-col>
</el-row>
</div>
</div> </div>
</div> </div>
<div class="info-cut-off-rule" id="L-tab"> <div class="info-cut-off-rule" id="L-tab">

@ -192,6 +192,7 @@ export default {
} }
.my-pagination-container { .my-pagination-container {
display: flex; display: flex;
align-items: center;
justify-content: space-between; justify-content: space-between;
background: #fff; background: #fff;
width: 100%; width: 100%;

@ -5,17 +5,17 @@
<div class="search-title">查询条件</div> <div class="search-title">查询条件</div>
<el-form :inline="true" :model="formInline" size="small" class="demo-form-inline"> <el-form :inline="true" :model="formInline" size="small" class="demo-form-inline">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="7">
<el-form-item label="任务名称:"> <el-form-item label="任务名称:">
<el-input v-model="formInline.taskName" placeholder="请输入"></el-input> <el-input v-model="formInline.taskName" placeholder="请输入"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="7">
<el-form-item label="任务编号:"> <el-form-item label="任务编号:">
<el-input v-model="formInline.taskId" placeholder="请输入"></el-input> <el-input v-model="formInline.taskId" placeholder="请输入"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="7">
<el-form-item label="任务状态:"> <el-form-item label="任务状态:">
<el-select v-model="formInline.taskStatus" placeholder="请选择"> <el-select v-model="formInline.taskStatus" placeholder="请选择">
<el-option label="进行中" value="1"> <el-option label="进行中" value="1">
@ -27,17 +27,8 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> <el-col :span="3">
<el-row> <el-form-item class="unit-form">
<el-col :span="8">
<el-form-item >
<!-- <el-date-picker v-model="formInline.time" format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
type="datetimerange" start-placeholder="开始时间" end-placeholder="结束时间" placeholder="请选择">
</el-date-picker> -->
</el-form-item>
</el-col>
<el-col :span="16" style="text-align: right;padding-right: 20px;">
<el-form-item>
<el-button size="mini" @click="resetQuery('queryFrom')"></el-button> <el-button size="mini" @click="resetQuery('queryFrom')"></el-button>
<el-button size="mini" type="primary" @click="handleQuery('queryFrom')"></el-button> <el-button size="mini" type="primary" @click="handleQuery('queryFrom')"></el-button>
</el-form-item> </el-form-item>
@ -83,15 +74,15 @@
<el-table-column label="操作" prop="userId" class-name="table-operation" align="center"> <el-table-column label="操作" prop="userId" class-name="table-operation" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex;align-items: center;justify-content: center;"> <div style="display: flex;align-items: center;justify-content: center;">
<div style="display: flex;align-items: center;cursor: pointer;"> <div style="display: flex;align-items: center;cursor: pointer;" @click="goInfo(scope.row)">
<img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;"> <img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;">
<span class="look-info" @click="goInfo(scope.row)" <span class="look-info"
style="color: #1485EF;margin-right: 15px;cursor: pointer;">查看</span> style="color: #1485EF;margin-right: 15px;cursor: pointer;">查看</span>
</div> </div>
<!-- v-if="scope.row.taskStatus == 1" --> <!-- v-if="scope.row.taskStatus == 1" -->
<div style="display: flex;align-items: center;cursor: pointer;"> <div style="display: flex;align-items: center;cursor: pointer;" @click="delInfo(scope.row)">
<img src="@/assets/images/icon-shenhe@2x.png" alt="" style="width: 15px;margin-right: 5px;"> <img src="@/assets/images/icon-shenhe@2x.png" alt="" style="width: 15px;margin-right: 5px;">
<span class="del-info" @click="delInfo(scope.row)" <span class="del-info"
style="color: #1485EF;margin-right: 15px;cursor: pointer;">开始核查</span> style="color: #1485EF;margin-right: 15px;cursor: pointer;">开始核查</span>
</div> </div>
</div> </div>

@ -2,152 +2,156 @@
<!-- 任务核查 --> <!-- 任务核查 -->
<div class="L-task-info"> <div class="L-task-info">
<div class="info-left" id="L-size-main"> <div class="info-left info-left-two" id="L-size-main">
<div class="content-info" id="L-header"> <div class="content-info content-info-two" id="L-header">
<div class="info-title">任务详情</div> <div class="info-title">任务详情</div>
<div class="top-info"> <div class="teshu-top-info">
<el-row class="top-row"> <div class="top-info">
<el-col :span="8"> <el-row class="top-row">
任务编号<span>{{ titleInfoObj.id }}</span> <el-col :span="8">
</el-col> 任务编号<span>{{ titleInfoObj.id }}</span>
<el-col :span="8"> </el-col>
任务名称<span>{{ titleInfoObj.taskName }}</span> <el-col :span="8">
</el-col> 任务名称<span>{{ titleInfoObj.taskName }}</span>
<el-col :span="8"> </el-col>
任务状态<span>{{ taskstatus(titleInfoObj.taskStatus) }}</span> <el-col :span="8">
</el-col> 任务状态<span>{{ taskstatus(titleInfoObj.taskStatus) }}</span>
</el-row> </el-col>
<el-row> </el-row>
<el-col :span="8"> <el-row>
任务期限<span>{{ titleInfoObj.taskDeadline }}</span> <el-col :span="8">
</el-col> 任务期限<span>{{ titleInfoObj.taskDeadline }}</span>
<el-col :span="8"> </el-col>
任务下发时间<span>{{ titleInfoObj.taskTime }}</span> <el-col :span="8">
</el-col> 任务下发时间<span>{{ titleInfoObj.taskTime }}</span>
</el-row> </el-col>
</el-row>
</div>
</div> </div>
</div> </div>
<div class="info-cut-off-rule" id="L-tab"> <main class="renwuxiangqing">
<div class="left-tab" :class="index == 1 ? 'active-tab' : ''" @click="activeTab(1)"></div> <div class="info-cut-off-rule-my" id="L-tab">
</div> <div class="info-title">资产信息</div>
<div class="info-bottom-box"> </div>
<el-form :inline="true" :model="formInline" size="small" class="demo-form-inline" v-if="index == 1"> <div class="info-bottom-box">
<el-row> <el-form :inline="true" :model="formInline" size="small" class="demo-form-inline" v-if="index == 1">
<el-col :span="8"> <el-row>
<el-form-item label="核查单位:"> <el-col :span="8">
<el-input v-model="formInline.dwmc" placeholder="请输入"></el-input> <el-form-item label="核查单位:">
</el-form-item> <el-input v-model="formInline.dwmc" placeholder="请输入"></el-input>
</el-col> </el-form-item>
<el-col :span="9"> </el-col>
<el-form-item label="系统类型:"> <el-col :span="9">
<el-select v-model="formInline.xtlx" placeholder="请选择"> <el-form-item label="系统类型:">
<el-option v-for="dict in dict.type.zc_xtlx" :key="dict.label" :label="dict.label" <el-select v-model="formInline.xtlx" placeholder="请选择">
:value="dict.value"> <el-option v-for="dict in dict.type.zc_xtlx" :key="dict.label" :label="dict.label"
</el-option> :value="dict.value">
</el-select> </el-option>
</el-form-item> </el-select>
</el-col> </el-form-item>
<el-col :span="9"> </el-col>
<el-form-item label="审核状态:"> <el-col :span="9">
<el-select v-model="formInline.status" placeholder="请选择"> <el-form-item label="审核状态:">
<el-option label="未核查" value="0"> <el-select v-model="formInline.status" placeholder="请选择">
</el-option> <el-option label="未核查" value="0">
<el-option label="已核查" value="1"> </el-option>
</el-option> <el-option label="已核查" value="1">
<el-option label="审核通过" value="3"> </el-option>
</el-option> <el-option label="审核通过" value="3">
<el-option label="审核不通过" value="4"> </el-option>
</el-option> <el-option label="审核不通过" value="4">
<el-option label="已报废" value="5"> </el-option>
</el-option> <el-option label="已报废" value="5">
</el-select> </el-option>
</el-form-item> </el-select>
</el-col> </el-form-item>
<el-col :span="4"> </el-col>
<el-form-item> <el-col :span="4">
<el-button size="mini" type="primary" @click="handleQuery()"></el-button> <el-form-item>
<el-button size="mini" @click="resetQuery()"></el-button> <el-button size="mini" type="primary" @click="handleQuery()"></el-button>
</el-form-item> <el-button size="mini" @click="resetQuery()"></el-button>
</el-col> </el-form-item>
</el-row> </el-col>
</el-form> </el-row>
<el-form :inline="true" :model="formInlineTwo" size="small" class="demo-form-inline" v-if="index == 2"> </el-form>
<el-row> <el-form :inline="true" :model="formInlineTwo" size="small" class="demo-form-inline" v-if="index == 2">
<el-col :span="7"> <el-row>
<el-form-item label="单位名称:"> <el-col :span="7">
<el-input v-model="formInlineTwo.unitName" placeholder="请输入"></el-input> <el-form-item label="单位名称:">
<!-- <el-select v-model="formInline.unit" placeholder="请选择"> --> <el-input v-model="formInlineTwo.unitName" placeholder="请输入"></el-input>
<!-- <el-option <!-- <el-select v-model="formInline.unit" placeholder="请选择"> -->
v-for="dict in dict.type.bms_approval_status" <!-- <el-option
:key="dict.value" v-for="dict in dict.type.bms_approval_status"
:label="dict.label" :key="dict.value"
:value="dict.value"> :label="dict.label"
</el-option> --> :value="dict.value">
<!-- </el-select> --> </el-option> -->
</el-form-item> <!-- </el-select> -->
</el-col> </el-form-item>
<el-col :span="4"> </el-col>
<el-form-item> <el-col :span="4">
<el-button size="mini" type="primary" @click="handleQuery()"></el-button> <el-form-item>
<el-button size="mini" @click="resetQuery()"></el-button> <el-button size="mini" type="primary" @click="handleQuery()"></el-button>
</el-form-item> <el-button size="mini" @click="resetQuery()"></el-button>
</el-col> </el-form-item>
</el-row> </el-col>
</el-form> </el-row>
<section v-if="index == 1"> </el-form>
<el-table v-loading="loading" :data="tableData" :height="tabHeader" :max-height="tabHeader" <section v-if="index == 1">
:row-class-name="tableRowClassName"> <el-table v-loading="loading" :data="tableData" :height="tabHeader" :max-height="tabHeader"
<el-table-column type="index" width="50" label="序号" align="center" /> :row-class-name="tableRowClassName">
<!-- <el-table-column label="资产编号" key="id" width="200px" prop="id" align="center" /> --> <el-table-column type="index" width="50" label="序号" align="center" />
<el-table-column label="系统名称" key="xtmc" prop="xtmc" align="center" /> <!-- <el-table-column label="资产编号" key="id" width="200px" prop="id" align="center" /> -->
<el-table-column label="系统类型" key="xtlx" prop="xtlx" align="center"> <el-table-column label="系统名称" key="xtmc" prop="xtmc" align="center" />
<template slot-scope="scope"> <el-table-column label="系统类型" key="xtlx" prop="xtlx" align="center">
<dict-tag :options="dict.type.zc_xtlx" :value="scope.row.xtlx" /> <template slot-scope="scope">
</template> <dict-tag :options="dict.type.zc_xtlx" :value="scope.row.xtlx" />
</el-table-column> </template>
<el-table-column label="核查单位" key="zcdwmc" prop="zcdwmc" align="center" /> </el-table-column>
<el-table-column label="审核状态" key="status" width="200px" prop="status" class-name="table-status" <el-table-column label="核查单位" key="zcdwmc" prop="zcdwmc" align="center" />
align="center"> <el-table-column label="审核状态" key="status" width="200px" prop="status" class-name="table-status"
<template slot-scope="scope"> align="center">
<span v-if="scope.row.status == 0" style="color: #F59A23;"> <template slot-scope="scope">
未核查 <span v-if="scope.row.status == 0" style="color: #F59A23;">
</span> 未核查
<span v-if="scope.row.status == 1" style="color: #F43147;"> </span>
已核查 <span v-if="scope.row.status == 1" style="color: #F43147;">
</span> 已核查
<span v-if="scope.row.status == 3" style="color: #00FF00;"> </span>
审核通过 <span v-if="scope.row.status == 3" style="color: #00FF00;">
</span> 审核通过
<span v-if="scope.row.status == 4" style="color: #C51717;"> </span>
审核不通过 <span v-if="scope.row.status == 4" style="color: #C51717;">
</span> 审核不通过
<span v-if="scope.row.status == 5" style="color: #C51717;"> </span>
已报废 <span v-if="scope.row.status == 5" style="color: #C51717;">
</span> 已报废
</template> </span>
</el-table-column> </template>
<el-table-column label="操作" prop="userId" class-name="table-operation" align="center"> </el-table-column>
<template slot-scope="scope"> <el-table-column label="操作" prop="userId" class-name="table-operation" align="center">
<div style="display: flex;align-items: center;justify-content: center;"> <template slot-scope="scope">
<div style="display: flex;align-items: center;cursor: pointer;" @click="goInfo(1,scope.row)"> <div style="display: flex;align-items: center;justify-content: center;">
<img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;"> <div style="display: flex;align-items: center;cursor: pointer;" @click="goInfo(1,scope.row)">
<span class="look-info" <img src="@/assets/images/icon-ck@2x.png" alt="" style="width: 20px;margin-right: 5px;">
style="color: #1485EF;margin-right: 15px;">查看</span> <span class="look-info"
</div> style="color: #1485EF;margin-right: 15px;">查看</span>
<!-- v-if="scope.row.taskStatus == 1" --> </div>
<div v-if="($route.query.pageType == 'info' || $route.meta.pageType == 'info') && scope.row.status != 3&& scope.row.status != 5&&scope.row.status != 1" style="display: flex;align-items: center;cursor: pointer;" @click="goInfo(2,scope.row)"> <!-- v-if="scope.row.taskStatus == 1" -->
<img src="@/assets/images/icon-shenhe@2x.png" alt="" style="width: 15px;margin-right: 5px;"> <div v-if="($route.query.pageType == 'info' || $route.meta.pageType == 'info') && scope.row.status != 3&& scope.row.status != 5&&scope.row.status != 1" style="display: flex;align-items: center;cursor: pointer;" @click="goInfo(2,scope.row)">
<span class="del-info" <img src="@/assets/images/icon-shenhe@2x.png" alt="" style="width: 15px;margin-right: 5px;">
style="color: #1485EF;margin-right: 15px;">核查</span> <span class="del-info"
style="color: #1485EF;margin-right: 15px;">核查</span>
</div>
</div> </div>
</div> </template>
</template> </el-table-column>
</el-table-column> </el-table>
</el-table> </section>
</section> <my-pagination id="L-pagination" :total="total" :page="pagination.current" :limit="pagination.size"
<my-pagination id="L-pagination" :total="total" :page="pagination.current" :limit="pagination.size" @pagination="getPagination" :current-page.sync="pagination.current"></my-pagination>
@pagination="getPagination" :current-page.sync="pagination.current"></my-pagination> </div>
</div> </main>
</div> </div>
<div class="info-right" v-if="$route.query.pageType == 'look' || $route.meta.pageType == 'look'"> <div class="info-right" v-if="$route.query.pageType == 'look' || $route.meta.pageType == 'look'">
<div class="info-title">任务流程节点</div> <div class="info-title">任务流程节点</div>
@ -394,18 +398,4 @@ export default {
next(); next();
}, },
} }
</script> </script>
<style lang="scss" scoped>
::v-deep .el-timeline {
padding-left: 0;
font-size: 12px;
}
::v-deep .el-form-item__label {
padding-right: 3px;
}
.look-info {
margin-left: 10px;
}
</style>
Loading…
Cancel
Save