Commit 025692c5 authored by 李苏's avatar 李苏 💬

调整

parent 34b82676
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.ckdh=row.ckdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Jfzky :app="ctx.basePage" v-if="ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='查封转扣押')" /> <Jfzky :app="ctx.basePage" v-if="ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='查封转扣押')" />
...@@ -19,12 +19,18 @@ ...@@ -19,12 +19,18 @@
import Jfzky from './jfzky.vue' import Jfzky from './jfzky.vue'
import Bcdjzky from './bcdjzky.vue' import Bcdjzky from './bcdjzky.vue'
export default { export default {
destroyed() {
},
/* 赋值swlx主动查询*/ /* 赋值swlx主动查询*/
mounted() { mounted() {
this.$refs.basepage.queryParams.swlx = '1' this.$refs.basepage.queryParams.swlx = '1'
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
},
jfzky(ctx) { jfzky(ctx) {
ctx.DialogWidth='70vw' ctx.DialogWidth='70vw'
ctx.DialogTitle='查封转扣押' ctx.DialogTitle='查封转扣押'
......
<template> <template>
<BasePage <BasePage
:autoParams="autoParams"
:rowClass="rowClass" :rowClass="rowClass"
:power="{ :power="{
add: false, add: false,
...@@ -35,6 +36,9 @@ ...@@ -35,6 +36,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
},
rowClass({ rowClass({
row, row,
rowIndex rowIndex
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
},
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Kyzdjbc :app="ctx.basePage" v-if="ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='扣押转登记保存')" /> <Kyzdjbc :app="ctx.basePage" v-if="ctx.basePage.showDialog&&(ctx.basePage.DialogTitle=='扣押转登记保存')" />
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
},
kyzdjbc(ctx) { kyzdjbc(ctx) {
ctx.DialogWidth = '70vw' ctx.DialogWidth = '70vw'
ctx.DialogTitle = '扣押转登记保存' ctx.DialogTitle = '扣押转登记保存'
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -14,12 +14,16 @@ ...@@ -14,12 +14,16 @@
import Edit from './edit.vue' import Edit from './edit.vue'
export default { export default {
/* 赋值swlx主动查询*/ /* 赋值swlx主动查询*/
mounted() { mounted() {
this.$refs.basepage.queryParams.swlx = '2' this.$refs.basepage.queryParams.swlx = '2'
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
}
}, },
data() { data() {
return { return {
......
<template> <template>
<BasePage ref="basepage" :autoQuery='false' class="min_full" :config="config"> <BasePage :autoParams="autoParams" ref="basepage" :autoQuery='false' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
}, },
methods: { methods: {
autoParams(params,row){
params.master.rkdh=row.rkdh
}
}, },
data() { data() {
return { return {
......
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