Commit d6ca0649 by zhangzhijie

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents d963f3f3 cc34879c
......@@ -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",
},
......@@ -232,11 +240,6 @@ export default {
prop: "zlwh",
},
{
label: "业务编号",
prop: "zczlbh",
width: '300'
},
{
label: "业务类型",
prop: "ywlxStr",
},
......@@ -348,6 +351,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