|
|
|
@ -1,40 +1,34 @@
|
|
|
|
|
<template> |
|
|
|
|
<basic-container> |
|
|
|
|
<div class="avue-crud"> |
|
|
|
|
<el-row v-if="!search"> |
|
|
|
|
<div v-h5uShow="!search"> |
|
|
|
|
<!-- 查询模块 --> |
|
|
|
|
<el-form :inline="true" :model="query" class='fr-fm'> |
|
|
|
|
<div> |
|
|
|
|
<el-form :inline="true" :model="query" class="header_search"> |
|
|
|
|
<el-form-item label="品牌名称:"> |
|
|
|
|
<el-input v-model="query.brandName" placeholder="请输入品牌名称"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="品牌编号:"> |
|
|
|
|
<el-input v-model="query.brandCode" placeholder="请输入品牌编号"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="承接时间:" class='el-times'> |
|
|
|
|
<!-- <el-input v-model="query.acceptanceTime" placeholder="请输入承接时间"></el-input>--> |
|
|
|
|
<div class="block"> |
|
|
|
|
<!-- <span class="demonstration">With quick options</span>--> |
|
|
|
|
<el-date-picker |
|
|
|
|
v-model="dataShi" |
|
|
|
|
type="daterange" |
|
|
|
|
unlink-panels |
|
|
|
|
range-separator="至" |
|
|
|
|
start-placeholder="开始时间" |
|
|
|
|
end-placeholder="结束时间" |
|
|
|
|
:shortcuts="shortcuts" |
|
|
|
|
:size="'default'" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<el-form-item label="承接时间:" class="el-times"> |
|
|
|
|
<el-date-picker |
|
|
|
|
class="h100" |
|
|
|
|
v-model="dataShi" |
|
|
|
|
type="daterange" |
|
|
|
|
unlink-panels |
|
|
|
|
range-separator="至" |
|
|
|
|
start-placeholder="开始时间" |
|
|
|
|
end-placeholder="结束时间" |
|
|
|
|
:shortcuts="shortcuts" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
|
<!-- 查询按钮 --> |
|
|
|
|
<el-form-item class='el-btn'> |
|
|
|
|
<el-form-item class="el-btn"> |
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="searchChange">搜 索</el-button> |
|
|
|
|
<el-button icon="el-icon-delete" @click="searchReset()">清 空</el-button> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
</el-row> |
|
|
|
|
</div> |
|
|
|
|
<el-row> |
|
|
|
|
<div class="avue-crud__header"> |
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
@ -55,6 +49,7 @@
|
|
|
|
|
<el-row> |
|
|
|
|
<!-- 列表模块 --> |
|
|
|
|
<tablecmt |
|
|
|
|
class="tableNode" |
|
|
|
|
:columnList="columnList" |
|
|
|
|
:tableData="data" |
|
|
|
|
:loading="loading" |
|
|
|
@ -86,20 +81,20 @@
|
|
|
|
|
</tablecmt> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<div class="avue-crud__pagination flex-c-sb" style="width:100%;"> |
|
|
|
|
<div style="font-size: 14px;"> |
|
|
|
|
勾选数量: {{ selectionList.length }} |
|
|
|
|
</div> |
|
|
|
|
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> |
|
|
|
|
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
|
<el-pagination align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
|
:current-page="page.currentPage" |
|
|
|
|
:page-sizes="[30, 50,80, 120]" |
|
|
|
|
:page-size="page.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page.total"> |
|
|
|
|
<el-pagination |
|
|
|
|
align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
|
:current-page="page.currentPage" |
|
|
|
|
:page-sizes="[30, 50, 80, 120]" |
|
|
|
|
:page-size="page.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page.total" |
|
|
|
|
> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
</el-row> |
|
|
|
@ -111,7 +106,14 @@
|
|
|
|
|
:before-close="beforeClose" |
|
|
|
|
append-to-body |
|
|
|
|
> |
|
|
|
|
<el-form :disabled="view" ref="form" :model="form" label-width="80px" :rules="rules"> |
|
|
|
|
<el-form |
|
|
|
|
v-loading="loadingObj.detailLoading" |
|
|
|
|
:disabled="view" |
|
|
|
|
ref="form" |
|
|
|
|
:model="form" |
|
|
|
|
label-width="80px" |
|
|
|
|
:rules="rules" |
|
|
|
|
> |
|
|
|
|
<!-- 表单字段 --> |
|
|
|
|
<el-form-item label="品牌名称" prop="brandName"> |
|
|
|
|
<el-input v-model="form.brandName" placeholder="请输入品牌名称" /> |
|
|
|
@ -143,16 +145,17 @@
|
|
|
|
|
value-format="YYYY-MM-DD HH:mm:ss" |
|
|
|
|
/> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
<!-- 表单按钮 --> |
|
|
|
|
<el-form-item v-if="!view"> |
|
|
|
|
<div class="flex-c-c w100"> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit('form')"> |
|
|
|
|
提 交 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
<!-- 表单按钮 --> |
|
|
|
|
<template #footer> |
|
|
|
|
<span v-if="!view" class="dialog-footer"> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit('form')" |
|
|
|
|
>提 交</el-button |
|
|
|
|
> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
<el-drawer |
|
|
|
|
title="子表操作" |
|
|
|
@ -180,6 +183,7 @@ import option from '@/option/basicdata/basicBrand';
|
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import BasicStoreBrandSub from '@/views/basicdata/brand/basicStoreBrandSub.vue'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { setNodeHeight } from '@/utils/util'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
@ -251,7 +255,7 @@ export default {
|
|
|
|
|
hide: true, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
drawerShow:false, |
|
|
|
|
drawerShow: false, |
|
|
|
|
height: 0, |
|
|
|
|
srcList: [], |
|
|
|
|
dataShi: '', //时间 |
|
|
|
@ -329,6 +333,10 @@ export default {
|
|
|
|
|
brandIcon: [{ required: true, message: '请上传图标', trigger: 'blur' }], |
|
|
|
|
acceptanceTime: [{ required: true, message: '请选择承接时间', trigger: 'blur' }], |
|
|
|
|
}, |
|
|
|
|
loadingObj: { |
|
|
|
|
/** 查看loading */ |
|
|
|
|
detailLoading: false, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
@ -483,6 +491,9 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
searchHide() { |
|
|
|
|
this.search = !this.search; |
|
|
|
|
|
|
|
|
|
const _tableNode = document.querySelector('.tableNode'); |
|
|
|
|
setNodeHeight(_tableNode, '', true); |
|
|
|
|
}, |
|
|
|
|
searchChange() { |
|
|
|
|
this.onLoad(this.page); |
|
|
|
@ -496,6 +507,7 @@ export default {
|
|
|
|
|
handleSubmit(from) { |
|
|
|
|
this.$refs[from].validate(valid => { |
|
|
|
|
if (valid) { |
|
|
|
|
this.loadingObj.detailLoading = true; |
|
|
|
|
if (!this.form.id) { |
|
|
|
|
console.log('提交的数据!!', this.form); |
|
|
|
|
add(this.form).then(() => { |
|
|
|
@ -504,18 +516,24 @@ export default {
|
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}).finally(() => { |
|
|
|
|
this.loadingObj.detailLoading = false; |
|
|
|
|
}); |
|
|
|
|
this.imageUrl = null; |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
update(this.form).then(() => { |
|
|
|
|
this.box = false; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
update(this.form) |
|
|
|
|
.then(() => { |
|
|
|
|
this.box = false; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}) |
|
|
|
|
.finally(() => { |
|
|
|
|
this.loadingObj.detailLoading = false; |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
@ -530,17 +548,30 @@ export default {
|
|
|
|
|
handleEdit(row) { |
|
|
|
|
this.title = '编辑'; |
|
|
|
|
this.box = true; |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
}); |
|
|
|
|
this.loadingObj.detailLoading = true; |
|
|
|
|
getDetail(row.id) |
|
|
|
|
.then(res => { |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
this.imageUrl = res.data.data.brandIcon || ''; |
|
|
|
|
}) |
|
|
|
|
.finally(() => { |
|
|
|
|
this.loadingObj.detailLoading = false; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleView(row) { |
|
|
|
|
this.title = '查看'; |
|
|
|
|
this.view = true; |
|
|
|
|
this.box = true; |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
}); |
|
|
|
|
this.loadingObj.detailLoading = true; |
|
|
|
|
|
|
|
|
|
getDetail(row.id) |
|
|
|
|
.then(res => { |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
this.imageUrl = res.data.data.brandIcon || ''; |
|
|
|
|
}) |
|
|
|
|
.finally(() => { |
|
|
|
|
this.loadingObj.detailLoading = false; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleDrawer(row) { |
|
|
|
|
this.basicBrandId = row.id; |
|
|
|
@ -634,27 +665,25 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
<style scoped> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.avatar-uploader .avatar { |
|
|
|
|
width: 178px; |
|
|
|
|
height: 178px; |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.el-times { |
|
|
|
|
:deep(.el-tooltip__trigger) { |
|
|
|
|
height: 33px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deeP(.no-print){ |
|
|
|
|
:deep(.no-print) { |
|
|
|
|
margin-left: auto; |
|
|
|
|
} |
|
|
|
|
.fr-fm{ |
|
|
|
|
.fr-fm { |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.el-btn{ |
|
|
|
|
margin-right:0; |
|
|
|
|
.el-btn { |
|
|
|
|
margin-right: 0; |
|
|
|
|
} |
|
|
|
|
.header_search :deep(.el-range-editor.el-input__wrapper) { |
|
|
|
|
height: 100% !important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|