Commit 369da159 by xue_wengang

隐案审批管理

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