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

上架

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