Commit 3e6eb98e by gao_yingdong

合成研判修改

parent d9b36597
......@@ -409,6 +409,7 @@
pageBs != 'queryShserhfx' &&
pageBs != 'queryXshb' &&
pageBs != 'queryQzlb' &&
pageBs != 'queryLz' &&
pageBs != 'qyeryrlqbxsBJ'
"
>
......@@ -424,7 +425,7 @@
<div
class="flTtitle Add"
@click="DissolutionOrganization"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001' && sfkjs == '1'"
>
解散组织
</div>
......@@ -1113,6 +1114,7 @@
pageBs == 'queryMyyhz' ||
pageBs == 'queryYpcp' ||
pageBs == 'queryShserhfx' ||
pageBs == 'queryLz' ||
pageBs == 'wfqdzczl' ||
(pageBs == 'xsbk' && scope.row.bkzt !='01' && scope.row.bkzt !='03')
)
......@@ -1234,8 +1236,9 @@
pageBs != 'queryXshb' &&
pageBs != 'queryYpcp' &&
pageBs != 'queryShserhfx' &&
pageBs != 'queryShserhfx' &&
pageBs != 'queryfzxyr' &&
pageBs != 'queryfzxyr' &&
pageBs != 'queryLz' &&
scope.row.sflly == '1'
"
>删除</span
......@@ -1243,7 +1246,7 @@
<span
@click="dele(scope)"
class="dele"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001' && scope.row.zzcdgzs == 0"
>删除</span
>
<span
......@@ -1767,6 +1770,7 @@ export default {
data() {
return {
yqyhz: {},
sfkjs: '',
toggleZd: false,
srcList: [],
tagType: ["danger", "success", "warning", "info", ""],
......@@ -2488,6 +2492,7 @@ export default {
}
});
self.yqyhz = response.data.yh;
self.sfkjs = response.data.sfkjs;
self.tableData = response.data.rows;
for (let t in self.transformFormTable) {
self.tableData.map((res) => {
......
......@@ -11,7 +11,7 @@
@toInfor="toInfor"
>
<template #btnGroup="scope">
<span class="hbyp" @click="toZyypSp(scope.scope)">专业研判审批</span>
<span v-if="scope.scope.row.sfksp == '1'" class="hbyp" @click="toZyypSp(scope.scope)">专业研判审批</span>
</template>
</right-content>
<!-- 专业研判评估 -->
......
......@@ -76,7 +76,7 @@ export default {
xxzjbh: "",
},
header: "合成研判任务列表",
pageBs: "queryHbyp",
pageBs: "queryLz",
cxFormData: {
limit: 10,
page: 1,
......
......@@ -13,6 +13,7 @@
>
<template #btnGroup="scope">
<span
v-if="scope.scope.row.sfkpg == '1'"
class="hbyp"
@click="toYppg(scope.scope)"
>专业研判评估</span
......@@ -480,6 +481,7 @@ export default {
});
},
toYppg(scope) {
debugger
this.$set(this.examineInfoYppg, "xxzjbh", scope.row.xxzjbh);
this.dialogVisibleYppg = true;
},
......
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