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

调整

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