Commit 1b6a9d1f by gao_yingdong

线索核办,下达指令详情

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