12 changed files with 1527 additions and 841 deletions
@ -1,232 +1,271 @@ |
|||||||
export default { |
export const columnList = [ |
||||||
expand: false, |
{ |
||||||
index: true, |
prop: '', |
||||||
border: true, |
label: '复选框', |
||||||
selection: true, |
type: 0, |
||||||
column: [ |
width: 55, |
||||||
{ |
fixed: true, |
||||||
label: "主键", |
}, |
||||||
prop: "id", |
{ |
||||||
display: false, |
prop: '', |
||||||
hide: true, |
label: '序号', |
||||||
}, |
type: 12, |
||||||
{ |
values: '', |
||||||
label: "租户号", |
width: 55, |
||||||
prop: "tenantId", |
fixed: true, |
||||||
display: false, |
}, |
||||||
hide: true, |
{ |
||||||
}, |
label: '类型', |
||||||
{ |
prop: 'typeName', |
||||||
label: "创建人", |
type: 3, |
||||||
prop: "createUser", |
values: '', |
||||||
display: false, |
width: '150', |
||||||
hide: true, |
checkarr: [], |
||||||
}, |
fixed: false, |
||||||
{ |
sortable: true, |
||||||
label: "创建时间", |
}, |
||||||
prop: "createTime", |
{ |
||||||
display: false, |
label: '承运商编号', |
||||||
hide: true, |
prop: 'number', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "更新人", |
width: '150', |
||||||
prop: "updateUser", |
checkarr: [], |
||||||
display: false, |
fixed: false, |
||||||
hide: true, |
sortable: true, |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
label: "更新时间", |
label: '承运商电话', |
||||||
prop: "updateTime", |
prop: 'carrierPhone', |
||||||
display: false, |
type: 2, |
||||||
hide: true, |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "状态", |
fixed: false, |
||||||
prop: "status", |
sortable: true, |
||||||
display: false, |
}, |
||||||
hide: true, |
{ |
||||||
}, |
label: '承运商名称', |
||||||
{ |
prop: 'carrierPhone', |
||||||
label: "是否已删除;1-未删除,2-已删除", |
type: 2, |
||||||
prop: "isDeleted", |
values: '', |
||||||
display: false, |
width: '150', |
||||||
hide: true, |
checkarr: [], |
||||||
}, |
fixed: false, |
||||||
{ |
sortable: true, |
||||||
label: "创建部门", |
}, |
||||||
prop: "createDept", |
{ |
||||||
display: false, |
label: '负责人', |
||||||
hide: true, |
prop: 'head', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "类型", |
width: '150', |
||||||
prop: "type", |
checkarr: [], |
||||||
search: true, |
fixed: false, |
||||||
width:"100px" |
sortable: true, |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
label: "承运商编号", |
label: '手机号', |
||||||
prop: "number", |
prop: 'headPhone', |
||||||
search: true, |
type: 2, |
||||||
width:"100px" |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "集团ID", |
fixed: false, |
||||||
prop: "groupId", |
sortable: true, |
||||||
search: true, |
}, |
||||||
width:"100px" |
{ |
||||||
}, |
label: '营业执照注册号', |
||||||
{ |
prop: 'licenseNub', |
||||||
label: "承运商电话", |
width: '150px', |
||||||
prop: "carrierPhone", |
type: 2, |
||||||
width:"100px" |
values: '', |
||||||
}, |
width: '150', |
||||||
// {
|
checkarr: [], |
||||||
// label: "绑定仓库Id",
|
fixed: false, |
||||||
// prop: "warehouseId",
|
sortable: true, |
||||||
// },
|
}, |
||||||
{ |
{ |
||||||
label: "负责人", |
label: '法人', |
||||||
prop: "head", |
prop: 'legalPerson', |
||||||
search: true, |
type: 2, |
||||||
width:"100px" |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "手机号", |
fixed: false, |
||||||
prop: "headPhone", |
sortable: true, |
||||||
width:"100px" |
}, |
||||||
}, |
{ |
||||||
{ |
label: '法人电话', |
||||||
label: "营业执照注册号", |
prop: 'legalPersonPhone', |
||||||
prop: "licenseNub", |
type: 2, |
||||||
width:"150px" |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "法人", |
fixed: false, |
||||||
prop: "legalPerson", |
sortable: true, |
||||||
width:"100px" |
}, |
||||||
}, |
{ |
||||||
{ |
label: '法人身份证', |
||||||
label: "法人电话", |
prop: 'legalPersonId', |
||||||
prop: "legalPersonPhone", |
type: 2, |
||||||
width:"100px" |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "法人身份证", |
fixed: false, |
||||||
prop: "legalPersonId", |
sortable: true, |
||||||
width:"100px" |
}, |
||||||
}, |
{ |
||||||
{ |
label: '邮箱', |
||||||
label: "邮箱", |
prop: 'mailbox', |
||||||
prop: "mailbox", |
type: 2, |
||||||
width:"100px" |
values: '', |
||||||
}, |
width: '150', |
||||||
{ |
checkarr: [], |
||||||
label: "客服电话", |
fixed: false, |
||||||
prop: "customerServicePhone", |
sortable: true, |
||||||
width:"100px" |
}, |
||||||
}, |
{ |
||||||
{ |
label: '客服电话', |
||||||
label: "合同起始时间", |
prop: 'customerServicePhone', |
||||||
prop: "contractStartTime", |
type: 2, |
||||||
format: "YYYY-MM-DD", |
values: '', |
||||||
valueFormat: "YYYY-MM-DD", |
width: '150', |
||||||
width:"150px" |
checkarr: [], |
||||||
}, |
fixed: false, |
||||||
{ |
sortable: true, |
||||||
label: "合同结束时间", |
}, |
||||||
prop: "contractEndTime", |
{ |
||||||
format: "YYYY-MM-DD", |
label: '合同起始时间', |
||||||
valueFormat: "YYYY-MM-DD", |
prop: 'contractStartTime', |
||||||
width:"150px" |
type: 2, |
||||||
}, |
values: '', |
||||||
// {
|
width: '150', |
||||||
// label: "合同附件",
|
checkarr: [], |
||||||
// prop: "contractAppendices",
|
fixed: false, |
||||||
// },
|
sortable: true, |
||||||
// {
|
}, |
||||||
// label: "道路运输许可证图片",
|
{ |
||||||
// prop: "roadTransportPhoto",
|
label: '合同结束时间', |
||||||
// width:"100px"
|
prop: 'contractEndTime', |
||||||
// },
|
type: 2, |
||||||
{ |
values: '', |
||||||
label: "道路运输许可证编号", |
width: '150', |
||||||
prop: "roadTransportNub", |
checkarr: [], |
||||||
width:"170px" |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
{ |
}, |
||||||
label: "物流园", |
{ |
||||||
prop: "logisticsPark", |
label: '道路运输许可证编号', |
||||||
width:"100px" |
prop: 'roadTransportNub', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "自由车辆数", |
width: '150', |
||||||
prop: "freeVehiclesNub", |
checkarr: [], |
||||||
width:"100px" |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
{ |
}, |
||||||
label: "外部车辆数", |
{ |
||||||
prop: "externalVehiclesNub", |
label: '物流园', |
||||||
width:"100px" |
prop: 'logisticsPark', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "星级", |
width: '150', |
||||||
prop: "starRating", |
checkarr: [], |
||||||
width:"80px" |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
{ |
}, |
||||||
label: "定位地址", |
{ |
||||||
prop: "locationAddress", |
label: '自由车辆数', |
||||||
width:"100px" |
prop: 'freeVehiclesNub', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "经度", |
width: '150', |
||||||
prop: "longitude", |
checkarr: [], |
||||||
width:"100px" |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
{ |
}, |
||||||
label: "纬度", |
{ |
||||||
prop: "latitude", |
label: '外部车辆数', |
||||||
width:"100px" |
prop: 'externalVehiclesNub', |
||||||
}, |
type: 2, |
||||||
{ |
values: '', |
||||||
label: "备注", |
width: '150', |
||||||
prop: "notes", |
checkarr: [], |
||||||
width:"100px" |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
// {
|
}, |
||||||
// label: "照片信息",
|
{ |
||||||
// prop: "photo",
|
label: '星级', |
||||||
// },
|
prop: 'starRating', |
||||||
{ |
type: 2, |
||||||
label: "预留1", |
values: '', |
||||||
prop: "reserve1", |
width: '150', |
||||||
display: false, |
checkarr: [], |
||||||
hide: true, |
fixed: false, |
||||||
}, |
sortable: true, |
||||||
{ |
}, |
||||||
label: "预留2", |
{ |
||||||
prop: "reserve2", |
label: '定位地址', |
||||||
display: false, |
prop: 'locationAddress', |
||||||
hide: true, |
type: 2, |
||||||
}, |
values: '', |
||||||
{ |
width: '150', |
||||||
label: "预留3", |
checkarr: [], |
||||||
prop: "reserve3", |
fixed: false, |
||||||
display: false, |
sortable: true, |
||||||
hide: true, |
}, |
||||||
}, |
{ |
||||||
{ |
label: '经度', |
||||||
label: "预留4", |
prop: 'longitude', |
||||||
prop: "reserve4", |
type: 2, |
||||||
display: false, |
values: '', |
||||||
hide: true, |
width: '150', |
||||||
}, |
checkarr: [], |
||||||
{ |
fixed: false, |
||||||
label: "预留5", |
sortable: true, |
||||||
prop: "reserve5", |
}, |
||||||
display: false, |
{ |
||||||
hide: 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> |
<template> |
||||||
<basic-container> |
<basic-container v-loading="details.loadingObj.pageLoading"> |
||||||
<div class="avue-crud"> |
<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 :inline="true" :model="query" class="header_search"> |
||||||
<el-form-item label="类型"> |
<el-form-item label="车牌号:" class="el-times"> |
||||||
<el-select v-model="query.type" clearable placeholder="请选择类型"> |
<el-input v-model="query.stockupArea" clearable placeholder="请输入车牌号"></el-input> |
||||||
<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-item> |
</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> |
<el-form-item class="el-btn"> |
||||||
<el-button type="primary" icon="el-icon-search" @click="searchChange">搜 索</el-button> |
<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-item> |
||||||
</el-form> |
</el-form> |
||||||
</el-row> |
</div> |
||||||
<el-row> |
|
||||||
<div class="avue-crud__header"> |
<!-- 控件模块 --> |
||||||
<!-- 头部左侧按钮模块 --> |
<div class="avue-crud__header"> |
||||||
<div class="avue-crud__left"> |
<!-- 头部左侧按钮模块 --> |
||||||
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">新 增</el-button> |
<div class="avue-crud__left"> |
||||||
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain>删 除</el-button> |
<!-- 新增 --> |
||||||
</div> |
<el-button type="primary" icon="Plus" @click="handleAdd">新 增</el-button> |
||||||
<!-- 头部右侧按钮模块 --> |
<!-- 删除 --> |
||||||
<div class="avue-crud__right"> |
<el-button type="primary" icon="Delete" @click="() => handleDelete(true)"> |
||||||
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> |
删 除 |
||||||
<el-button icon="el-icon-search" @click="searchHide" circle></el-button> |
</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> |
||||||
</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%"/> |
<div class="avue-crud__right"> |
||||||
</el-form-item> |
<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%"/> |
<tablecmt |
||||||
</el-form-item> |
: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> |
<el-text @click="handleAnException(slotProps.scope)"> 查看 </el-text> |
||||||
<!-- 表单按钮 --> |
</template> |
||||||
<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> |
|
||||||
</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> |
</div> |
||||||
</basic-container> |
</basic-container> |
||||||
|
|
||||||
|
<!-- 列表配置显示 --> |
||||||
|
<edittablehead |
||||||
|
@closce="showdrawer" |
||||||
|
:drawerShow="drawerShow" |
||||||
|
v-model="details.columnList" |
||||||
|
></edittablehead> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script setup lang="ts"> |
||||||
import { getList, getDetail, add, update, remove } from "@/api/basicdata/basicdataCarrier"; |
import { ref, reactive, toRefs, computed, onMounted, nextTick } from 'vue'; |
||||||
import option from "@/option/basicdata/basicdataCarrier2"; |
import functions from '@/utils/functions.js'; |
||||||
import { mapGetters } from "vuex"; |
import dayjs from 'dayjs'; |
||||||
|
import { mapGetters } from 'vuex'; |
||||||
|
/** 获取字典 */ |
||||||
import { getDictionaryBiz } from '@/api/system/dict'; |
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 () { |
const $router = useRouter(); |
||||||
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 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(); |
selectionList: [], |
||||||
//查询字典 |
/** 是否显示设置表格 */ |
||||||
this.queryDictionary(); |
drawerShow: false, |
||||||
|
/** 分页参数 */ |
||||||
|
page: { |
||||||
|
current: 1, |
||||||
|
size: 30, |
||||||
|
total: 0, |
||||||
}, |
}, |
||||||
created() { |
/** 弹出层显示 */ |
||||||
|
popUpShow: { |
||||||
|
/** 图片预览 */ |
||||||
|
abnormalVisited: false, |
||||||
}, |
}, |
||||||
computed: { |
/** 列表Dom节点 */ |
||||||
...mapGetters(["permission"]), |
listNode: '', |
||||||
ids () { |
form: {}, |
||||||
let ids = []; |
/** 全屏 */ |
||||||
this.selectionList.forEach(ele => { |
fullscreenObj: { |
||||||
ids.push(ele.id); |
/** 查看 */ |
||||||
}); |
view: false, |
||||||
return ids.join(","); |
|
||||||
} |
|
||||||
}, |
}, |
||||||
methods: { |
}); |
||||||
queryDictionary() { |
|
||||||
getDictionaryBiz('basic_carrier_type').then(res => { |
const { search, query, shortcuts, stockupDate, data, loadingObj, selectionList, drawerShow, page } = |
||||||
this.typeData = res.data.data; |
toRefs(details); |
||||||
this.onLoad(this.page); |
|
||||||
}); |
/** vuex */ |
||||||
}, |
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); |
||||||
init () { |
|
||||||
this.height = this.setPx(document.body.clientHeight - 340); |
onMounted(() => { |
||||||
}, |
const timer = setTimeout(() => { |
||||||
searchHide () { |
details.listNode = document.querySelector('.maboxhi'); |
||||||
this.search = !this.search; |
details.listNode.style.transition = 'all .5s ease-out'; |
||||||
}, |
clearTimeout(timer); |
||||||
searchChange () { |
}, 100); |
||||||
this.onLoad(this.page); |
}); |
||||||
}, |
|
||||||
searchReset () { |
/** 请求页面数据 */ |
||||||
this.query = {}; |
const onLoad = debounce(async (page?: any, params = {}) => { |
||||||
this.page.currentPage = 1; |
try { |
||||||
this.onLoad(this.page); |
details.loadingObj.list = true; |
||||||
}, |
let _page = details.page; |
||||||
handleSubmit () { |
if (page) _page = page; |
||||||
this.$refs.form.validate(valid=>{ |
const _submitData = { ..._page, ...details.query, ...params }; |
||||||
if (valid) { |
delete _submitData.total; |
||||||
if (!this.form.id) { |
// 获取暂存单列表 |
||||||
add(this.form).then(() => { |
const res = await getList(_submitData); |
||||||
this.box = false; |
console.log('res :>> ', res); |
||||||
this.onLoad(this.page); |
const { code, data } = res.data; |
||||||
this.$message({ |
if (code !== 200) return; |
||||||
type: "success", |
details.data = data.records; |
||||||
message: "操作成功!" |
|
||||||
}); |
handleTranslationDataSeclect(details.data, details.columnList); |
||||||
}); |
|
||||||
} else { |
details.page.total = data.total; |
||||||
update(this.form).then(() => { |
} catch (error) { |
||||||
this.box = false; |
console.log('error :>> ', error); |
||||||
this.onLoad(this.page); |
} finally { |
||||||
this.$message({ |
details.loadingObj.list = false; |
||||||
type: "success", |
} |
||||||
message: "操作成功!" |
}, 10); |
||||||
}); |
|
||||||
}) |
const handleData = (key, res) => { |
||||||
} |
const { code, data } = res.data; |
||||||
} else { |
if (code !== 200) return; |
||||||
console.log('error submit!!'); |
for (let i = 0; i < details.columnList.length; i++) { |
||||||
return false; |
const value = details.columnList[i]; |
||||||
} |
|
||||||
}); |
if (value.label === key) |
||||||
}, |
return (value.checkarr = |
||||||
handleAdd () { |
getObjType(data) === 'array' |
||||||
this.title = '新增' |
? data.map(val => { |
||||||
this.form = {} |
val.label = val.dictValue; |
||||||
this.box = true |
val.value = val.dictKey; |
||||||
}, |
return val; |
||||||
handleEdit (row) { |
}) |
||||||
this.title = '编辑' |
: []); |
||||||
this.box = true |
} |
||||||
getDetail(row.id).then(res => { |
}; |
||||||
this.form = res.data.data; |
|
||||||
}); |
// 获取字典数据 |
||||||
}, |
const initData = async () => { |
||||||
handleView (row) { |
await Promise.all([ |
||||||
this.title = '查看' |
// 类型 |
||||||
this.view = true; |
getDictionaryBiz('basic_carrier_type').then(res => handleData('类型', res)), |
||||||
this.box = true; |
|
||||||
getDetail(row.id).then(res => { |
onLoad(), |
||||||
this.form = res.data.data; |
]); |
||||||
}); |
|
||||||
}, |
await nextTick(); |
||||||
handleDelete () { |
handleTranslationDataSeclect(details.data, details.columnList); |
||||||
if (this.selectionList.length === 0) { |
console.log('details.columnList :>> ', details.columnList); |
||||||
this.$message.warning("请选择至少一条数据"); |
}; |
||||||
return; |
|
||||||
} |
initData(); |
||||||
this.$confirm("确定将选择数据删除?", { |
|
||||||
confirmButtonText: "确定", |
/** 搜索 */ |
||||||
cancelButtonText: "取消", |
const searchChange = () => { |
||||||
type: "warning" |
onLoad(details.page); |
||||||
}) |
}; |
||||||
.then(() => { |
|
||||||
return remove(this.ids); |
/** 清空表单 */ |
||||||
}) |
const searchReset = () => { |
||||||
.then(() => { |
details.query = {}; |
||||||
this.selectionClear(); |
details.stockupDate = []; |
||||||
this.onLoad(this.page); |
details.page.currentPage = 1; |
||||||
this.$message({ |
handleClearTableQuery(details.columnList); |
||||||
type: "success", |
onLoad(details.page); |
||||||
message: "操作成功!" |
}; |
||||||
}); |
|
||||||
}); |
/** 展开列表控件 */ |
||||||
}, |
const showdrawer = (_flag?: boolean) => { |
||||||
rowDel (row) { |
details.drawerShow = _flag; |
||||||
this.$confirm("确定将选择数据删除?", { |
}; |
||||||
confirmButtonText: "确定", |
|
||||||
cancelButtonText: "取消", |
/** 是否开启搜索区 */ |
||||||
type: "warning" |
const searchHide = () => { |
||||||
}) |
details.search = !details.search; |
||||||
.then(() => { |
|
||||||
return remove(row.id); |
setNodeHeight(details.listNode, '', true); |
||||||
}) |
}; |
||||||
.then(() => { |
|
||||||
this.onLoad(this.page); |
/** 表格表头输入框搜索 */ |
||||||
this.$message({ |
const inputsc = (index, row) => { |
||||||
type: "success", |
handleInputQuery(index, row, details.query); |
||||||
message: "操作成功!" |
onLoad(details.page); |
||||||
}); |
}; |
||||||
}); |
|
||||||
}, |
/** 表格表头时间选择 */ |
||||||
beforeClose (done) { |
const timesc = (index, row) => { |
||||||
done() |
console.log(index, row); |
||||||
this.form = {}; |
if (!!index) { |
||||||
this.view = false; |
index = dayjs(index).format('YYYY-MM-DD'); |
||||||
}, |
} |
||||||
selectionChange (list) { |
details.query[row.prop] = index; |
||||||
this.selectionList = list; |
if (!index) { |
||||||
}, |
delete details.query[row.prop]; |
||||||
selectionClear () { |
} |
||||||
this.selectionList = []; |
onLoad(details.page); |
||||||
this.$refs.table.clearSelection(); |
}; |
||||||
}, |
|
||||||
currentChange (currentPage) { |
/** 表格表头下拉框选择 */ |
||||||
this.page.currentPage = currentPage; |
const selectsc = (index, row) => { |
||||||
this.onLoad(this.page); |
handleSelectQuery(index, row, details.query); |
||||||
}, |
|
||||||
sizeChange (pageSize) { |
onLoad(details.page); |
||||||
this.page.pageSize = pageSize; |
}; |
||||||
this.onLoad(this.page); |
|
||||||
}, |
/** 表格表头复选框选择 */ |
||||||
onLoad (page, params = {}) { |
const selectionChange = (list: any) => { |
||||||
this.loading = true; |
details.selectionList = list; |
||||||
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++) { |
const sizeChange = (size: number) => { |
||||||
// eslint-disable-next-line no-empty |
details.page.size = size; |
||||||
for (let j = 0; j < this.typeData.length; j++) { |
onLoad(details.page); |
||||||
// eslint-disable-next-line no-empty |
}; |
||||||
if (data.records[i].type == this.typeData[j].dictKey){ |
|
||||||
data.records[i].type=this.typeData[j].dictValue; |
/** 页码改变执行的回调 */ |
||||||
} |
const currentChange = current => { |
||||||
} |
details.page.current = current; |
||||||
|
onLoad(); |
||||||
} |
}; |
||||||
this.page.total = data.total; |
|
||||||
this.data = data.records; |
/** 新增 */ |
||||||
this.loading = false; |
const handleAdd = () => { |
||||||
this.selectionClear(); |
$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> |
</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