Commit 65520050 authored by 李苏's avatar 李苏 💬

上架

parent de0389e9
......@@ -7,8 +7,8 @@
</template>
<template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- <el-button @click="sj(ctx.basePage)" size='mini' type="primary">上架</el-button>
<el-button @click="close(ctx.basePage)" size='mini' type="primary">关闭</el-button> -->
<el-button @click="sj(ctx.basePage)" size='mini' type="primary">上架</el-button>
<!-- <el-button @click="close(ctx.basePage)" size='mini' type="primary">关闭</el-button> -->
</template>
</BasePage>
......@@ -179,7 +179,7 @@
value: ''
},
],
[
[
{
label: "状态",
prop: "zt",
......@@ -226,15 +226,15 @@
}
})
},
// sj(ctx) {
// if (ctx.singleItem && ctx.singleItem.id) {
// ctx.DialogTitle = '上架选择工位'
// ctx.DialogWidth = '30vw'
// ctx.showDialog = true
// } else {
// this.warning('请选中一条数据')
// }
// },
sj(ctx) {
if (ctx.singleItem && ctx.singleItem.id) {
ctx.DialogTitle = '上架选择工位'
ctx.DialogWidth = '30vw'
ctx.showDialog = true
} else {
this.$warning('请选中一条数据')
}
},
// close(ctx) {
// if (ctx.singleItem && ctx.singleItem.id) {
// this.$post('lxyl/rkgl/sjrw/cjhk/close', {
......@@ -247,7 +247,7 @@
// })
// } else {
// this.warning('请选择一条数据!')
// this.$warning('请选择一条数据!')
// }
// }
......
......@@ -212,7 +212,7 @@
})
}else{
this.warning('请选中一条数据')
this.$warning('请选中一条数据')
}
},
......@@ -228,7 +228,7 @@
})
}else{
this.warning('请选中一条数据')
this.$warning('请选中一条数据')
}
}
......
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