Commit 06084c08 authored by 李苏's avatar 李苏 💬

调整

parent f10a0a5a
<template>
<BasePage :changeExcelParams='changeExcelParams' class="min_full" @getRow='getRow' ref="basePage" style="height: 100%;" :config="config">
<BasePage excelUrl='lxyl/kcgl/kcpd/export' :changeExcelParams='changeExcelParams' class="min_full" @getRow='getRow' ref="basePage" style="height: 100%;" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Xzgw @saveGw='saveGw' :app='ctx.basePage' v-if="ctx.basePage.showDialog&&ctx.basePage.DialogTitle=='选择工位'" />
......
<template>
<BasePage :changeExcelParams='changeExcelParams' @getRow='getRow' :power='power' class="min_full" style="height: 100%;" :config="config">
<BasePage excelUrl='lxyl/rkgl/dbrk/export' :changeExcelParams='changeExcelParams' @getRow='getRow' :power='power' class="min_full" style="height: 100%;" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template>
......@@ -221,6 +221,7 @@
newExpandTitle[index] = newObj
})
fields = [...fields, ...newExpandTitle]
console.log(fields,'fields')
params.fields = JSON.stringify(fields)
},
/* 示例*/
......
......@@ -89,12 +89,12 @@
field: "swlxName",
width: 100,
},
{
title: "仓库",
field: "ckid",
width: 140,
hidden: true,
},
// {
// title: "仓库",
// field: "ckid",
// width: 140,
// hidden: true,
// },
{
title: "单据来源",
field: "djly",
......
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