Commit cc34879c by 叶富雄

修复

parent 0f3f8d17
......@@ -10,6 +10,7 @@
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@examine="examine"
@toInfor="toInfor"
ref="rightContent"
>
<template #btnGroup="scope">
......@@ -20,7 +21,7 @@
size="80%"
:with-header="false"
:visible.sync="drawer">
<zczl infoType="1" :fpbh="fpbh" v-if="drawer" @post="post" :zczlbh="zczlbh" sub="SP"></zczl>
<zczl infoType="1" :fpbh="fpbh" v-if="drawer" @post="post" :zczlbh="zczlbh" :sub="sub"></zczl>
</el-drawer>
<!-- 撤控 -->
<el-dialog title="申请指令信息" :visible.sync="revokeVisiable" width="30%">
......@@ -80,6 +81,7 @@ export default {
},
data() {
return {
sub: '',
zczlbh: '',
fpbh: '',
drawer: false,
......@@ -210,6 +212,12 @@ export default {
],
cxDefaultFormThead: [
{
label: "工作指令编号",
prop: "zczlbh",
width: '300',
toInfor: true
},
{
label: "回报期限",
prop: "hbqx",
},
......@@ -231,11 +239,6 @@ export default {
prop: "zlwh",
},
{
label: "业务编号",
prop: "zczlbh",
width: '300'
},
{
label: "业务类型",
prop: "ywlxStr",
},
......@@ -347,6 +350,12 @@ export default {
}
});*/
},
toInfor(scope) {
this.sub = 'XQ';
this.drawer = true;
this.zczlbh = scope.zczlbh;
this.fpbh = scope.fpbh;
},
},
mounted() {
},
......
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