12 changed files with 1527 additions and 841 deletions
@ -1,232 +1,271 @@
|
||||
export default { |
||||
expand: false, |
||||
index: true, |
||||
border: true, |
||||
selection: true, |
||||
column: [ |
||||
{ |
||||
label: "主键", |
||||
prop: "id", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "租户号", |
||||
prop: "tenantId", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "创建人", |
||||
prop: "createUser", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "创建时间", |
||||
prop: "createTime", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "更新人", |
||||
prop: "updateUser", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "更新时间", |
||||
prop: "updateTime", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "状态", |
||||
prop: "status", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "是否已删除;1-未删除,2-已删除", |
||||
prop: "isDeleted", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "创建部门", |
||||
prop: "createDept", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "类型", |
||||
prop: "type", |
||||
search: true, |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "承运商编号", |
||||
prop: "number", |
||||
search: true, |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "集团ID", |
||||
prop: "groupId", |
||||
search: true, |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "承运商电话", |
||||
prop: "carrierPhone", |
||||
width:"100px" |
||||
}, |
||||
// {
|
||||
// label: "绑定仓库Id",
|
||||
// prop: "warehouseId",
|
||||
// },
|
||||
{ |
||||
label: "负责人", |
||||
prop: "head", |
||||
search: true, |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "手机号", |
||||
prop: "headPhone", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "营业执照注册号", |
||||
prop: "licenseNub", |
||||
width:"150px" |
||||
}, |
||||
{ |
||||
label: "法人", |
||||
prop: "legalPerson", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "法人电话", |
||||
prop: "legalPersonPhone", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "法人身份证", |
||||
prop: "legalPersonId", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "邮箱", |
||||
prop: "mailbox", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "客服电话", |
||||
prop: "customerServicePhone", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "合同起始时间", |
||||
prop: "contractStartTime", |
||||
format: "YYYY-MM-DD", |
||||
valueFormat: "YYYY-MM-DD", |
||||
width:"150px" |
||||
}, |
||||
{ |
||||
label: "合同结束时间", |
||||
prop: "contractEndTime", |
||||
format: "YYYY-MM-DD", |
||||
valueFormat: "YYYY-MM-DD", |
||||
width:"150px" |
||||
}, |
||||
// {
|
||||
// label: "合同附件",
|
||||
// prop: "contractAppendices",
|
||||
// },
|
||||
// {
|
||||
// label: "道路运输许可证图片",
|
||||
// prop: "roadTransportPhoto",
|
||||
// width:"100px"
|
||||
// },
|
||||
{ |
||||
label: "道路运输许可证编号", |
||||
prop: "roadTransportNub", |
||||
width:"170px" |
||||
}, |
||||
{ |
||||
label: "物流园", |
||||
prop: "logisticsPark", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "自由车辆数", |
||||
prop: "freeVehiclesNub", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "外部车辆数", |
||||
prop: "externalVehiclesNub", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "星级", |
||||
prop: "starRating", |
||||
width:"80px" |
||||
}, |
||||
{ |
||||
label: "定位地址", |
||||
prop: "locationAddress", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "经度", |
||||
prop: "longitude", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "纬度", |
||||
prop: "latitude", |
||||
width:"100px" |
||||
}, |
||||
{ |
||||
label: "备注", |
||||
prop: "notes", |
||||
width:"100px" |
||||
}, |
||||
// {
|
||||
// label: "照片信息",
|
||||
// prop: "photo",
|
||||
// },
|
||||
{ |
||||
label: "预留1", |
||||
prop: "reserve1", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "预留2", |
||||
prop: "reserve2", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "预留3", |
||||
prop: "reserve3", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "预留4", |
||||
prop: "reserve4", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
{ |
||||
label: "预留5", |
||||
prop: "reserve5", |
||||
display: false, |
||||
hide: true, |
||||
}, |
||||
] |
||||
} |
||||
export const columnList = [ |
||||
{ |
||||
prop: '', |
||||
label: '复选框', |
||||
type: 0, |
||||
width: 55, |
||||
fixed: true, |
||||
}, |
||||
{ |
||||
prop: '', |
||||
label: '序号', |
||||
type: 12, |
||||
values: '', |
||||
width: 55, |
||||
fixed: true, |
||||
}, |
||||
{ |
||||
label: '类型', |
||||
prop: 'typeName', |
||||
type: 3, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '承运商编号', |
||||
prop: 'number', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '承运商电话', |
||||
prop: 'carrierPhone', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '承运商名称', |
||||
prop: 'carrierPhone', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '负责人', |
||||
prop: 'head', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '手机号', |
||||
prop: 'headPhone', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '营业执照注册号', |
||||
prop: 'licenseNub', |
||||
width: '150px', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '法人', |
||||
prop: 'legalPerson', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '法人电话', |
||||
prop: 'legalPersonPhone', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '法人身份证', |
||||
prop: 'legalPersonId', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '邮箱', |
||||
prop: 'mailbox', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '客服电话', |
||||
prop: 'customerServicePhone', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '合同起始时间', |
||||
prop: 'contractStartTime', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '合同结束时间', |
||||
prop: 'contractEndTime', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '道路运输许可证编号', |
||||
prop: 'roadTransportNub', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '物流园', |
||||
prop: 'logisticsPark', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '自由车辆数', |
||||
prop: 'freeVehiclesNub', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '外部车辆数', |
||||
prop: 'externalVehiclesNub', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '星级', |
||||
prop: 'starRating', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '定位地址', |
||||
prop: 'locationAddress', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '经度', |
||||
prop: 'longitude', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '纬度', |
||||
prop: 'latitude', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '备注', |
||||
prop: 'notes', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
label: '道路运输许可证图片', |
||||
prop: 'notes', |
||||
type: 2, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
}, |
||||
{ |
||||
prop: 'notes', |
||||
label: '操作', |
||||
width: '200', |
||||
type: 6, |
||||
values: '', |
||||
width: '200', |
||||
checkarr: [], |
||||
fixed: 'right', |
||||
sortable: true, |
||||
}, |
||||
]; |
||||
|
||||
export default columnList; |
||||
|
@ -0,0 +1,48 @@
|
||||
/** 自提详情内表格 */ |
||||
export const columnList = [ |
||||
// {
|
||||
// prop: '',
|
||||
// label: '复选框',
|
||||
// type: 0,
|
||||
// width: 55,
|
||||
// fixed: true,
|
||||
// },
|
||||
{ |
||||
prop: '', |
||||
label: '序号', |
||||
type: 12, |
||||
values: '', |
||||
width: 55, |
||||
fixed: true, |
||||
}, |
||||
{ |
||||
prop: 'oprationUserName', |
||||
label: '操作人', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
fixed: true, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'createTime', |
||||
label: '操作时间', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
fixed: true, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'content', |
||||
label: '操作内容', |
||||
type: 1, |
||||
values: '', |
||||
width: '600', |
||||
fixed: true, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
]; |
@ -1,532 +1,402 @@
|
||||
<template> |
||||
<basic-container> |
||||
<basic-container v-loading="details.loadingObj.pageLoading"> |
||||
<div class="avue-crud"> |
||||
<el-row v-if="!search" style="padding:6px 18px"> |
||||
<!-- 搜索模块 --> |
||||
<div v-h5uShow="!search"> |
||||
<!-- 查询模块 --> |
||||
<el-form :inline="true" :model="query"> |
||||
<el-form-item label="类型"> |
||||
<el-select v-model="query.type" clearable placeholder="请选择类型"> |
||||
<el-option |
||||
v-for="item in typeData" |
||||
:key="item.dictKey" |
||||
:label="item.dictValue" |
||||
:value="item.dictKey"> |
||||
</el-option> |
||||
</el-select> |
||||
</el-form-item> |
||||
<el-form-item label="承运商编号:"> |
||||
<el-input v-model="query.number" placeholder="请输入承运商编号"></el-input> |
||||
</el-form-item> |
||||
<el-form-item label="集团ID:"> |
||||
<el-input v-model="query.groupId" placeholder="请输入集团ID"></el-input> |
||||
<el-form :inline="true" :model="query" class="header_search"> |
||||
<el-form-item label="车牌号:" class="el-times"> |
||||
<el-input v-model="query.stockupArea" clearable placeholder="请输入车牌号"></el-input> |
||||
</el-form-item> |
||||
<el-form-item label="负责人:"> |
||||
<el-input v-model="query.head" placeholder="请输入负责人"></el-input> |
||||
|
||||
<el-form-item label="有效状态"> |
||||
<el-select class="w100" v-model="query.value" clearable placeholder="有效状态"> |
||||
<el-option label="有效" value="item.value" /> |
||||
<el-option label="作废" value="item.value" /> |
||||
</el-select> |
||||
</el-form-item> |
||||
|
||||
<!-- 查询按钮 --> |
||||
<el-form-item> |
||||
<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-button icon="el-icon-delete" @click="searchReset">清 空</el-button> |
||||
</el-form-item> |
||||
</el-form> |
||||
</el-row> |
||||
<el-row> |
||||
<div class="avue-crud__header"> |
||||
<!-- 头部左侧按钮模块 --> |
||||
<div class="avue-crud__left"> |
||||
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">新 增</el-button> |
||||
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain>删 除</el-button> |
||||
</div> |
||||
<!-- 头部右侧按钮模块 --> |
||||
<div class="avue-crud__right"> |
||||
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> |
||||
<el-button icon="el-icon-search" @click="searchHide" circle></el-button> |
||||
</div> |
||||
</div> |
||||
</el-row> |
||||
<el-row> |
||||
<!-- 列表模块 --> |
||||
<el-table ref="table" v-loading="loading" |
||||
@selection-change="selectionChange" |
||||
:data="data" |
||||
:height="height" |
||||
style="width: 100%" |
||||
:border="option.border"> |
||||
<el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column> |
||||
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column> |
||||
<el-table-column v-if="option.index" label="序号" type="index" width="80" align="center"> |
||||
</el-table-column> |
||||
<template v-for="(item,index) in option.column"> |
||||
<!-- table字段 --> |
||||
<el-table-column v-if="item.hide!==true" |
||||
:prop="item.prop" |
||||
align="center" |
||||
:label="item.label" |
||||
:width="item.width" |
||||
:key="index"> |
||||
</el-table-column> |
||||
</template> |
||||
<!-- 操作栏模块 --> |
||||
<el-table-column prop="menu" label="操作" :width="220" align="center"> |
||||
<template #="{row}"> |
||||
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button> |
||||
<el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button> |
||||
<el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button> |
||||
</template> |
||||
</el-table-column> |
||||
</el-table> |
||||
</el-row> |
||||
<el-row> |
||||
<div class="avue-crud__pagination" style="width:100%"> |
||||
<!-- 分页模块 --> |
||||
<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> |
||||
|
||||
<!-- 控件模块 --> |
||||
<div class="avue-crud__header"> |
||||
<!-- 头部左侧按钮模块 --> |
||||
<div class="avue-crud__left"> |
||||
<!-- 新增 --> |
||||
<el-button type="primary" icon="Plus" @click="handleAdd">新 增</el-button> |
||||
<!-- 删除 --> |
||||
<el-button type="primary" icon="Delete" @click="() => handleDelete(true)"> |
||||
删 除 |
||||
</el-button> |
||||
</div> |
||||
</el-row> |
||||
<!-- 表单模块 --> |
||||
<el-dialog :title="title" |
||||
v-model="box" |
||||
width="50%" |
||||
:before-close="beforeClose" |
||||
append-to-body> |
||||
<el-form :disabled="view" ref="form" :model="form" :rules="validatorRules" label-width="80px"> |
||||
|
||||
<!-- 表单字段 --> |
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="类型" prop="type"> |
||||
<el-select v-model="form.type" clearable placeholder="请选择类型" style="position: absolute;right: 0px;width: 100%"> |
||||
<el-option |
||||
v-for="item in typeData" |
||||
:key="item.dictKey" |
||||
:label="item.dictValue" |
||||
:value="item.dictKey"> |
||||
</el-option> |
||||
</el-select> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="承运商号" prop="number"> |
||||
<el-input v-model="form.number" placeholder="请输入承运商编号" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="电话" prop="carrierPhone"> |
||||
<el-input v-model="form.carrierPhone" placeholder="请输入承运商电话" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="负责人" prop="head"> |
||||
<el-input v-model="form.head" placeholder="请输入负责人" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="手机号" prop="headPhone"> |
||||
<el-input v-model="form.headPhone" placeholder="请输入手机号" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="注册号" prop="licenseNub"> |
||||
<el-input v-model="form.licenseNub" placeholder="请输入营业执照注册号" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
|
||||
<!-- <el-form-item label="绑定仓库Id" prop="warehouseId">--> |
||||
<!-- <el-input v-model="form.warehouseId" placeholder="请输入绑定仓库Id"/>--> |
||||
<!-- </el-form-item>--> |
||||
|
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="法人" prop="legalPerson"> |
||||
<el-input v-model="form.legalPerson" placeholder="请输入法人" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="法人电话" prop="legalPersonPhone"> |
||||
<el-input v-model="form.legalPersonPhone" placeholder="请输入法人电话" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="法人身份证" label-width="90px" prop="legalPersonId"> |
||||
<el-input v-model="form.legalPersonId" placeholder="请输入法人身份证" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="邮箱" prop="mailbox"> |
||||
<el-input v-model="form.mailbox" placeholder="请输入邮箱" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="客服电话" prop="customerServicePhone"> |
||||
<el-input v-model="form.customerServicePhone" placeholder="请输入客服电话" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="道路运输许可证编号" label-width="150px" prop="roadTransportNub" > |
||||
<el-input v-model="form.roadTransportNub" placeholder="请输入道路运输许可证编号"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="合同起始时间" label-width="100px" prop="contractStartTime"> |
||||
<el-date-picker v-model="form.contractStartTime" type="date" value-format="YYYY-MM-DD" placeholder="请输入合同起始时间" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="合同结束时间" label-width="100px" prop="contractEndTime"> |
||||
<el-date-picker v-model="form.contractEndTime" type="date" value-format="YYYY-MM-DD" placeholder="请输入合同起始时间" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="物流园" prop="logisticsPark"> |
||||
<el-input v-model="form.logisticsPark" placeholder="请输入物流园" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="自由车辆数" label-width="100px" prop="freeVehiclesNub"> |
||||
<el-input v-model="form.freeVehiclesNub" placeholder="请输入自由车辆数" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="外部车辆数" label-width="100px" prop="externalVehiclesNub"> |
||||
<el-input v-model="form.externalVehiclesNub" placeholder="请输入外部车辆数" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="星级" prop="starRating"> |
||||
<el-input v-model="form.starRating" placeholder="请输入星级" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="定位地址" prop="locationAddress"> |
||||
<el-input v-model="form.locationAddress" placeholder="请输入定位地址" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="经度" prop="longitude"> |
||||
<el-input v-model="form.longitude" placeholder="请输入经度,保留4位小数" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
<el-row> |
||||
<el-col :span="11"> |
||||
<el-form-item label="纬度" prop="latitude"> |
||||
<el-input v-model="form.latitude" placeholder="请输入纬度,保留4位小数" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
<el-col :span="12"> |
||||
<el-form-item label="备注" prop="notes"> |
||||
<el-input v-model="form.notes" placeholder="请输入备注" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
</el-col> |
||||
</el-row> |
||||
|
||||
|
||||
|
||||
<el-form-item label="照片信息" prop="photo"> |
||||
<el-input v-model="form.photo" placeholder="请输入照片信息"/> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="道路运输许可证图片" label-width="150px" prop="roadTransportPhoto"> |
||||
<el-input v-model="form.roadTransportPhoto" placeholder="请输入道路运输许可证图片" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
<!-- 头部右侧按钮模块 --> |
||||
<div class="avue-crud__right"> |
||||
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> |
||||
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button> |
||||
<el-button icon="Search" @click="searchHide" circle></el-button> |
||||
</div> |
||||
</div> |
||||
|
||||
<el-form-item label="合同附件" prop="contractAppendices"> |
||||
<el-input v-model="form.contractAppendices" placeholder="请输入合同附件" style="position: absolute;right: 0px;width: 100%"/> |
||||
</el-form-item> |
||||
<!-- 列表模块 --> |
||||
<tablecmt |
||||
:columnList="details.columnList" |
||||
:tableData="data" |
||||
:loading="loadingObj.list" |
||||
@inputTxt="inputsc" |
||||
@timeCheck="timesc" |
||||
@selectCheck="selectsc" |
||||
@selection="selectionChange" |
||||
> |
||||
<template #default="slotProps"> |
||||
<template v-if="slotProps.scope.column.label === '操作'"> |
||||
<el-text @click="handleDelete(false, slotProps.scope.row)"> 删除 </el-text> |
||||
|
||||
<el-text @click="handleAnException(slotProps.scope)"> 编辑 </el-text> |
||||
|
||||
</el-form> |
||||
<!-- 表单按钮 --> |
||||
<template #footer> |
||||
<span v-if="!view" class="dialog-footer"> |
||||
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit">提 交</el-button> |
||||
<el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button> |
||||
</span> |
||||
<el-text @click="handleAnException(slotProps.scope)"> 查看 </el-text> |
||||
</template> |
||||
</template> |
||||
</el-dialog> |
||||
</tablecmt> |
||||
|
||||
<!-- 分页模块 --> |
||||
<div class="flex-c-sb mt20"> |
||||
<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.size" |
||||
layout="total, sizes, prev, pager, next, jumper" |
||||
:total="page.total" |
||||
> |
||||
</el-pagination> |
||||
</div> |
||||
</div> |
||||
</basic-container> |
||||
|
||||
<!-- 列表配置显示 --> |
||||
<edittablehead |
||||
@closce="showdrawer" |
||||
:drawerShow="drawerShow" |
||||
v-model="details.columnList" |
||||
></edittablehead> |
||||
</template> |
||||
|
||||
<script> |
||||
import { getList, getDetail, add, update, remove } from "@/api/basicdata/basicdataCarrier"; |
||||
import option from "@/option/basicdata/basicdataCarrier2"; |
||||
import { mapGetters } from "vuex"; |
||||
<script setup lang="ts"> |
||||
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue'; |
||||
import functions from '@/utils/functions.js'; |
||||
import dayjs from 'dayjs'; |
||||
import { mapGetters } from 'vuex'; |
||||
/** 获取字典 */ |
||||
import { getDictionaryBiz } from '@/api/system/dict'; |
||||
import { |
||||
downloadXls, |
||||
setNodeHeight, |
||||
getHtmls, |
||||
deepClone, |
||||
handleClearTableQuery, |
||||
debounce, |
||||
handleSelectQuery, |
||||
handleInputQuery, |
||||
handleTranslationDataSeclect, |
||||
getObjType, |
||||
} from '@/utils/util'; |
||||
import { columnList } from '@/option/basicdata/basicdataCarrier2.js'; |
||||
import { useRouter } from 'vue-router'; |
||||
import { ElMessage, ElMessageBox } from 'element-plus'; |
||||
import { getList, getDetail, add, update, remove } from '@/api/basicdata/basicdataCarrier'; |
||||
|
||||
export default { |
||||
data () { |
||||
return { |
||||
height: 0, |
||||
// 弹框标题 |
||||
title: '', |
||||
// 是否展示弹框 |
||||
box: false, |
||||
// 是否显示查询 |
||||
search: true, |
||||
// 加载中 |
||||
loading: true, |
||||
// 是否为查看模式 |
||||
view: false, |
||||
// 查询信息 |
||||
query: {}, |
||||
// 分页信息 |
||||
page: { |
||||
currentPage: 1, |
||||
pageSize: 30, |
||||
total: 40 |
||||
}, |
||||
// 表单数据 |
||||
form: {}, |
||||
// 选择行 |
||||
selectionList: [], |
||||
//类型 |
||||
typeData:[], |
||||
// 表单配置 |
||||
option: option, |
||||
// 表单列表 |
||||
data: [], |
||||
//检验 |
||||
validatorRules: { |
||||
longitude: [ |
||||
{ required: true, message: '经度不能为空!',trigger: 'blur'},{pattern: /(^[1-9]\d{0,9}(\.\d{1,4})?$)|(^0(\.\d{1,2})?$)/, message: '格式不正确!'} |
||||
], |
||||
customerServicePhone: [ |
||||
{pattern: /^1[34578]\d{9}$/, message: '格式不正确!'} |
||||
], |
||||
legalPersonPhone: [ |
||||
{pattern: /^1[34578]\d{9}$/, message: '格式不正确!'} |
||||
], |
||||
headPhone: [ |
||||
{pattern: /^1[34578]\d{9}$/, message: '格式不正确!'} |
||||
], |
||||
mailbox: [ |
||||
{pattern: /^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/, message: '邮箱格式不正确!'} |
||||
], |
||||
latitude: [ |
||||
{ required: true, message: '纬度不能为空!',trigger: 'blur'},{pattern: /(^[1-9]\d{0,9}(\.\d{1,4})?$)|(^0(\.\d{1,2})?$)/, message: '格式不正确!'} |
||||
], |
||||
freeVehiclesNub: [ |
||||
{ required: true, message: '自由车辆不能为空!',trigger: 'blur'},{pattern: /(^[1-9]\d{0,9}(\.\d{1,2})?$)|(^0(\.\d{1,2})?$)/, message: '格式不正确!'} |
||||
], |
||||
externalVehiclesNub: [ |
||||
{ required: true, message: '外来车辆数不能为空!',trigger: 'blur'}, {pattern: /(^[1-9]\d{0,9}(\.\d{1,2})?$)|(^0(\.\d{1,2})?$)/, message: '格式不正确!'} |
||||
], |
||||
starRating: [ |
||||
{ required: true, message: '请输入星级!',trigger: 'blur'},{pattern: /(^[1-9]\d{0,9}(\.\d{1,3})?$)|(^0(\.\d{1,2})?$)/, message: '星级格式不正确!'} |
||||
], |
||||
purchaseAmount: [ |
||||
{pattern: /(^[1-9]\d{0,9}(\.\d{1,3})?$)|(^0(\.\d{1,2})?$)/, message: '押金格式不正确!'} |
||||
], |
||||
// 获取路由实例 |
||||
const $router = useRouter(); |
||||
|
||||
const details = reactive<any>({ |
||||
/** 是否开启搜索 */ |
||||
search: true, |
||||
/** 表格搜索条件 */ |
||||
query: {}, |
||||
/** 时间快捷选择设置 */ |
||||
shortcuts: [ |
||||
{ |
||||
text: '最近一周', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); |
||||
return [start, end]; |
||||
}, |
||||
} |
||||
}, |
||||
{ |
||||
text: '最近一个月', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); |
||||
return [start, end]; |
||||
}, |
||||
}, |
||||
{ |
||||
text: '最近三个月', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90); |
||||
return [start, end]; |
||||
}, |
||||
}, |
||||
], |
||||
/** 列表 */ |
||||
columnList: deepClone(columnList), |
||||
/** 列表数据 */ |
||||
data: [{}], |
||||
/** 页面loading */ |
||||
loadingObj: { |
||||
/** 列表加载loading */ |
||||
list: false, |
||||
/** 页面loading */ |
||||
pageLoading: false, |
||||
}, |
||||
mounted () { |
||||
this.init(); |
||||
//查询字典 |
||||
this.queryDictionary(); |
||||
/** 列表复选框选中的数据 */ |
||||
selectionList: [], |
||||
/** 是否显示设置表格 */ |
||||
drawerShow: false, |
||||
/** 分页参数 */ |
||||
page: { |
||||
current: 1, |
||||
size: 30, |
||||
total: 0, |
||||
}, |
||||
created() { |
||||
|
||||
/** 弹出层显示 */ |
||||
popUpShow: { |
||||
/** 图片预览 */ |
||||
abnormalVisited: false, |
||||
}, |
||||
computed: { |
||||
...mapGetters(["permission"]), |
||||
ids () { |
||||
let ids = []; |
||||
this.selectionList.forEach(ele => { |
||||
ids.push(ele.id); |
||||
}); |
||||
return ids.join(","); |
||||
} |
||||
/** 列表Dom节点 */ |
||||
listNode: '', |
||||
form: {}, |
||||
/** 全屏 */ |
||||
fullscreenObj: { |
||||
/** 查看 */ |
||||
view: false, |
||||
}, |
||||
methods: { |
||||
queryDictionary() { |
||||
getDictionaryBiz('basic_carrier_type').then(res => { |
||||
this.typeData = res.data.data; |
||||
this.onLoad(this.page); |
||||
}); |
||||
}, |
||||
init () { |
||||
this.height = this.setPx(document.body.clientHeight - 340); |
||||
}, |
||||
searchHide () { |
||||
this.search = !this.search; |
||||
}, |
||||
searchChange () { |
||||
this.onLoad(this.page); |
||||
}, |
||||
searchReset () { |
||||
this.query = {}; |
||||
this.page.currentPage = 1; |
||||
this.onLoad(this.page); |
||||
}, |
||||
handleSubmit () { |
||||
this.$refs.form.validate(valid=>{ |
||||
if (valid) { |
||||
if (!this.form.id) { |
||||
add(this.form).then(() => { |
||||
this.box = false; |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}); |
||||
} else { |
||||
update(this.form).then(() => { |
||||
this.box = false; |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}) |
||||
} |
||||
} else { |
||||
console.log('error submit!!'); |
||||
return false; |
||||
} |
||||
}); |
||||
}, |
||||
handleAdd () { |
||||
this.title = '新增' |
||||
this.form = {} |
||||
this.box = true |
||||
}, |
||||
handleEdit (row) { |
||||
this.title = '编辑' |
||||
this.box = true |
||||
getDetail(row.id).then(res => { |
||||
this.form = res.data.data; |
||||
}); |
||||
}, |
||||
handleView (row) { |
||||
this.title = '查看' |
||||
this.view = true; |
||||
this.box = true; |
||||
getDetail(row.id).then(res => { |
||||
this.form = res.data.data; |
||||
}); |
||||
}, |
||||
handleDelete () { |
||||
if (this.selectionList.length === 0) { |
||||
this.$message.warning("请选择至少一条数据"); |
||||
return; |
||||
} |
||||
this.$confirm("确定将选择数据删除?", { |
||||
confirmButtonText: "确定", |
||||
cancelButtonText: "取消", |
||||
type: "warning" |
||||
}) |
||||
.then(() => { |
||||
return remove(this.ids); |
||||
}) |
||||
.then(() => { |
||||
this.selectionClear(); |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}); |
||||
}, |
||||
rowDel (row) { |
||||
this.$confirm("确定将选择数据删除?", { |
||||
confirmButtonText: "确定", |
||||
cancelButtonText: "取消", |
||||
type: "warning" |
||||
}) |
||||
.then(() => { |
||||
return remove(row.id); |
||||
}) |
||||
.then(() => { |
||||
this.onLoad(this.page); |
||||
this.$message({ |
||||
type: "success", |
||||
message: "操作成功!" |
||||
}); |
||||
}); |
||||
}, |
||||
beforeClose (done) { |
||||
done() |
||||
this.form = {}; |
||||
this.view = false; |
||||
}, |
||||
selectionChange (list) { |
||||
this.selectionList = list; |
||||
}, |
||||
selectionClear () { |
||||
this.selectionList = []; |
||||
this.$refs.table.clearSelection(); |
||||
}, |
||||
currentChange (currentPage) { |
||||
this.page.currentPage = currentPage; |
||||
this.onLoad(this.page); |
||||
}, |
||||
sizeChange (pageSize) { |
||||
this.page.pageSize = pageSize; |
||||
this.onLoad(this.page); |
||||
}, |
||||
onLoad (page, params = {}) { |
||||
this.loading = true; |
||||
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
||||
const data = res.data.data; |
||||
// eslint-disable-next-line no-empty |
||||
for (let i = 0; i < data.records.length; i++) { |
||||
// eslint-disable-next-line no-empty |
||||
for (let j = 0; j < this.typeData.length; j++) { |
||||
// eslint-disable-next-line no-empty |
||||
if (data.records[i].type == this.typeData[j].dictKey){ |
||||
data.records[i].type=this.typeData[j].dictValue; |
||||
} |
||||
} |
||||
|
||||
} |
||||
this.page.total = data.total; |
||||
this.data = data.records; |
||||
this.loading = false; |
||||
this.selectionClear(); |
||||
}); |
||||
}); |
||||
|
||||
const { search, query, shortcuts, stockupDate, data, loadingObj, selectionList, drawerShow, page } = |
||||
toRefs(details); |
||||
|
||||
/** vuex */ |
||||
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); |
||||
|
||||
onMounted(() => { |
||||
const timer = setTimeout(() => { |
||||
details.listNode = document.querySelector('.maboxhi'); |
||||
details.listNode.style.transition = 'all .5s ease-out'; |
||||
clearTimeout(timer); |
||||
}, 100); |
||||
}); |
||||
|
||||
/** 请求页面数据 */ |
||||
const onLoad = debounce(async (page?: any, params = {}) => { |
||||
try { |
||||
details.loadingObj.list = true; |
||||
let _page = details.page; |
||||
if (page) _page = page; |
||||
const _submitData = { ..._page, ...details.query, ...params }; |
||||
delete _submitData.total; |
||||
// 获取暂存单列表 |
||||
const res = await getList(_submitData); |
||||
console.log('res :>> ', res); |
||||
const { code, data } = res.data; |
||||
if (code !== 200) return; |
||||
details.data = data.records; |
||||
|
||||
handleTranslationDataSeclect(details.data, details.columnList); |
||||
|
||||
details.page.total = data.total; |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} finally { |
||||
details.loadingObj.list = false; |
||||
} |
||||
}, 10); |
||||
|
||||
const handleData = (key, res) => { |
||||
const { code, data } = res.data; |
||||
if (code !== 200) return; |
||||
for (let i = 0; i < details.columnList.length; i++) { |
||||
const value = details.columnList[i]; |
||||
|
||||
if (value.label === key) |
||||
return (value.checkarr = |
||||
getObjType(data) === 'array' |
||||
? data.map(val => { |
||||
val.label = val.dictValue; |
||||
val.value = val.dictKey; |
||||
return val; |
||||
}) |
||||
: []); |
||||
} |
||||
}; |
||||
|
||||
// 获取字典数据 |
||||
const initData = async () => { |
||||
await Promise.all([ |
||||
// 类型 |
||||
getDictionaryBiz('basic_carrier_type').then(res => handleData('类型', res)), |
||||
|
||||
onLoad(), |
||||
]); |
||||
|
||||
await nextTick(); |
||||
handleTranslationDataSeclect(details.data, details.columnList); |
||||
console.log('details.columnList :>> ', details.columnList); |
||||
}; |
||||
|
||||
initData(); |
||||
|
||||
/** 搜索 */ |
||||
const searchChange = () => { |
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 清空表单 */ |
||||
const searchReset = () => { |
||||
details.query = {}; |
||||
details.stockupDate = []; |
||||
details.page.currentPage = 1; |
||||
handleClearTableQuery(details.columnList); |
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 展开列表控件 */ |
||||
const showdrawer = (_flag?: boolean) => { |
||||
details.drawerShow = _flag; |
||||
}; |
||||
|
||||
/** 是否开启搜索区 */ |
||||
const searchHide = () => { |
||||
details.search = !details.search; |
||||
|
||||
setNodeHeight(details.listNode, '', true); |
||||
}; |
||||
|
||||
/** 表格表头输入框搜索 */ |
||||
const inputsc = (index, row) => { |
||||
handleInputQuery(index, row, details.query); |
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 表格表头时间选择 */ |
||||
const timesc = (index, row) => { |
||||
console.log(index, row); |
||||
if (!!index) { |
||||
index = dayjs(index).format('YYYY-MM-DD'); |
||||
} |
||||
details.query[row.prop] = index; |
||||
if (!index) { |
||||
delete details.query[row.prop]; |
||||
} |
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 表格表头下拉框选择 */ |
||||
const selectsc = (index, row) => { |
||||
handleSelectQuery(index, row, details.query); |
||||
|
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 表格表头复选框选择 */ |
||||
const selectionChange = (list: any) => { |
||||
details.selectionList = list; |
||||
}; |
||||
|
||||
/** 每页数量改变执行的回调 */ |
||||
const sizeChange = (size: number) => { |
||||
details.page.size = size; |
||||
onLoad(details.page); |
||||
}; |
||||
|
||||
/** 页码改变执行的回调 */ |
||||
const currentChange = current => { |
||||
details.page.current = current; |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 新增 */ |
||||
const handleAdd = () => { |
||||
$router.push({ |
||||
path: '/basicdata/vehicle/basicdataVehicleAddForm', |
||||
}); |
||||
}; |
||||
|
||||
/** 删除 |
||||
* isBatch 是否批量删除 |
||||
* row 单个删除时当前行的数据 |
||||
*/ |
||||
const handleDelete = (isBatch, row: any = {}) => { |
||||
let ids = ''; |
||||
|
||||
if (isBatch) { |
||||
if (!details.selectionList.length) { |
||||
ElMessage.warning('请选择要删除的数据'); |
||||
return; |
||||
} |
||||
ids = details.selectionList.map(v => v.id).join(','); |
||||
} else { |
||||
ids = row.id; |
||||
} |
||||
|
||||
ElMessageBox.confirm('确定删除该数据吗?', '提示', { |
||||
confirmButtonText: '确定', |
||||
cancelButtonText: '取消', |
||||
type: 'warning', |
||||
}) |
||||
.then(async () => { |
||||
try { |
||||
details.loadingObj.pageLoading = true; |
||||
|
||||
const res = await remove(ids); |
||||
const { code, msg } = res.data; |
||||
if (code !== 200) return ElMessage.error(msg); |
||||
ElMessage.success('删除成功'); |
||||
onLoad(details.page); |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} finally { |
||||
details.loadingObj.pageLoading = false; |
||||
} |
||||
}) |
||||
.catch(() => {}); |
||||
}; |
||||
</script> |
||||
|
||||
<style scoped lang="scss"> |
||||
// 日期选择器 |
||||
:deep(.el-date-editor.el-input) { |
||||
height: 100% !important; |
||||
width: 100% !important; |
||||
} |
||||
|
||||
:deep(.el-range-editor.el-input__wrapper) { |
||||
height: 100% !important; |
||||
} |
||||
|
||||
.mt20 { |
||||
margin-top: 20px; |
||||
} |
||||
|
||||
.fwb { |
||||
font-weight: bold; |
||||
} |
||||
</style> |
||||
|
@ -0,0 +1,372 @@
|
||||
<template> |
||||
<basic-container v-loading="details.loadingObj.pageLoading"> |
||||
<div class="avue-crud"> |
||||
<!-- 搜索模块 --> |
||||
<div v-h5uShow="!search"> |
||||
<!-- 查询模块 --> |
||||
<el-form :inline="true" :model="query" class="header_search"> |
||||
<el-form-item label="车牌号:" class="el-times"> |
||||
<el-input v-model="query.stockupArea" clearable placeholder="请输入车牌号"></el-input> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="有效状态"> |
||||
<el-select class="w100" v-model="query.value" clearable placeholder="有效状态"> |
||||
<el-option label="有效" value="item.value" /> |
||||
<el-option label="作废" value="item.value" /> |
||||
</el-select> |
||||
</el-form-item> |
||||
|
||||
<!-- 查询按钮 --> |
||||
<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> |
||||
</div> |
||||
|
||||
<!-- 控件模块 --> |
||||
<div class="avue-crud__header"> |
||||
<!-- 头部左侧按钮模块 --> |
||||
<div class="avue-crud__left"> |
||||
<el-button type="primary" icon="Delete" @click="() => handleDelete(true)"> |
||||
删 除 |
||||
</el-button> |
||||
<el-button type="primary" icon="Download" @click="handleExport">导 出</el-button> |
||||
</div> |
||||
<!-- 头部右侧按钮模块 --> |
||||
<div class="avue-crud__right"> |
||||
<el-button icon="Refresh" @click="searchChange" circle></el-button> |
||||
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button> |
||||
<el-button icon="Search" @click="searchHide" circle></el-button> |
||||
</div> |
||||
</div> |
||||
|
||||
<!-- 列表模块 --> |
||||
<tablecmt |
||||
:columnList="details.columnList" |
||||
:tableData="data" |
||||
:loading="loadingObj.list" |
||||
@inputTxt="inputsc" |
||||
@timeCheck="timesc" |
||||
@selectCheck="selectsc" |
||||
@selection="selectionChange" |
||||
> |
||||
<template #default="slotProps"> |
||||
<template v-if="slotProps.scope.column.label === '操作'"> |
||||
<el-text @click="handleView(slotProps.scope)"> 详 情 </el-text> |
||||
|
||||
<el-text @click="handleDelete(false, slotProps.scope.row)"> 取 消 </el-text> |
||||
</template> |
||||
</template> |
||||
</tablecmt> |
||||
|
||||
<!-- 分页模块 --> |
||||
<div class="flex-c-sb mt20"> |
||||
<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.size" |
||||
layout="total, sizes, prev, pager, next, jumper" |
||||
:total="page.total" |
||||
> |
||||
</el-pagination> |
||||
</div> |
||||
</div> |
||||
</basic-container> |
||||
|
||||
<!-- 列表配置显示 --> |
||||
<edittablehead |
||||
@closce="showdrawer" |
||||
:drawerShow="drawerShow" |
||||
v-model="details.columnList" |
||||
></edittablehead> |
||||
</template> |
||||
|
||||
<script setup lang="ts"> |
||||
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue'; |
||||
import functions from '@/utils/functions.js'; |
||||
import dayjs from 'dayjs'; |
||||
import { mapGetters } from 'vuex'; |
||||
/** 获取字典 */ |
||||
import { getDictionaryBiz } from '@/api/system/dict'; |
||||
import { |
||||
downloadXls, |
||||
setNodeHeight, |
||||
getHtmls, |
||||
deepClone, |
||||
handleClearTableQuery, |
||||
debounce, |
||||
handleSelectQuery, |
||||
handleInputQuery, |
||||
handleTranslationDataSeclect, |
||||
getObjType, |
||||
} from '@/utils/util'; |
||||
import { columnList } from '@/option/distribution/SeparateTheList.js'; |
||||
import { useStore } from 'vuex'; |
||||
import { useRouter } from 'vue-router'; |
||||
import { ElMessage, ElMessageBox } from 'element-plus'; |
||||
// import { } from '@/api/distribution/SeparateTheList'; |
||||
|
||||
// 获取路由实例 |
||||
const $router = useRouter(); |
||||
|
||||
const $store = useStore(); |
||||
|
||||
const details = reactive<any>({ |
||||
/** 是否开启搜索 */ |
||||
search: true, |
||||
/** 表格搜索条件 */ |
||||
query: {}, |
||||
/** 时间快捷选择设置 */ |
||||
shortcuts: [ |
||||
{ |
||||
text: '最近一周', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); |
||||
return [start, end]; |
||||
}, |
||||
}, |
||||
{ |
||||
text: '最近一个月', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); |
||||
return [start, end]; |
||||
}, |
||||
}, |
||||
{ |
||||
text: '最近三个月', |
||||
value: () => { |
||||
const end = new Date(); |
||||
const start = new Date(); |
||||
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90); |
||||
return [start, end]; |
||||
}, |
||||
}, |
||||
], |
||||
/** 列表 */ |
||||
columnList: deepClone(columnList), |
||||
/** 列表数据 */ |
||||
data: [{}], |
||||
/** 页面loading */ |
||||
loadingObj: { |
||||
/** 列表加载loading */ |
||||
list: false, |
||||
/** 页面loading */ |
||||
pageLoading: false, |
||||
}, |
||||
/** 列表复选框选中的数据 */ |
||||
selectionList: [], |
||||
/** 是否显示设置表格 */ |
||||
drawerShow: false, |
||||
/** 分页参数 */ |
||||
page: { |
||||
current: 1, |
||||
size: 30, |
||||
total: 0, |
||||
}, |
||||
/** 弹出层显示 */ |
||||
popUpShow: { |
||||
/** 图片预览 */ |
||||
abnormalVisited: false, |
||||
}, |
||||
/** 列表Dom节点 */ |
||||
listNode: '', |
||||
form: {}, |
||||
/** 全屏 */ |
||||
fullscreenObj: { |
||||
/** 查看 */ |
||||
view: false, |
||||
}, |
||||
}); |
||||
|
||||
const { search, query, shortcuts, stockupDate, data, loadingObj, selectionList, drawerShow, page } = |
||||
toRefs(details); |
||||
|
||||
/** vuex */ |
||||
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); |
||||
|
||||
onMounted(() => { |
||||
const timer = setTimeout(() => { |
||||
details.listNode = document.querySelector('.maboxhi'); |
||||
details.listNode.style.transition = 'all .5s ease-out'; |
||||
clearTimeout(timer); |
||||
}, 100); |
||||
}); |
||||
|
||||
/** 请求页面数据 */ |
||||
const onLoad = debounce(async (params = {}) => { |
||||
try { |
||||
details.loadingObj.list = true; |
||||
let _page = details.page; |
||||
// 获取暂存单列表 |
||||
const res = await getPage({ ..._page, ...details.query, ...params }); |
||||
console.log('res :>> ', res); |
||||
const { code, data } = res.data; |
||||
if (code !== 200) return; |
||||
details.data = data.records; |
||||
|
||||
handleTranslationDataSeclect(details.data, details.columnList); |
||||
|
||||
details.page.total = data.total; |
||||
} catch (error) { |
||||
} finally { |
||||
details.loadingObj.list = false; |
||||
} |
||||
}, 10); |
||||
|
||||
// onLoad(); |
||||
|
||||
/** 搜索 */ |
||||
const searchChange = () => { |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 清空表单 */ |
||||
const searchReset = () => { |
||||
details.query = {}; |
||||
details.stockupDate = []; |
||||
details.page.currentPage = 1; |
||||
handleClearTableQuery(details.columnList); |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 展开列表控件 */ |
||||
const showdrawer = (_flag?: boolean) => { |
||||
details.drawerShow = _flag; |
||||
}; |
||||
|
||||
/** 是否开启搜索区 */ |
||||
const searchHide = () => { |
||||
details.search = !details.search; |
||||
|
||||
setNodeHeight(details.listNode, '', true); |
||||
}; |
||||
|
||||
/** 表格表头输入框搜索 */ |
||||
const inputsc = (index, row) => { |
||||
handleInputQuery(index, row, details.query); |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 表格表头时间选择 */ |
||||
const timesc = (index, row) => { |
||||
console.log(index, row); |
||||
if (!!index) { |
||||
index = dayjs(index).format('YYYY-MM-DD'); |
||||
} |
||||
details.query[row.prop] = index; |
||||
if (!index) { |
||||
delete details.query[row.prop]; |
||||
} |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 表格表头下拉框选择 */ |
||||
const selectsc = (index, row) => { |
||||
handleSelectQuery(index, row, details.query); |
||||
|
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 表格表头复选框选择 */ |
||||
const selectionChange = (list: any) => { |
||||
details.selectionList = list; |
||||
}; |
||||
|
||||
/** 每页数量改变执行的回调 */ |
||||
const sizeChange = (size: number) => { |
||||
details.page.size = size; |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 页码改变执行的回调 */ |
||||
const currentChange = current => { |
||||
details.page.current = current; |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 查看 */ |
||||
const handleView = ({ row }) => { |
||||
$store.commit('DEL_ONCE_TAG', '/basicdata/vehicle/basicdataVehicleAddForm'); |
||||
|
||||
$router.push({ |
||||
path: '/basicdata/vehicle/basicdataVehicleAddForm', |
||||
query: { type: 'view', name: `${row.vehicleNub} -- 查看`, id: row.id }, |
||||
}); |
||||
}; |
||||
|
||||
/** 删除 |
||||
* isBatch 是否批量删除 |
||||
* row 单个删除时当前行的数据 |
||||
*/ |
||||
const handleDelete = (isBatch, row: any = {}) => { |
||||
let ids = ''; |
||||
|
||||
if (isBatch) { |
||||
if (!details.selectionList.length) { |
||||
ElMessage.warning('请选择要删除的数据'); |
||||
return; |
||||
} |
||||
ids = details.selectionList.map(v => v.id).join(','); |
||||
} else { |
||||
ids = row.id; |
||||
} |
||||
|
||||
ElMessageBox.confirm('确定删除该数据吗?', '提示', { |
||||
confirmButtonText: '确定', |
||||
cancelButtonText: '取消', |
||||
type: 'warning', |
||||
}) |
||||
.then(async () => { |
||||
try { |
||||
details.loadingObj.pageLoading = true; |
||||
|
||||
const res = await remove(ids); |
||||
const { code, msg } = res.data; |
||||
if (code !== 200) return ElMessage.error(msg); |
||||
ElMessage.success('删除成功'); |
||||
onLoad(); |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} finally { |
||||
details.loadingObj.pageLoading = false; |
||||
} |
||||
}) |
||||
.catch(() => {}); |
||||
}; |
||||
|
||||
/** 导出 */ |
||||
const handleExport = () => { |
||||
getVehicleExport(); |
||||
}; |
||||
</script> |
||||
|
||||
<style scoped lang="scss"> |
||||
// 日期选择器 |
||||
:deep(.el-date-editor.el-input) { |
||||
height: 100% !important; |
||||
width: 100% !important; |
||||
} |
||||
|
||||
:deep(.el-range-editor.el-input__wrapper) { |
||||
height: 100% !important; |
||||
} |
||||
|
||||
.mt20 { |
||||
margin-top: 20px; |
||||
} |
||||
|
||||
.fwb { |
||||
font-weight: bold; |
||||
} |
||||
</style> |
Loading…
Reference in new issue