Commit 8a59a052 authored by 李苏's avatar 李苏 💬

adjust dbckd

parent dee8a0e4
......@@ -51,7 +51,7 @@
mixins: [editMixin, editMixin_expand],
methods: {
kcSave(obj){
debugger
let {list}=obj
this.form.ckid=list[0].ckid
......@@ -95,6 +95,9 @@
},
data() {
return {
form:{
djly:'KC'
},
DialogWidth: '70vw',
DialogName: '',
DialogTitle: '选择库存',
......
<template>
<BasePage @getRow='getRow' class="min_full" style="height: 100%;" :config="config">
<BasePage :power='power' @getRow='getRow' class="min_full" style="height: 100%;" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Akck :type="'add'" v-if="ctx.basePage.showAdd" :app='ctx.basePage' :buttonApp='ctx.basePage' />
......
......@@ -39,6 +39,7 @@
},
data() {
return {
power: {
add: false,
copy: false,
......
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