Commit 4476a05b authored by 李苏's avatar 李苏 💬

调整明细/清单页面的工具按钮权限

parent 020b0c29
<template> <template>
<BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......
<template> <template>
<BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" :autoQuery='false' <BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;" :autoQuery='false'
:config="config"> :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
</template> </template>
<template #toolbar="ctx"> <template #toolbar="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -38,7 +42,7 @@ ...@@ -38,7 +42,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/bfcktz', url: 'lxyl/ckgl/bfcktz/query/detail',
queryUrl: 'lxyl/ckgl/bfcktz/query/detail', queryUrl: 'lxyl/ckgl/bfcktz/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" fePage :power='power' :toolButton='false' class="min_full" style="height: 100%;" :autoQuery='false' <BasePage @getRow='getRow' ref="basePage" fePage :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;" :autoQuery='false'
:config="config"> :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
...@@ -39,7 +43,7 @@ ...@@ -39,7 +43,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/cktz', url: 'lxyl/ckgl/cktz/query/detail',
queryUrl: 'lxyl/ckgl/cktz/query/detail', queryUrl: 'lxyl/ckgl/cktz/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage :changeDelParams='changeDelParams' @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage :changeDelParams='changeDelParams' @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -41,7 +45,8 @@ ...@@ -41,7 +45,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/cktzqd', url: 'lxyl/ckgl/dbck/query/detail',
delUrl:'lxyl/ckgl/cktzqd/delete',
queryUrl: 'lxyl/ckgl/dbck/query/detail', queryUrl: 'lxyl/ckgl/dbck/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;"
:autoQuery='false' :config="config"> :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -35,7 +39,7 @@ ...@@ -35,7 +39,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/rkgl/bzzy', url: 'wms/rkgl/bzzy/query/detail',
queryUrl: 'wms/rkgl/bzzy/query/detail', queryUrl: 'wms/rkgl/bzzy/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" :autoQuery='false' <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;" :autoQuery='false'
:config="config"> :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -40,7 +44,7 @@ ...@@ -40,7 +44,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/rkgl/dbrk', url: 'wms/rkgl/dbrk/query/detail',
queryUrl: 'wms/rkgl/dbrk/query/detail', queryUrl: 'wms/rkgl/dbrk/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" :autoQuery='false' <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;" :autoQuery='false'
:config="config"> :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -38,7 +42,7 @@ ...@@ -38,7 +42,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/rkgl/dbrk', url: 'wms/rkgl/dbrk/query/dbrkqd',
queryUrl: 'wms/rkgl/dbrk/query/dbrkqd', queryUrl: 'wms/rkgl/dbrk/query/dbrkqd',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" :autoQuery='false' <BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;" :autoQuery='false'
:config="config"> :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
...@@ -37,7 +41,7 @@ ...@@ -37,7 +41,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/rkgl/rktz', url: 'lxyl/rkgl/rktz/query/detail',
queryUrl: 'lxyl/rkgl/rktz/query/detail', queryUrl: 'lxyl/rkgl/rktz/query/detail',
tableTitle: [ tableTitle: [
{ {
......
<template> <template>
<BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" <BasePage fePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full"
style="height: 100%;" :autoQuery='false' :config="config"> style="height: 100%;" :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -37,7 +41,7 @@ ...@@ -37,7 +41,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/rkgl/rktz', url: 'lxyl/rkgl/rktz/query/rkqd',
queryUrl: 'lxyl/rkgl/rktz/query/rkqd', queryUrl: 'lxyl/rkgl/rktz/query/rkqd',
tableTitle: [ tableTitle: [
{ {
......
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