Commit 45a2bd68 by gao_yingdong

Update ptCxForm_components.vue

parent e1d564c2
......@@ -459,6 +459,14 @@
查询
</div>
<div
v-if="pageASs == 'bxqd'"
@click="doFqrwCount"
style="background: #ff6700; color: #ffffff"
class="zdybtn"
>
发起任务
</div>
<div
@click="$emit('yjbtn')"
style="background: #007aff; color: #ffffff"
class="zdybtn"
......@@ -740,7 +748,9 @@
pageBs != 'queryZtryJkm' &&
pageBs != 'queryRyypNew' &&
pageBs != 'transactionFlow' &&
pageBs != 'xsbk1' &&
pageBs != 'queryZdcs' &&
pageBs != 'queryQypz' &&
pageBs != 'queryBsh'
"
>
......@@ -2157,6 +2167,7 @@
pageBs == 'queryRyypNew' ||
pageBs == 'queryZtryJkm' ||
pageBs == 'queryZdcs' ||
pageBs == 'xsbk1' ||
pageBs == 'transactionFlow'
)
"
......@@ -2386,6 +2397,7 @@
pageBs != 'queryRyypNew' &&
pageBs != 'queryJqcc' &&
pageBs != 'queryZdcs' &&
pageBs != 'xsbk1' &&
pageBs != 'queryZjcl'
"
>删除</span
......@@ -3693,6 +3705,9 @@ export default {
};
},
methods: {
doFqrwCount() {
this.$emit('doFqrwCount')
},
treeLoad(tree, treeNode, resolve) {
debugger;
if (this.pageBs == "queryMenu") {
......
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