执法信息、定制检查方案扥功能修改
This commit is contained in:
parent
d55ad9bf69
commit
fdc7035c93
|
|
@ -494,7 +494,7 @@ function handleDialogOk() {
|
|||
title: '定制检查方案',
|
||||
content: '您有一些待审批定制检查方案记录!',
|
||||
routeUrl: '/xzzfgl/zfjc/fasp',
|
||||
receiverIds: ['111111']
|
||||
receiverIds: ['11111']
|
||||
})
|
||||
.then(res => console.log(res))
|
||||
_event.query()
|
||||
|
|
|
|||
|
|
@ -574,8 +574,6 @@ function handleDialogOk() {
|
|||
.sendMessage({title:'定制检查方案', content:'您有一些待审批定制检查方案记录!', routeUrl:'/xzzfgl/zfjc/fasp', receiverIds:['111111']})
|
||||
.then(res => console.log(res))
|
||||
_event.query()
|
||||
} else {
|
||||
throw new Error('操作失败')
|
||||
}
|
||||
})
|
||||
} else if (dialogConfig.value.mode === 'modify') {
|
||||
|
|
|
|||
|
|
@ -22,11 +22,7 @@
|
|||
<el-input :disabled="true" v-model="dc.data.enterprise.detailedAddress"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="执法机构" prop="agency">
|
||||
<AgencySelector :disabled="true" :lazyLoad="true" v-model="dc.data.agency"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" style="text-align: right"
|
||||
v-if="(dc.data.enforcementInfo.dataFrom === '3' || dc.data.enforcementInfo.dataFrom === '4') && dc.mode !== 'detail'">
|
||||
<el-button type="success" title="定制检查项" @click="openDialog">
|
||||
|
|
|
|||
Loading…
Reference in New Issue