diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index 01a87d73..fca24690 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -124,6 +124,17 @@ + + + 推送租赁平台 + - + item.maId) - this.single = selection.length != 1 - this.multiple = !selection.length + // this.single = selection.length != 1 + // this.multiple = !selection.length }, /** 修改按钮操作 */ handleUpdate(row) { @@ -827,7 +838,18 @@ export default { this.$refs.mapDialog.openMapDialog(true) this.$refs.mapDialog.getEquipmentInfo(params) this.$refs.mapDialog.initMap() - } + }, + handlePush() { + this.$modal + .confirm('是否确认推送所选择的数据项?') + .then(() => { + console.log('推送', this.ids) + // this.$message.success('推送成功') + }) + .catch(() => { + this.$message.info('已取消推送') + }) + }, }, }