Commit 369da159 by xue_wengang

隐案审批管理

parent b9f97c3a
......@@ -4,7 +4,7 @@
<template
#sqrdslot
v-if="
(pageType == 'xprdsqgl' ||
(pageType == 'yardsqfsp' ||
pageType == 'xprdbjsp' ||
pageType == 'all') &&
xprdsqObj.sqr_xm
......@@ -64,7 +64,7 @@
</div>
</div>
</template>
<template #sqslot v-if="pageType == 'xprdsqgl' || pageType == 'xprdbjsp'">
<template #sqslot v-if="pageType == 'yardsqfsp' || pageType == 'xprdbjsp'">
<div class="wrap-shadow" style="padding: 16px 140px 25px 20px">
<div class="title">
<img
......@@ -161,7 +161,7 @@
</template>
<template
#btnGroup
v-if="pageType == 'xprdsqgl' || pageType == 'xprdbjsp'"
v-if="pageType == 'yardsqfsp' || pageType == 'xprdbjsp'"
>
<el-button type="primary" @click="sumit">确定 </el-button>
<el-button type="danger">取消 </el-button>
......@@ -279,7 +279,7 @@ export default {
this.form.unitcode = userInfo.unitcode;
this.form.spsj = this.$moment().format("YYYY-MM-DD HH:mm:ss");
this.topTitle =
this.pageType == "xprdsqgl"
this.pageType == "yardsqfsp"
? "申请方审批"
: this.pageType == "xprdbjsp"
? "部级审批"
......@@ -289,7 +289,7 @@ export default {
sumit() {
let self = this;
let url =
this.pageType == "xprdsqgl" ? "/yarw/sqfsp" : "/yarw/bjsp";
this.pageType == "yardsqfsp" ? "/yarw/sqfsp" : "/yarw/bjsp";
let params = {
...this.form,
rwbh: this.$route.query.rwbh ? this.$route.query.rwbh : "",
......@@ -302,10 +302,10 @@ export default {
debugger;
if (res.data.code == 200) {
self.$message.success("审批成功");
if (self.pageType == "xprdsqgl") {
self.$router.push("xprdsp");
if (self.pageType == "yardsqfsp") {
self.$router.push("yardsqfsp");
} else {
self.$router.push("xprdbjsp");
self.$router.push("yardbjsp");
}
} else {
this.$message.error("审批失败");
......
......@@ -28,7 +28,7 @@ export default {
return {
cxFormData: {
asjbh: "",
rwzt: '02',
rwzt: '03',
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -110,7 +110,7 @@ export default {
path: "/yardDetail",
query: {
asjbh: item.row.asjbh,
rwbh: item.row.rwbh,
rwbh: item.row.xxzjbh,
type: "xprdbjsp",
},
});
......
......@@ -31,7 +31,7 @@ export default {
return {
cxFormData: {
asjbh: "",
rwzt: '03',
rwzt: '02',
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -114,8 +114,8 @@ export default {
path: "/yardDetail",
query: {
asjbh: item.row.asjbh,
rwbh: item.row.rwbh,
type: "yardsqgl",
rwbh: item.row.xxzjbh,
type: "yardsqfsp",
},
});
},
......
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