21 changed files with 2313 additions and 298 deletions
@ -0,0 +1,9 @@
|
||||
import request from '@/axios'; |
||||
|
||||
export const $_homeList = params => { |
||||
return request({ |
||||
url: '/api/logpm-basic/notice/homeList', |
||||
method: 'get', |
||||
params, |
||||
}); |
||||
}; |
@ -0,0 +1,28 @@
|
||||
import request from '@/axios'; |
||||
/** 报表列表 */ |
||||
export const postDeptIncomingPage = params => { |
||||
return request({ |
||||
url: '/api/logpm-report/reportIncoming/consigineeIncomingPage', |
||||
method: 'get', |
||||
params, |
||||
}); |
||||
}; |
||||
|
||||
/** 查询事业线 */ |
||||
export const postFindbusinessLine = () => { |
||||
return request({ |
||||
url: '/api/logpm-basicdata/warehouse/findBusunessLineList', |
||||
method: 'get', |
||||
params: {}, |
||||
}); |
||||
}; |
||||
|
||||
/** 报表导出 */ |
||||
export const postDeptIncomingExport = params => { |
||||
return request({ |
||||
url: '/api/logpm-report/reportIncoming/consigineeIncomingExport', |
||||
method: 'get', |
||||
params, |
||||
responseType: 'blob', |
||||
}); |
||||
}; |
@ -0,0 +1,297 @@
|
||||
export const columnList = [ |
||||
{ |
||||
prop: '', |
||||
label: '复选框', |
||||
type: 0, |
||||
width: 55, |
||||
fixed: true, |
||||
}, |
||||
{ |
||||
prop: '', |
||||
label: '序号', |
||||
type: 12, |
||||
values: '', |
||||
width: 55, |
||||
fixed: true, |
||||
}, |
||||
{ |
||||
prop: 'consignee', |
||||
label: '收货单位', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'businessLine', |
||||
label: '事业线', |
||||
type: 1, |
||||
values: '', |
||||
width: '180', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'departureWarehouseName', |
||||
label: '始发仓', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'destinationWarehouseName', |
||||
label: '目的仓', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'brand', |
||||
label: '品牌', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'nian', |
||||
label: '年', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'yue', |
||||
label: '月', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'timeStr', |
||||
label: '制单时间', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
}, |
||||
{ |
||||
prop: 'waybillNum', |
||||
label: '运单数', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'num', |
||||
label: '件数', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'weight', |
||||
label: '重量', |
||||
type: 1, |
||||
values: '', |
||||
width: '200', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'volume', |
||||
label: '体积', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'stockNum', |
||||
label: '到货件数', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'signNum', |
||||
label: '签收件数', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'pickupFee', |
||||
label: '提货费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'freightFee', |
||||
label: '运费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'deliveryFee', |
||||
label: '送货费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'warehouseManagementFee', |
||||
label: '仓库管理费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'storageFee', |
||||
label: '仓储费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'handlingFee', |
||||
label: '仓储操作费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'sortingFee', |
||||
label: '仓储分拣费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'installFee', |
||||
label: '安装费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'otherFee', |
||||
label: '其他费', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
{ |
||||
prop: 'totalFee', |
||||
label: '总费用', |
||||
type: 1, |
||||
values: '', |
||||
width: '150', |
||||
checkarr: [], |
||||
fixed: false, |
||||
sortable: true, |
||||
head: false, |
||||
isshowSummary: true, //开启统计
|
||||
}, |
||||
]; |
@ -0,0 +1,522 @@
|
||||
<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" label-width="100px"> |
||||
<el-form-item label="品牌" prop="brandId"> |
||||
<el-select |
||||
class="w100" |
||||
v-model="query.brand" |
||||
filterable |
||||
placeholder="请选择" |
||||
default-first-option |
||||
clearable |
||||
> |
||||
<el-option |
||||
v-for="item in details.brandOptions" |
||||
:key="item.brandId" |
||||
:label="item.brandName" |
||||
:value="item.brandId" |
||||
/> |
||||
</el-select> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="年份"> |
||||
<el-date-picker |
||||
v-model="query.year" |
||||
type="year" |
||||
format="YYYY" |
||||
placeholder="请选择" |
||||
value-format="YYYY" |
||||
@change=" |
||||
() => { |
||||
delete details.query.month; |
||||
delete details.query.timeArr; |
||||
} |
||||
" |
||||
/> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="月份"> |
||||
<el-date-picker |
||||
v-model="query.month" |
||||
type="month" |
||||
format="YYYY-MM" |
||||
placeholder="请选择" |
||||
value-format="YYYY-MM" |
||||
@change=" |
||||
() => { |
||||
delete details.query.year; |
||||
delete details.query.timeArr; |
||||
} |
||||
" |
||||
/> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="制单时间"> |
||||
<el-date-picker |
||||
v-model="query.timeArr" |
||||
type="daterange" |
||||
range-separator="-" |
||||
start-placeholder="开始时间" |
||||
end-placeholder="结束时间" |
||||
value-format="YYYY-MM-DD" |
||||
@change=" |
||||
() => { |
||||
delete details.query.year; |
||||
delete details.query.month; |
||||
} |
||||
" |
||||
/> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="事业线"> |
||||
<el-select |
||||
class="w100" |
||||
v-model="query.businessLine" |
||||
filterable |
||||
placeholder="请选择" |
||||
default-first-option |
||||
clearable |
||||
> |
||||
<el-option |
||||
v-for="item in details.businessLineOption" |
||||
:key="item" |
||||
:label="item" |
||||
:value="item" |
||||
/> |
||||
</el-select> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="始发仓"> |
||||
<el-input v-model="query.departureWarehouseName" placeholder="请输入" clearable /> |
||||
</el-form-item> |
||||
|
||||
<el-form-item label="目的仓"> |
||||
<el-input v-model="query.destinationWarehouseName" placeholder="请输入" clearable /> |
||||
</el-form-item> |
||||
|
||||
<!-- 查询按钮 --> |
||||
<el-form-item> |
||||
<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 flex-c-sb"> |
||||
<!-- 头部左侧按钮模块 --> |
||||
<div class="avue-crud__left"> |
||||
<el-button type="primary" icon="Download" @click="ExportData"> 导出 </el-button> |
||||
</div> |
||||
<!-- 头部右侧按钮模块 --> |
||||
<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> |
||||
|
||||
<!-- 表格 --> |
||||
<!-- 列表模块 --> |
||||
<tablecmt |
||||
ref="tableNodeRef" |
||||
:columnList="details.columnList" |
||||
:tableData="details.data" |
||||
:loading="loadingObj.list" |
||||
@inputTxt="inputsc" |
||||
@timeCheck="timesc" |
||||
@btnCheck="btnsc" |
||||
@selectCheck="selectsc" |
||||
@selection="selectionChange" |
||||
> |
||||
<template #default="slotProps"> |
||||
<template v-if="slotProps.scope.column.label === '操作'"> </template> |
||||
</template> |
||||
</tablecmt> |
||||
|
||||
<!-- 分页模块 --> |
||||
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> |
||||
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> |
||||
<!-- 分页模块 --> |
||||
<el-pagination |
||||
align="right" |
||||
background |
||||
@size-change="sizeChange" |
||||
@current-change="currentChange" |
||||
:current-page="page.pageNum" |
||||
:page-sizes="[30, 50, 80, 120, 500]" |
||||
:page-size="page.pageSize" |
||||
layout="total, sizes, prev, pager, next, jumper" |
||||
:total="page.total" |
||||
> |
||||
</el-pagination> |
||||
</div> |
||||
</div> |
||||
</basic-container> |
||||
|
||||
<edittablehead |
||||
@closce="showdrawer" |
||||
:drawerShow="drawerShow" |
||||
:columnList="details.columnList" |
||||
v-model="details.columnList" |
||||
></edittablehead> |
||||
</template> |
||||
|
||||
<script setup lang="ts"> |
||||
import { ref, reactive, toRefs, computed } from 'vue'; |
||||
import functions from '@/utils/functions.js'; |
||||
import dayjs from 'dayjs'; |
||||
import { mapGetters, useStore } from 'vuex'; |
||||
/** 获取字典 */ |
||||
import { getDictionaryBiz } from '@/api/system/dict'; |
||||
import { postFindBrandList } from '@/api/waybill/TemporaryStorageList'; |
||||
import { |
||||
postDeptIncomingPage, |
||||
postFindbusinessLine, |
||||
postDeptIncomingExport, |
||||
} from '@/api/reportforms/ConsigneeReport'; |
||||
import { |
||||
setNodeHeight, |
||||
getHtmls, |
||||
deepClone, |
||||
getObjType, |
||||
handleTranslationDataSeclect, |
||||
handleClearTableQuery, |
||||
handleSelectQuery, |
||||
handleInputQuery, |
||||
downloadXls, |
||||
} from '@/utils/util'; |
||||
import { useRouter } from 'vue-router'; |
||||
import { ElMessage, ElMessageBox } from 'element-plus'; |
||||
import { columnList } from '@/option/reportforms/ConsigneeReport'; |
||||
|
||||
// 获取路由实例 |
||||
const $router = useRouter(); |
||||
const $store = useStore(); |
||||
|
||||
// 组件实例 |
||||
const tableNodeRef = ref(); |
||||
|
||||
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: [], |
||||
/** 头部搜索配置 */ |
||||
titleSearchOption: [], |
||||
/** 流转节点数据 */ |
||||
flowNodeData: [], |
||||
/** 页面loading */ |
||||
loadingObj: { |
||||
/** 列表加载loading */ |
||||
list: false, |
||||
packageListLoading: false, |
||||
}, |
||||
/** 列表复选框选中的数据 */ |
||||
selectionList: [], |
||||
/** 是否显示设置表格 */ |
||||
drawerShow: false, |
||||
/** 分页参数 */ |
||||
page: { |
||||
pageNum: 1, |
||||
pageSize: 30, |
||||
total: 0, |
||||
}, |
||||
/** 品牌 */ |
||||
brandOptions: [], |
||||
/** 事业线 */ |
||||
businessLineOption: [], |
||||
/** 弹出层显示 */ |
||||
popUpShow: {}, |
||||
/** 全屏 */ |
||||
fullscreenObj: {}, |
||||
}); |
||||
|
||||
const { search, query, shortcuts, loadingObj, selectionList, drawerShow, page } = toRefs(details); |
||||
|
||||
/** vuex */ |
||||
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); |
||||
console.log('permission :>> ', permission); |
||||
|
||||
/** 权限按钮 */ |
||||
const permissionObj = reactive({}); |
||||
|
||||
/** 请求页面数据 */ |
||||
const onLoad = async (params = {}) => { |
||||
try { |
||||
details.loadingObj.list = true; |
||||
|
||||
const submitData = { ...details.page, ...details.query, ...params }; |
||||
|
||||
for (const key in submitData) { |
||||
const element = submitData[key]; |
||||
|
||||
if (!element && element !== 0) delete submitData[key]; |
||||
} |
||||
|
||||
// 月 |
||||
if (submitData.month) { |
||||
const _arr = submitData.month.split('-'); |
||||
submitData.year = _arr[0]; |
||||
submitData.month = _arr[1]; |
||||
} |
||||
|
||||
// 时间周期 |
||||
else if (getObjType(submitData.timeArr) === 'array' && submitData.timeArr.length > 0) { |
||||
submitData.startTimeStr = submitData.timeArr[0]; |
||||
submitData.endTimeStr = submitData.timeArr[1]; |
||||
} |
||||
|
||||
if ( |
||||
(getObjType(submitData.timeArr) !== 'array' || submitData.timeArr.length === 0) && |
||||
!submitData.year && |
||||
!submitData.month |
||||
) { |
||||
details.data = []; |
||||
return ElMessage.warning('请选择时间'); |
||||
} |
||||
|
||||
delete submitData.timeArr; |
||||
delete submitData.total; |
||||
|
||||
const res = await postDeptIncomingPage(submitData); |
||||
const { code, data } = res.data; |
||||
if (code !== 200) return; |
||||
details.data = getObjType(data.records) === 'array' ? data.records : []; |
||||
details.page.total = data.total; |
||||
|
||||
handleTranslationDataSeclect(details.data, details.columnList); |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} finally { |
||||
details.loadingObj.list = false; |
||||
} |
||||
}; |
||||
|
||||
const init = () => { |
||||
const time = new Date().getTime(); |
||||
|
||||
details.query.timeArr = [ |
||||
dayjs(time - 1000 * 60 * 60 * 24 * 7).format('YYYY-MM-DD'), |
||||
dayjs(time).format('YYYY-MM-DD'), |
||||
]; |
||||
|
||||
onLoad(); |
||||
}; |
||||
|
||||
init(); |
||||
|
||||
/** 查询品牌 */ |
||||
const handleFindBrand = async () => { |
||||
try { |
||||
const res = await postFindBrandList(); |
||||
console.log('res :>> ', res); |
||||
const { data, code } = res.data; |
||||
if (code !== 200) return; |
||||
console.log('data :>> ', data); |
||||
details.brandOptions = data || []; |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} |
||||
}; |
||||
|
||||
/** 查询事业线 */ |
||||
const handleFindbusinessLine = async () => { |
||||
try { |
||||
const res = await postFindbusinessLine(); |
||||
console.log('res :>> ', res); |
||||
const { data, code } = res.data; |
||||
if (code !== 200) return; |
||||
console.log('data :>> ', data); |
||||
details.businessLineOption = data || []; |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} |
||||
}; |
||||
handleFindbusinessLine(); |
||||
|
||||
handleFindBrand(); |
||||
|
||||
/** 搜索 */ |
||||
const searchChange = () => { |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 清空表单 */ |
||||
const searchReset = () => { |
||||
details.query = {}; |
||||
details.page.pageNum = 1; |
||||
handleClearTableQuery(details.columnList); |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 展开列表控件 */ |
||||
const showdrawer = (_flag?: boolean) => { |
||||
details.drawerShow = _flag; |
||||
}; |
||||
|
||||
/** 是否开启搜索区 */ |
||||
const searchHide = () => { |
||||
details.search = !details.search; |
||||
|
||||
setNodeHeight(tableNodeRef.value.$el, '', 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 btnsc = () => {}; |
||||
|
||||
/** 表格表头下拉框选择 */ |
||||
const selectsc = (index, row) => { |
||||
handleSelectQuery(index, row, details.query); |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 表格表头复选框选择 */ |
||||
const selectionChange = (list: any) => { |
||||
details.selectionList = list; |
||||
}; |
||||
|
||||
/** 每页数量改变执行的回调 */ |
||||
const sizeChange = (pageSize: number) => { |
||||
details.page.pageSize = pageSize; |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 页码改变执行的回调 */ |
||||
const currentChange = pageNum => { |
||||
details.page.pageNum = pageNum; |
||||
onLoad(); |
||||
}; |
||||
|
||||
/** 弹出层开启前清除数据 */ |
||||
const beforeClose = done => { |
||||
done(); |
||||
details.form = {}; |
||||
details.selectionList = []; |
||||
details.view = false; |
||||
}; |
||||
|
||||
// 导出 |
||||
const ExportData = async () => { |
||||
try { |
||||
details.loadingObj.list = true; |
||||
|
||||
const submitData = { ...details.page, ...details.query }; |
||||
|
||||
for (const key in submitData) { |
||||
const element = submitData[key]; |
||||
|
||||
if (!element && element !== 0) delete submitData[key]; |
||||
} |
||||
|
||||
// 月 |
||||
if (submitData.month) { |
||||
const _arr = submitData.month.split('-'); |
||||
submitData.year = _arr[0]; |
||||
submitData.month = _arr[1]; |
||||
} |
||||
|
||||
// 时间周期 |
||||
else if (getObjType(submitData.timeArr) === 'array' && submitData.timeArr.length > 0) { |
||||
submitData.startTimeStr = submitData.timeArr[0]; |
||||
submitData.endTimeStr = submitData.timeArr[1]; |
||||
} |
||||
|
||||
if ( |
||||
(getObjType(submitData.timeArr) !== 'array' || submitData.timeArr.length === 0) && |
||||
!submitData.year && |
||||
!submitData.month |
||||
) { |
||||
return ElMessage.warning('请选择时间'); |
||||
} |
||||
|
||||
delete submitData.timeArr; |
||||
delete submitData.total; |
||||
|
||||
const res = await postDeptIncomingExport(submitData); |
||||
const { status, data } = res; |
||||
if (status !== 200) return; |
||||
const time = new Date().getTime(); |
||||
downloadXls(data, '营业部收入报表 -' + time + '.xlsx'); |
||||
} catch (error) { |
||||
console.log('error :>> ', error); |
||||
} finally { |
||||
details.loadingObj.list = false; |
||||
} |
||||
}; |
||||
</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; |
||||
} |
||||
.el_div_input { |
||||
width: 100%; |
||||
display: flex; |
||||
align-items: center; |
||||
.el_dy_icon { |
||||
font-size: 1.5em; |
||||
} |
||||
} |
||||
</style> |
@ -0,0 +1,296 @@
|
||||
<template> |
||||
<div class="el_top"> |
||||
<div> |
||||
通知总数: <span>{{ announcements.length }}</span> |
||||
</div> |
||||
<el-button class="el_t_button" @click="toggleAnnouncements">公告栏</el-button> |
||||
</div> |
||||
<transition name="slide"> |
||||
<div class="announcement-board" v-if="isShow"> |
||||
<div class="announcement-content" v-loading="loading"> |
||||
<div |
||||
class="announcement-item" |
||||
v-for="(item, index) in announcements" |
||||
:key="item.id" |
||||
@click="showDetails(item, index)" |
||||
> |
||||
<span v-if="isToday(item.releaseTime)" class="red-dot"></span> |
||||
<h2><span>标题:</span>{{ item.title }}</h2> |
||||
<p class="date">时间:{{ item.releaseTime }}</p> |
||||
</div> |
||||
|
||||
<el-empty description="暂无公告通知" v-if="!announcements.length" /> |
||||
</div> |
||||
</div> |
||||
</transition> |
||||
<el-dialog |
||||
v-model="centerDialogVisible" |
||||
:title="currentAnnouncement.title" |
||||
width="60%" |
||||
center |
||||
style="min-height: 500px" |
||||
class="el_announcement" |
||||
> |
||||
<p> |
||||
<span class="time">时间: {{ currentAnnouncement.releaseTime }}</span> <br /> |
||||
<span class="category">分类:{{ currentAnnouncement.categoryName }}</span> |
||||
</p> |
||||
<div v-html="currentAnnouncement.content" class="content"></div> |
||||
<template #footer> |
||||
<div class="dialog-footer"> |
||||
<el-button type="primary" @click="Previous" |
||||
><el-icon><DArrowLeft /></el-icon> 上一条 |
||||
</el-button> |
||||
<el-button type="primary" @click="next" |
||||
>下一条<el-icon><DArrowRight /></el-icon> |
||||
</el-button> |
||||
</div> |
||||
</template> |
||||
</el-dialog> |
||||
</template> |
||||
<script setup> |
||||
import { ref, computed } from 'vue'; |
||||
import { $_homeList } from '@/api/bulletinboard/index'; |
||||
|
||||
const loading = ref(false); |
||||
const centerDialogVisible = ref(false); |
||||
const announcements = ref([]); |
||||
|
||||
const isShow = ref(true); |
||||
const currentIndex = ref(null); |
||||
const currentAnnouncement = ref({}); |
||||
|
||||
// 计算当天日期 |
||||
const today = computed(() => { |
||||
const date = new Date(); |
||||
return `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, '0')}-${String( |
||||
date.getDate() |
||||
).padStart(2, '0')}`; |
||||
}); |
||||
|
||||
// 检查日期是否为今天 |
||||
const isToday = releaseTime => { |
||||
const date = new Date(releaseTime); |
||||
return ( |
||||
`${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, '0')}-${String( |
||||
date.getDate() |
||||
).padStart(2, '0')}` === today.value |
||||
); |
||||
}; |
||||
|
||||
// 页面初始化 |
||||
const onLoad = async () => { |
||||
try { |
||||
loading.value = true; |
||||
let res = await $_homeList(); |
||||
const { code, data } = res.data; |
||||
if (code !== 200) { |
||||
return; |
||||
} |
||||
announcements.value = data; |
||||
} catch (e) { |
||||
console.log(e); |
||||
} finally { |
||||
loading.value = false; |
||||
} |
||||
}; |
||||
|
||||
onLoad(); |
||||
|
||||
// 显示详情 |
||||
const showDetails = (item, index) => { |
||||
currentIndex.value = index; |
||||
currentAnnouncement.value = item; |
||||
centerDialogVisible.value = true; |
||||
}; |
||||
|
||||
// 切换下一条 |
||||
const next = () => { |
||||
if (currentIndex.value < announcements.value.length - 1) { |
||||
currentIndex.value += 1; |
||||
currentAnnouncement.value = announcements.value[currentIndex.value]; |
||||
} |
||||
}; |
||||
|
||||
// 切换上一条 |
||||
const Previous = () => { |
||||
if (currentIndex.value > 0) { |
||||
currentIndex.value -= 1; |
||||
currentAnnouncement.value = announcements.value[currentIndex.value]; |
||||
} |
||||
}; |
||||
|
||||
// 切换公告栏显示 |
||||
const toggleAnnouncements = () => { |
||||
isShow.value = !isShow.value; |
||||
}; |
||||
</script> |
||||
|
||||
<style scoped lang="scss"> |
||||
/* 全局样式 */ |
||||
|
||||
/* 顶部栏 */ |
||||
.el_top { |
||||
display: flex; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
width: 100%; |
||||
max-width: 600px; |
||||
margin: 0 auto; |
||||
padding: 10px 20px; |
||||
background-color: #fff; |
||||
border: 1px solid #ddd; |
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); |
||||
border-radius: 8px; |
||||
position: relative; |
||||
|
||||
.el_t_button { |
||||
width: 120px; |
||||
height: 40px; |
||||
background-color: #172e60; |
||||
color: #fff; |
||||
border: none; |
||||
border-radius: 4px; |
||||
transition: background-color 0.3s ease; |
||||
|
||||
&:hover { |
||||
background-color: #007bff; |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* 公告栏容器 */ |
||||
.announcement-board { |
||||
width: 100%; |
||||
max-width: 600px; |
||||
margin: 10px auto 0; |
||||
padding: 20px; |
||||
background-color: #fff; |
||||
border: 1px solid #ddd; |
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); |
||||
border-radius: 8px; |
||||
overflow: hidden; |
||||
position: relative; |
||||
.announcement-content { |
||||
padding: 0 10px; |
||||
height: 450px; |
||||
overflow-y: auto; |
||||
} |
||||
|
||||
/* 公告条目 */ |
||||
.announcement-item { |
||||
position: relative; |
||||
border-bottom: 1px solid #ddd; |
||||
padding: 10px; |
||||
margin-bottom: 15px; |
||||
transition: all 0.3s ease; |
||||
cursor: pointer; |
||||
|
||||
.red-dot { |
||||
position: absolute; |
||||
top: 28%; |
||||
left: -10px; |
||||
transform: translateY(-50%); |
||||
width: 8px; |
||||
height: 8px; |
||||
background-color: red; |
||||
border-radius: 50%; |
||||
} |
||||
|
||||
&:hover { |
||||
background-color: #f9f9f9; |
||||
} |
||||
|
||||
&:last-child { |
||||
border-bottom: none; |
||||
} |
||||
|
||||
h2 { |
||||
font-size: 18px; |
||||
color: #172e60; |
||||
margin: 0 0 10px; |
||||
font-family: 'Arial', sans-serif; |
||||
overflow: hidden; // 超出的文本隐藏 |
||||
text-overflow: ellipsis; // 溢出用省略号显示 |
||||
white-space: nowrap; // 溢出不换行 |
||||
} |
||||
|
||||
.content { |
||||
display: flex; |
||||
align-items: center; |
||||
p { |
||||
font-size: 14px; |
||||
color: #555; |
||||
margin: 0; |
||||
line-height: 1.5; |
||||
font-family: 'Arial', sans-serif; |
||||
overflow: hidden; // 超出的文本隐藏 |
||||
text-overflow: ellipsis; // 溢出用省略号显示 |
||||
white-space: nowrap; // 溢出不换行 |
||||
} |
||||
} |
||||
.date { |
||||
font-size: 12px; |
||||
color: #999; |
||||
margin-top: 5px; |
||||
font-family: 'Arial', sans-serif; |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* 响应式设计 */ |
||||
@media (max-width: 768px) { |
||||
.el_top, |
||||
.announcement-board { |
||||
width: 90%; |
||||
} |
||||
|
||||
.announcement-board { |
||||
.announcement-item { |
||||
h2 { |
||||
font-size: 16px; |
||||
} |
||||
|
||||
p { |
||||
font-size: 12px; |
||||
} |
||||
|
||||
.date { |
||||
font-size: 10px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* 过渡动画 */ |
||||
.slide-enter-active, |
||||
.slide-leave-active { |
||||
transition: opacity 0.3s ease, transform 0.3s ease; |
||||
transform-origin: top; |
||||
} |
||||
|
||||
.slide-enter-from, |
||||
.slide-leave-to { |
||||
opacity: 0; |
||||
transform: scaleY(0); |
||||
} |
||||
|
||||
.el-dialog { |
||||
min-height: 500px !important; |
||||
} |
||||
|
||||
.dialog-footer { |
||||
position: absolute; |
||||
bottom: 30px; |
||||
left: 50%; |
||||
width: 49%; |
||||
display: flex; |
||||
justify-content: space-evenly; |
||||
transform: translate(-56%, 0); |
||||
button { |
||||
width: 150px; |
||||
height: 50px; |
||||
margin: 0; |
||||
} |
||||
} |
||||
</style> |
Loading…
Reference in new issue