Commit 48ec678a by yuhao

添加多生物

parent c9c6cd0d
......@@ -67,3 +67,10 @@ export const deleteZjbzjgById = params =>
//指纹比中新增
export const deleteZwbzjgById = params =>
postform(`${base.alyIP}/zwbzhc/deleteZwbzjgById`, params);
//维护信息新增
export const insertDcsf = params =>
postform(`${base.alyIP}/Rxbzrw/insertDcsf`, params);
export const deleteDcsf = params =>
postform(`${base.alyIP}/Rxbzrw/deleteDcsf`, params);
export const updateDcsf = params =>
postform(`${base.alyIP}/Rxbzrw/updateDcsf`, params);
<template>
<div class="swtzxxglRoutes">
<div style="margin: 20px;background: #fff;border-radius: 8px;">
<div class="tips-ttile">案件关联现场信息详情</div>
<div class="anjjbxx text-cont" v-loading="loading">
<h1>案件基本信息</h1>
<el-row>
<el-col :span="8"><span>案件编号:</span>{{ ajxxInfo.asjbh || '-' }}<i v-if="ajxxInfo.asjbh" class="el-icon-view" @click="toXcky(ajxxInfo.asjbh)"></i></el-col>
<el-col :span="8"><span>现场勘验编号:</span>{{ ajxxInfo.xkbh || '-' }}</el-col>
<el-col :span="8"><span>案件类别:</span>{{ ajxxInfo.ajlbdmStr || '-' }}</el-col>
<el-col :span="24"><span>案件名称:</span>{{ ajxxInfo.ajmc || '-' }}</el-col>
<el-col :span="24"><span>简要案情:</span>{{ ajxxInfo.jyaq || '-' }}</el-col>
<el-col :span="8"><span class="">案发开始时间:</span>{{ ajxxInfo.asjfssjfxAsjfskssjStr || '-' }}</el-col>
<el-col :span="8"><span class="">案发结束时间:</span>{{ ajxxInfo.asjfssjAsjfsjssjStr || '-' }}</el-col>
<el-col :span="8"><span>立案日期:</span>{{ ajxxInfo.larqStr || '-' }}</el-col>
<el-col :span="8"><span>立案单位:</span>{{ ajxxInfo.ladwmc || '-' }}</el-col>
<el-col :span="8"><span>立案单位详称:</span>{{ ajxxInfo.ladwmc || '-' }}</el-col>
<el-col :span="8"><span>案发地区划:</span>{{ ajxxInfo.fxasjddXzqhdmStr || '-' }}</el-col>
<el-col :span="16"><span>案发地详址:</span>{{ ajxxInfo.fxasjddDzmc || '-' }}</el-col>
<el-col :span="24"><span >可疑标识号: </span>
<p style="margin-right:15px;color:#808591;display: inline;" v-if=" ajxxInfo.kyfwbshList.length==0">
{{'-'}}
</p>
<p style="margin-right:15px;color:#808591;display: inline;" v-for="(ajItem, ajindex) in ajxxInfo.kyfwbshList"
:key="ajindex">&nbsp;&nbsp;&nbsp;&nbsp;
<div class="swtzxxglRoutes">
<div style="margin: 20px;background: #fff;border-radius: 8px;">
<div class="tips-ttile">案件关联现场信息详情</div>
<div class="anjjbxx text-cont"
v-loading="loading">
<h1>案件基本信息</h1>
<el-row>
<el-col :span="8"><span>案件编号:</span>{{ ajxxInfo.asjbh || '-' }}<i v-if="ajxxInfo.asjbh"
class="el-icon-view"
@click="toXcky(ajxxInfo.asjbh)"></i></el-col>
<el-col :span="8"><span>现场勘验编号:</span>{{ ajxxInfo.xkbh || '-' }}</el-col>
<el-col :span="8"><span>案件类别:</span>{{ ajxxInfo.ajlbdmStr || '-' }}</el-col>
<el-col :span="24"><span>案件名称:</span>{{ ajxxInfo.ajmc || '-' }}</el-col>
<el-col :span="24"><span>简要案情:</span>{{ ajxxInfo.jyaq || '-' }}</el-col>
<el-col :span="8"><span class="">案发开始时间:</span>{{ ajxxInfo.asjfssjfxAsjfskssjStr || '-' }}</el-col>
<el-col :span="8"><span class="">案发结束时间:</span>{{ ajxxInfo.asjfssjAsjfsjssjStr || '-' }}</el-col>
<el-col :span="8"><span>立案日期:</span>{{ ajxxInfo.larqStr || '-' }}</el-col>
<el-col :span="8"><span>立案单位:</span>{{ ajxxInfo.ladwmc || '-' }}</el-col>
<el-col :span="8"><span>立案单位详称:</span>{{ ajxxInfo.ladwmc || '-' }}</el-col>
<el-col :span="8"><span>案发地区划:</span>{{ ajxxInfo.fxasjddXzqhdmStr || '-' }}</el-col>
<el-col :span="16"><span>案发地详址:</span>{{ ajxxInfo.fxasjddDzmc || '-' }}</el-col>
<el-col :span="24"><span>可疑标识号: </span>
<p style="margin-right:15px;color:#808591;display: inline;"
v-if=" ajxxInfo.kyfwbshList.length==0">
{{'-'}}
</p>
<p style="margin-right:15px;color:#808591;display: inline;"
v-for="(ajItem, ajindex) in ajxxInfo.kyfwbshList"
:key="ajindex">&nbsp;&nbsp;&nbsp;&nbsp;
{{
{{
ajItem
}}
</p>
</el-col>
</el-row>
</div>
</el-col>
</el-row>
</div>
<div class="xyrlb text-cont">
<h1>嫌疑人列表</h1>
<el-table
:data="ajxyrInfo"
style="width: 100%">
<el-table-column
prop="xm"
label="姓名"
width="180">
</el-table-column>
<el-table-column
prop="cyzjZjhm"
label="证件号码"
width="180">
</el-table-column>
<el-table-column
prop="xbdmStr"
label="性别">
</el-table-column>
<el-table-column
prop="mzdmStr"
label="民族">
</el-table-column>
<el-table-column
prop="jgdm"
label="籍贯">
</el-table-column>
</el-table>
</div>
<div class="xyrlb text-cont">
<h1>嫌疑人列表</h1>
<el-table :data="ajxyrInfo"
style="width: 100%">
<el-table-column prop="xm"
label="姓名"
width="180">
</el-table-column>
<el-table-column prop="cyzjZjhm"
label="证件号码"
width="180">
</el-table-column>
<el-table-column prop="xbdmStr"
label="性别">
</el-table-column>
<el-table-column prop="mzdmStr"
label="民族">
</el-table-column>
<el-table-column prop="jgdm"
label="籍贯">
</el-table-column>
</el-table>
</div>
<div class="swtzxxbd text-cont">
<h1>现场信息</h1>
<el-tabs class="elTabs" :tab-position="tabPosition" v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="现场指掌纹" name="1"><xczzw-info :asjbh="asjbh"></xczzw-info></el-tab-pane>
<el-tab-pane label="现场DNA" name="2"><xcdna-info :asjbh="asjbh"></xcdna-info></el-tab-pane>
<el-tab-pane label="现场YSTR" name="3"><xcystr-info :asjbh="asjbh"></xcystr-info></el-tab-pane>
<el-tab-pane label="现场人像" name="4"><xcrx-info :asjbh="asjbh"></xcrx-info></el-tab-pane>
<el-tab-pane label="现场足迹" name="5"><xczj-info :asjbh="asjbh"></xczj-info></el-tab-pane>
<el-tab-pane label="现场视频" name="6"><xcsp-info :asjbh="asjbh"></xcsp-info></el-tab-pane>
</el-tabs>
</div>
<div class="swtzxxbd text-cont">
<h1>现场信息</h1>
<el-tabs class="elTabs"
:tab-position="tabPosition"
v-model="activeName"
type="card"
@tab-click="handleClick">
<el-tab-pane label="现场指掌纹"
name="1">
<xczzw-info :asjbh="asjbh"></xczzw-info>
</el-tab-pane>
<el-tab-pane label="现场DNA"
name="2">
<xcdna-info :asjbh="asjbh"></xcdna-info>
</el-tab-pane>
<el-tab-pane label="现场YSTR"
name="3">
<xcystr-info :asjbh="asjbh"></xcystr-info>
</el-tab-pane>
<el-tab-pane label="现场人像"
name="4">
<xcrx-info :asjbh="asjbh"></xcrx-info>
</el-tab-pane>
<el-tab-pane label="现场足迹"
name="5">
<xczj-info :asjbh="asjbh"></xczj-info>
</el-tab-pane>
<el-tab-pane label="现场视频"
name="6">
<xcsp-info :asjbh="asjbh"></xcsp-info>
</el-tab-pane>
</el-tabs>
</div>
</div>
</div>
</template>
<script>
import { post } from "@/utils/http.js";
import url from "@/api/base";
import xczzwInfo from "./components/xczzwInfo.vue";
import xcrxInfo from "./components/xcrxInfo.vue";
import xczjInfo from "./components/xczjInfo.vue";
import xcspInfo from "./components/xcspInfo.vue";
import xcdnaInfo from "./components/xcdnaInfo.vue";
import xcystrInfo from "./components/xcystrInfo.vue";
export default {
components: {
xczzwInfo,
xcrxInfo,
xczjInfo,
xcdnaInfo,
xcystrInfo,
xcspInfo
import { post } from "@/utils/http.js";
import url from "@/api/base";
import xczzwInfo from "./components/xczzwInfo.vue";
import xcrxInfo from "./components/xcrxInfo.vue";
import xczjInfo from "./components/xczjInfo.vue";
import xcspInfo from "./components/xcspInfo.vue";
import xcdnaInfo from "./components/xcdnaInfo.vue";
import xcystrInfo from "./components/xcystrInfo.vue";
export default {
components: {
xczzwInfo,
xcrxInfo,
xczjInfo,
xcdnaInfo,
xcystrInfo,
xcspInfo
},
data () {
return {
// form: {
// page: 1,
// limit: 10,
// asjbh: this.$route.query.asjbh
// },
asjbh: '',
dnaTotal: 0,
tabPosition: 'left',
activeName: '1',
loading: false,
ajxxUrl: '/rxbz/querySaDetailbyId',
zzwUrl: '/Zwbzrw/getZwrwZcList',
dnaUrl: '/Dnabzrw/getDnarwList',
ystrUrl: '/Ystrbzrw/getYstrrwList',
rxUrl: '/Rxccbzrw/getRxrwList',
zjUrl: '/Zjccbzrw/getRxCcrwList',
ajxyrUrl: '/newAsjbz/getZbfzxyrxxList',
ajxxInfo: {}, // 案件基本信息
xcystr: {}, // 现场YSTR列表
xcrx: {}, // 现场人像列表
ajxyrInfo: []
}
},
methods: {
toXcky (data) {
debugger
let path = `http://89.0.23.192:9080/xcky_pic/page/sceneview/intoSceneview.action?functionType=3&caseId=${data}&IMP=1`
// let path = 'http://89.0.23.192:9080/xcky_pic/page/sceneview/intoSceneview.action?functionType=3&id=K4601095300002021090102'
window.open(path, "_blank");
},
data() {
return {
// form: {
// page: 1,
// limit: 10,
// asjbh: this.$route.query.asjbh
// },
asjbh: '',
dnaTotal: 0,
tabPosition: 'left',
activeName: '1',
loading: false,
ajxxUrl: '/rxbz/querySaDetailbyId',
zzwUrl: '/Zwbzrw/getZwrwZcList',
dnaUrl: '/Dnabzrw/getDnarwList',
ystrUrl: '/Ystrbzrw/getYstrrwList',
rxUrl: '/Rxccbzrw/getRxrwList',
zjUrl: '/Zjccbzrw/getRxCcrwList',
ajxyrUrl: '/newAsjbz/getZbfzxyrxxList',
ajxxInfo: {}, // 案件基本信息
xcystr: {}, // 现场YSTR列表
xcrx: {}, // 现场人像列表
ajxyrInfo: []
}
handleClick (tab, event) {
console.log(tab, event);
},
methods: {
toXcky (data) {
debugger
let path = `http://89.0.23.192:9080/xcky_pic/page/sceneview/intoSceneview.action?functionType=3&id=${data}`
// let path = 'http://89.0.23.192:9080/xcky_pic/page/sceneview/intoSceneview.action?functionType=3&id=K4601095300002021090102'
window.open(path, "_blank");
doTask () {
},
handleClick(tab, event) {
console.log(tab, event);
},
doTask() {
},
// 获取案件信息详情
getAjxxxq() {
this.loading = true
post(`${url.alyIP}${this.ajxxUrl}`, {asjbh: this.asjbh}).then(
},
// 获取案件信息详情
getAjxxxq () {
this.loading = true
post(`${url.alyIP}${this.ajxxUrl}`, { asjbh: this.asjbh }).then(
(res) => {
if (res.success) {
this.ajxxInfo = res.data.rows
}
this.loading = false
});
},
// 案件嫌疑人信息列表
getZbfzxyrxxList() {
this.loading = true
post(`${url.alyIP}${this.ajxyrUrl}`, {asjbh: this.asjbh}).then(
},
// 案件嫌疑人信息列表
getZbfzxyrxxList () {
this.loading = true
post(`${url.alyIP}${this.ajxyrUrl}`, { asjbh: this.asjbh }).then(
(res) => {
if (res.success) {
this.ajxyrInfo = res.data.rows
}
this.loading = false
});
},
handleSizeChange(val) {
console.log(`每页 ${val} 条`);
},
handleCurrentChange(val) {
console.log(`当前页: ${val}`);
}
},
created() {
this.asjbh = this.$route.query.asjbh
this.getAjxxxq()
this.getZbfzxyrxxList()
handleSizeChange (val) {
console.log(`每页 ${val} 条`);
},
mounted() {
// this.getXczwlb()
handleCurrentChange (val) {
console.log(`当前页: ${val}`);
}
};
},
created () {
this.asjbh = this.$route.query.asjbh
this.getAjxxxq()
this.getZbfzxyrxxList()
},
mounted () {
// this.getXczwlb()
}
};
</script>
<style scoped lang="scss">
i.el-icon-view {
margin-left: 22px;
color: #0889ff;
cursor:pointer
i.el-icon-view {
margin-left: 22px;
color: #0889ff;
cursor: pointer;
}
.swtzxxglRoutes {
padding-bottom: 30px;
width: 1200px;
margin: 0 auto;
.tips-ttile {
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 600;
color: #363636;
padding: 13px 20px;
border-bottom: 1px solid #e4e4e4;
}
.swtzxxglRoutes{
padding-bottom: 30px;
width: 1200px;
margin: 0 auto;
.tips-ttile{
.text-cont {
margin-bottom: 10px;
padding: 13px 50px;
h1 {
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 600;
color: #363636;
padding: 13px 20px;
color: #ff8d1e;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 10px;
}
.text-cont{
margin-bottom: 10px;
padding: 13px 50px;
h1{
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 600;
color: #ff8d1e;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 10px;
}
.el-tabs{
margin: 10px 0;
}
.el-row{
.el-col{
color: #808591;
font-size: 15px;
line-height: 2.5;
font-weight: bold;
span{
display: inline-block;
color: #363636;
width: 100px;
}
.time{
width: 130px;
}
.el-tabs {
margin: 10px 0;
}
.el-row {
.el-col {
color: #808591;
font-size: 15px;
line-height: 2.5;
font-weight: bold;
span {
display: inline-block;
color: #363636;
width: 100px;
}
.time {
width: 130px;
}
}
}
::v-deep .el-tabs--left.el-tabs--card .el-tabs__nav{
border-bottom: 0;
}
::v-deep .el-tabs__item{
height: 55px;
line-height: 55px;
background-color: #f5f7fa;
}
::v-deep .is-active{
background-color: #fff;
}
}
::v-deep .el-tabs--left.el-tabs--card .el-tabs__nav {
border-bottom: 0;
}
::v-deep .el-tabs__item {
height: 55px;
line-height: 55px;
background-color: #f5f7fa;
}
::v-deep .is-active {
background-color: #fff;
}
}
</style>
\ No newline at end of file
<template>
<div>
<el-table
v-loading="loading"
:data="tableData"
style="width: 100%">
<el-table-column
prop="xm"
label="姓名"
width="120">
<span class="hbyp"
@click="dnaAdd()">新增</span>
<el-table v-loading="loading"
:data="tableData"
style="width: 100%">
<el-table-column prop="xm"
label="姓名"
width="120">
</el-table-column>
<el-table-column
prop="cyzjZjhm"
label="身份证号"
width="180">
<el-table-column prop="cyzjZjhm"
label="身份证号"
width="180">
</el-table-column>
<!-- <el-table-column
prop=""
......@@ -21,24 +20,20 @@
<el-image style="width: 60px;" :src="'data:image/jpeg;base64,' + scope.row.ryzp"></el-image>
</template>
</el-table-column> -->
<el-table-column
prop="xbdmStr"
label="性别"
width="100">
<el-table-column prop="xbdmStr"
label="性别"
width="100">
</el-table-column>
<el-table-column
prop="gjdmStr"
label="户籍地"
width="180">
<el-table-column prop="gjdmStr"
label="户籍地"
width="180">
</el-table-column>
<el-table-column
prop="bz"
label="信息来源">
<el-table-column prop="bz"
label="信息来源">
</el-table-column>
<el-table-column
prop="rdbzcz"
label="备注"
width="180">
<el-table-column prop="rdbzcz"
label="备注"
width="180">
</el-table-column>
<!-- <el-table-column
prop="rdzt"
......@@ -48,93 +43,239 @@
<span>{{ getRdbs(scope.row.rdzt) }}</span>
</template>
</el-table-column> -->
<el-table-column
prop=""
label="操作"
width="80">
<el-table-column prop=""
label="操作"
width="180">
<template slot-scope="scope">
<el-button @click="rending(scope.row)" type="text">备注</el-button>
<el-button @click="rending(scope.row)"
type="text">备注</el-button>
<el-button @click="edit(scope)"
type="text">修改</el-button>
<el-button @click="dele(scope)"
type="text">删除</el-button>
</template>
</el-table-column>
</el-table>
<el-dialog title="修改备注" :visible.sync="dialogFormVisible">
<el-form :model="form" style="margin-top: 20px;">
<el-form-item label="备注:" :label-width="formLabelWidth">
<el-input type="textarea" rows="3" v-model="form.name" autocomplete="off" style="width: 98%"></el-input>
<el-dialog title="修改备注"
:visible.sync="dialogFormVisible">
<el-form :model="form"
style="margin-top: 20px;">
<el-form-item label="备注:"
:label-width="formLabelWidth">
<el-input type="textarea"
rows="3"
v-model="form.name"
autocomplete="off"
style="width: 98%"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<div slot="footer"
class="dialog-footer">
<el-button @click="dialogFormVisible = false">取 消</el-button>
<el-button type="primary" @click="areyouSure">确 定</el-button>
<el-button type="primary"
@click="areyouSure">确 定</el-button>
</div>
</el-dialog>
<!-- 比对结果弹框 -->
<el-dialog title="比对结果"
class="dialogBd"
:before-close="handleCloseBd"
:visible.sync="dialogVisibleBd"
width="53%">
<el-form ref="ruleForm"
:model="formPer"
size="small"
:rules="rulesPer"
label-width="110px"
label-position="left">
<el-form-item label="姓名"
style="width:50%;"
prop="xm">
<el-input type="input"
:rows="2"
size="medium"
v-model="formPer.xm"></el-input>
</el-form-item>
<el-form-item label="身份证号"
style="width:50%;"
prop="cyzjZjhm">
<el-input type="input"
size="medium"
:rows="2"
v-model="formPer.cyzjZjhm"></el-input>
</el-form-item>
<el-form-item label="性别"
style="width:50%;"
prop="xbdmStr">
<el-input type="input"
size="medium"
:rows="2"
v-model="formPer.xbdmStr"></el-input>
</el-form-item>
</el-form>
<span slot="footer"
class="dialog-footer">
<el-button type="primary"
:loading="loadingPer"
style="backgroundColor:#266FE8;"
@click="submitPer('ruleForm')">确认</el-button>
<el-button @click="cancelBtn">取 消</el-button>
</span>
</el-dialog>
</div>
</template>
<script>
import { post } from "@/utils/http.js";
import url from "@/api/base";
import { post } from "@/utils/http.js";
import url from "@/api/base";
import { updateDcsf, deleteDcsf, insertDcsf } from "@/api/dswtzxx.js";
export default {
name: "dcsfxx",
components: {
export default {
name: "dcsfxx",
components: {
},
data () {
return {
rulesPer: {
cyzjZjhm: [
{ required: true, message: "请输入身份证号", trigger: "change" },
],
},
formPer: {
xm: '',
cyzjZjhm: '',
xbdmStr: '',
},
editType: '',
dialogVisibleBd: false,
loadingPer: false,
formLabelWidth: '60px',
dialogFormVisible: false,
tableData: [],
Url: '/Rxbzrw/selectDcsflist',
rdUrl: '/Rxbzrw/updateDcsfrd',
loading: false,
form: {
name: ''
},
redingData: {}
};
},
props: {
rybh: String
},
methods: {
edit (scope) {
this.formPer.xm = scope.row.xm
this.formPer.cyzjZjhm = scope.row.cyzjZjhm
this.formPer.xbdmStr = scope.row.xbdmStr
this.formPer.xxzjbh = scope.row.xxzjbh
this.editType = 2
this.dialogVisibleBd = true
},
dele (scope) {
this.$confirm("此操作将永久删除, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
let params = new FormData()
params.append('xxzjbh', scope.row.xxzjbh)
params.append('rybh', this.rybh)
deleteDcsf(params).then((res) => {
if (res.success && res.code == 200) {
this.$message({
type: "success",
message: "删除成功",
});
this.getDcsfxx()
}
});
})
.catch(() => {
this.$message({
type: "info",
message: "已取消删除",
});
});
},
// 提交
async submitPer (searchForm) {
this.$refs[searchForm].validate(async (valid) => {
if (valid) {
this.loadingPer = true
let params = new FormData()
params.append('xm', this.formPer.xm)
params.append('zjhm', this.formPer.cyzjZjhm)
params.append('xbdmStr', this.formPer.xbdmStr)
params.append('rybh', this.rybh)
let res
if (this.editType == 2) {
params.append('xxzjbh', this.formPer.xxzjbh)
res = await updateDcsf(params)
} else {
res = await insertDcsf(params)
}
if (res && res.code == 200) {
this.$message.success('提交成功')
this.dialogVisibleBd = false;
this.loadingPer = false
this.getDcsfxx()
}
}
})
},
data() {
return {
formLabelWidth: '60px',
dialogFormVisible: false,
tableData: [],
Url: '/Rxbzrw/selectDcsflist',
rdUrl: '/Rxbzrw/updateDcsfrd',
loading: false,
form: {
name: ''
},
redingData: {}
};
cancelBtn () {
this.$refs['ruleForm'].resetFields();
this.dialogVisibleBd = false;
},
props: {
rybh: String
handleCloseBd () {
this.$refs['ruleForm'].resetFields();
this.dialogVisibleBd = false;
},
methods: {
// 获取多重身份信息
getDcsfxx() {
this.loading = true
post(`${url.alyIP}${this.Url}`, {xxzjbh: this.rybh}).then(
dnaAdd () {
this.dialogVisibleBd = true
},
// 获取多重身份信息
getDcsfxx () {
this.loading = true
post(`${url.alyIP}${this.Url}`, { xxzjbh: this.rybh }).then(
(res) => {
if (res.success) {
this.tableData = res.data.rows
}
this.loading = false
});
},
rending(data) {
this.dialogFormVisible = true
console.log('data', data)
this.redingData = data
this.form.name = data.rdbzcz
},
getRdbs(type) {
},
rending (data) {
this.dialogFormVisible = true
console.log('data', data)
this.redingData = data
this.form.name = data.rdbzcz
},
getRdbs (type) {
// 0-未认定 1-已认定
let text = ''
switch (type) {
case '0':
text = '未认定'
break
case '1':
text = '已认定'
break
}
return text
},
areyouSure() {
const param = {
rybh: this.rybh,
zjhm: this.redingData.cyzjZjhm,
bdzt: '1',
bz: this.form.name
}
post(`${url.alyIP}${this.rdUrl}`, param).then(
let text = ''
switch (type) {
case '0':
text = '未认定'
break
case '1':
text = '已认定'
break
}
return text
},
areyouSure () {
const param = {
rybh: this.rybh,
zjhm: this.redingData.cyzjZjhm,
bdzt: '1',
bz: this.form.name
}
post(`${url.alyIP}${this.rdUrl}`, param).then(
(res) => {
if (res.success) {
this.dialogFormVisible = false
......@@ -146,15 +287,44 @@
this.getDcsfxx()
}
});
}
},
created() {
},
mounted() {
this.getDcsfxx()
}
};
},
created () {
},
mounted () {
this.getDcsfxx()
}
};
</script>
<style scoped lang="scss">
.hbyp {
width: 64px;
height: 24px;
background: #ffffff;
border: 1px solid #007aff;
opacity: 1;
border-radius: 4px;
text-align: center;
align-items: center;
display: inline-block;
font-size: 12px !important;
font-weight: 400 !important;
color: #007aff !important;
cursor: pointer;
margin-right: 10px;
margin-top: 8px;
}
.dialogBd {
/deep/.el-dialog {
max-height: 620px;
overflow: hidden;
border-radius: 8px;
}
/deep/.el-dialog__body {
height: 440px;
overflow-y: auto;
padding: 10px 20px 0 20px !important;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment