Commit 814dec76 by huangdang

Merge branch 'dev_maxt' of http://39.99.224.27:9022/changchao/founder_vue into dev_maxt

parents 1019600f 3980071d
......@@ -23,6 +23,7 @@ let dwcxFormData = {
zczjZasddm: '',
ajzt: ['3', '5', '6', '7', '8'],
sfcxajPdbz: '0',
sfyaPdbz:'',
// sflsjaPdbz: '',
jyaq: '',
ajlbdm: '',
......@@ -261,6 +262,19 @@ let dwcxAjxxDefaultFormField = {
{ value: '0', name: '否' }
]
},
{
name: '是否隐案',
id: 'sfyaPdbz',
type: 'radio',
value: '',
placeholder: '请选择',
col: '3',
radioData: [
{ value: '', name: '全部' },
{ value: '1', name: '是' },
{ value: '0', name: '否' }
]
},
// {
// name: '是否历史积案',
// id: 'sflsjaPdbz',
......@@ -516,6 +530,19 @@ let dwcxAjxxFormField = {
{ value: '0', name: '否' }
]
},
{
name: '是否隐案',
id: 'sfyaPdbz',
type: 'radio',
value: '',
placeholder: '请选择',
col: '3',
radioData: [
{ value: '', name: '全部' },
{ value: '1', name: '是' },
{ value: '0', name: '否' }
]
},
// {
// name: '是否历史积案',
// id: 'sflsjaPdbz',
......
......@@ -14,10 +14,10 @@
size="small"
@click="goDetail(scope.scope)"
v-if="
scope.scope.row.rwzt == '' ||
scope.scope.row.rwzt == '01' ||
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '06'
scope.scope.row['zczjywsjzt'] == '02' &&
(scope.scope.row.rwzt == '' ||
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '06')
"
>申请认定
</el-button>
......@@ -36,7 +36,7 @@ export default {
data() {
return {
cxFormData: {
asjbh: ""
asjbh: "",
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -56,7 +56,7 @@ export default {
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_RDZT"
codeTree: "CODE_RDZT",
},
],
cxDefaultFormThead: [
......@@ -74,7 +74,7 @@ export default {
{
label: "案件时间",
prop: "发案时间:asjfssjAsjfskssj,立案时间:larq,侦查终结时间:zczjZxsj01",
width: "220"
width: "220",
},
{
label: "案件类别",
......
......@@ -10,13 +10,13 @@
ref="pcxForm"
>
<template #btnGroup="scope">
<!-- v-if="
scope.scope.row.xprdzt == '' ||
scope.scope.row.xprdzt == '04' ||
scope.scope.row.xprdzt == '06' ||
scope.scope.row.xprdzt == '01'
" -->
<div>
<div
v-if="
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '06' ||
scope.scope.row.rwzt == '01'
"
>
<el-button type="text" size="small" @click="tqsp(scope.scope)"
>提起审批
</el-button>
......@@ -46,7 +46,7 @@ export default {
return {
cxFormData: {
asjbh: "",
rwzt: ''
rwzt: "",
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -139,10 +139,6 @@ export default {
// prop: "发案时间:asjfssjAsjfskssj,立案时间:larq,侦查终结时间:zczjZxsj01",
// width: "220",
// },
],
cxUrl: "/yarw/getYaList",
header: "隐案认定申请",
......@@ -221,7 +217,7 @@ export default {
debugger;
let url = "/yarw/tqsp";
let form = {
rwbh: item.row.rwbh,
rwbh: item.row.xxzjbh,
};
self.doQueryRequest(form, url).then((res) => {
if (res.data.code == "200") {
......
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