Commit 44fd9137 authored by 李苏's avatar 李苏 💬

1

parent ee5d2f98
<template>
<BasePage ref="basePage" :power='power' class="min_full" :config="config">
<BasePage :autoQuery='false' ref="basePage" :power='power' class="min_full" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template>
......@@ -79,6 +79,8 @@
width: 80
},
{title: "期初结存数量(辅)", field: "fqcjcsl", width: 140, fieldType: 'float'},
{title: "期初结存数量(辅)", field: "qmjcsl", width: 140, fieldType: 'float'},
{title: "本期入库数量(辅)", field: "fbqrksl", width: 140, fieldType: 'float'},
{title: "本期出库数量(辅)", field: "fbqcksl", width: 140, fieldType: 'float'},
......@@ -167,6 +169,7 @@
console.log(this.$refs.basePage.$refs.TablePager.newGridList)
// let tabList=
}
this.$refs.basePage.refresh()
}
},
},
......
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