Commit 1b6a9d1f by gao_yingdong

线索核办,下达指令详情

parent e1513b39
......@@ -347,17 +347,16 @@
align="center"
>
<template slot-scope="scope">
<!-- <div v-if="glgxItem.toInr">
<div v-if="glgxItem.toIxdzl">
<span
style="color: #0061f7; cursor: pointer"
@click="toInr(scope.row)"
@click="toIxdzl(scope.row)"
class="edit"
v-html="scope.row[glgxItem.prop]"
>
</span>
</div> -->
<!-- <div v-else> -->
<div>
</div>
<div v-else>
<span v-html="scope.row[glgxItem.prop]"> </span>
</div>
</template>
......@@ -367,7 +366,7 @@
<span
style="margin-right: 10px"
class="anList"
v-if="scope.row.spsftg != '通过'"
v-if="scope.row.spsftg != '通过'"
@click="eleteXdzl(scope)"
>删除</span
>
......@@ -558,6 +557,15 @@
</div>
</div>
</div>
<el-drawer size="80%" :with-header="false" :visible.sync="drawer">
<zczl
infoType="2"
v-if="drawer"
:zczlbh="zczlbh"
:fpbh="fpbh"
:sub="sub"
></zczl>
</el-drawer>
</div>
</template>
......@@ -576,10 +584,13 @@ import {
import { zlToDelete, zlTqsp } from "@/api/zczl/zczl.js";
import { getKyxsByxxzjbh } from "@/api/rlqbxs.js";
import axios from "axios";
import zczl from "@p/zczl/zczl/detailZczl.vue";
import base from "@/api/base";
export default {
name: "",
components: {},
components: {
zczl,
},
data() {
return {
ryList: [],
......@@ -948,7 +959,7 @@ export default {
label: "工作指令编号",
prop: "zczlbh",
width: "300",
toInfor: true,
toIxdzl: true,
},
{
label: "指令文号",
......@@ -1100,6 +1111,10 @@ export default {
limit2: 1,
pagexd: 1,
limitxd: 1,
drawer: false,
zczlbh: "",
fpbh: "",
sub: "",
};
},
created() {
......@@ -1113,6 +1128,13 @@ export default {
this.getWfqdzczlListNew();
},
methods: {
toIxdzl(scope) {
debugger;
this.sub = "PJ";
this.drawer = true;
this.zczlbh = scope.zczlbh;
this.fpbh = scope.fpbh;
},
toInfor(scope) {
debugger;
// let path = `http://39.99.155.173:8007/naotuBox?type=hnDxzp&kybh=${scope.row.asjbh}`;
......@@ -2339,6 +2361,10 @@ $-header-fontSize: 18px;
}
</style>
<style scoped lang='scss'>
.el-drawer.rtl {
/* margin: 10px; */
padding: 10px 0 0 36px;
}
.add {
width: 1200px;
margin: 0 auto;
......
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