| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268 |
- <template>
- <div class="content-box">
- <div class="left">
- <!-- <el-icon :size="23" class="camera"><UserFilled /></el-icon> -->
- <div class="cameratxt">报表统计</div>
- </div>
- <!-- 汇总搜索框 -->
- <div class="middle" v-if="footerMenuIndex == 0">
- <div class="filter">
- <div class="condition">
- <span>车牌号 : </span>
- <!-- <el-input
- clearable
- v-model="searchInputHZ.car_number"
- class="w-50 m-2"
- placeholder="请输入车牌号"
- style="width: 150px"
- /> -->
- <el-select v-model="searchInputHZ.car_number" class="m-2" placeholder="请选择车牌号">
- <el-option v-for="item in busNum.list" :label="item.car_number" :value="item.car_number" />
- </el-select>
- </div>
- <div class="condition">
- <span>汇总日期 : </span>
- <!-- <el-date-picker
- v-model="searchData.input5"
- type="datetimerange"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- format="YYYY-MM-DD HH:mm:ss"
- value-format="YYYY-MM-DD HH:mm:ss"
- /> -->
- <el-date-picker v-model="searchInputHZ.date" type="date" placeholder="请选择日期" format="YYYY-MM-DD"
- value-format="YYYY-MM-DD" :clearable="false" />
- </div>
- <div class="condition">
- <span>状态 : </span>
- <el-select v-model="searchInputHZ.state" class="m-2" placeholder="请选择状态">
- <el-option label="预约中" value="1" />
- <el-option label="已截止" value="2" />
- <el-option label="候补中" value="3" />
- <el-option label="已分车" value="4" />
- </el-select>
- </div>
- <el-button style="margin-left: 20px" color="rgba(61, 81, 232, 1)" type="primary" class="search"
- @click="searchHZ"><el-icon>
- <Search />
- </el-icon><span>搜索</span></el-button>
- <el-button style="margin-left: 20px" color="rgba(61, 81, 232, 1)" type="primary" class="search"
- @click="resetInputHZ"><el-icon>
- <Refresh />
- </el-icon><span>重置</span></el-button>
- </div>
- <!-- <el-button
- color="rgba(61, 81, 232, 1)"
- class="import"
- type="primary"
- @click="downLoad"
- ><img
- src="@/assets/import.png"
- style="width: 14px; height: 14px; margin-right: 4px"
- alt=""
- />
- <span>导出表单</span></el-button
- > -->
- </div>
- <!-- 明细列表搜索框 -->
- <div class="middle" v-if="footerMenuIndex == 1">
- <div class="filter">
- <div class="condition">
- <span>车牌号 : </span>
- <!-- <el-input
- clearable
- v-model="searchInput.car_number"
- class="w-50 m-2"
- placeholder="请输入车牌号"
- style="width: 150px"
- /> -->
- <el-select v-model="searchInput.car_number" class="m-2" placeholder="请选择车牌号">
- <el-option v-for="item in busNum.list" :label="item.car_number" :value="item.car_number" />
- </el-select>
- </div>
- <div class="condition">
- <span>发车日期 : </span>
- <!-- <el-date-picker
- v-model="searchData.input5"
- type="datetimerange"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- format="YYYY-MM-DD HH:mm:ss"
- value-format="YYYY-MM-DD HH:mm:ss"
- /> -->
- <el-date-picker v-model="searchInput.yy_date" type="date" placeholder="请选择日期" format="YYYY-MM-DD"
- value-format="YYYY-MM-DD" />
- </div>
- <div class="condition">
- <span>发车时间 : </span>
- <el-time-picker v-model="searchInput.ci_time" placeholder="请选择发车时间" format="HH:mm" value-format="HH:mm"
- :disabled-hours="disabledQueryHours" :disabled-minutes="disabledQueryMinutes"
- :disabled-seconds="disabledQuerySeconds" @change="addQueryTime" />
- </div>
- <div class="condition">
- <span>状态 : </span>
- <el-select v-model="searchInput.state" class="m-2" placeholder="请选择状态">
- <el-option label="预约成功" value="1" />
- <el-option label="上车" value="2" />
- <el-option label="候补" value="3" />
- <el-option label="取消" value="4" />
- <el-option label="爽约" value="5" />
- <el-option label="爽约已核销" value="6" />
- </el-select>
- </div>
- <el-button style="margin-left: 20px" color="rgba(61, 81, 232, 1)" type="primary" class="search"
- @click="search"><el-icon>
- <Search />
- </el-icon><span>搜索</span></el-button>
- <el-button style="margin-left: 20px" color="rgba(61, 81, 232, 1)" type="primary" class="search"
- @click="resetInput"><el-icon>
- <Search />
- </el-icon><span>重置</span></el-button>
- </div>
- <el-button color="rgba(61, 81, 232, 1)" class="import" type="primary" @click="downLoad"><img
- src="@/assets/import.png" style="width: 14px; height: 14px; margin-right: 4px" alt="" />
- <span>导出表单</span></el-button>
- </div>
- <div class="footerMenu">
- <div class="menuList" @click="collectMenu" :class="footerMenuIndex == 0 ? 'menuListActive' : ''">
- 汇总
- </div>
- <div class="menuList" @click="detailMenu" :class="footerMenuIndex == 1 ? 'menuListActive' : ''">
- 明细列表
- </div>
- </div>
- <!-- 候补派车 -->
- <el-dialog class="sendBus" v-model="centerDialogVisible" :close-on-click-modal="false" :close-on-press-escape="false"
- :title="dialongTitle" align-center width="500" :before-close="editClose">
- <el-form ref="ruleFormRef" :model="ruleForm" :rules="rules" label-width="100px" class="demo-ruleForm"
- :size="formSize" label-position="left" status-icon>
- <el-form-item label="车牌 :" prop="busname">
- <el-select-v2 validate-event v-model="ruleForm.busname" :options="options" placeholder="请选择车牌号"
- style="width: 260px" multiple />
- </el-form-item>
- <el-form-item label="容量 :" prop="volume">
- <el-input v-model="ruleForm.volume" placeholder="请输入容量" clearable :disabled="true" />
- </el-form-item>
- <el-form-item label="路线 :" prop="route">
- <el-input v-model="ruleForm.route" placeholder="请输入路线" :disabled="true" clearable />
- </el-form-item>
- <el-form-item label="终点站 :" prop="destination" style="
- padding-bottom: 40px;
- border-bottom: 1px solid rgba(230, 230, 230, 1);
- ">
- <el-select v-model="ruleForm.destination" class="m-2" placeholder="请选择终点站">
- <el-option :label="item" :value="item" v-for="item in endNum.list" />
- </el-select>
- </el-form-item>
- <el-form-item class="options">
- <el-button class="congzhi" @click="editClose(ruleFormRef)">取消</el-button>
- <el-button color="rgba(61, 81, 232, 1)" class="queding" type="primary" @click="submitAdd(ruleFormRef)">
- 确定
- </el-button>
- </el-form-item>
- </el-form>
- </el-dialog>
- <div class="MingXi" v-if="footerMenuIndex == 0">
- <div class="footer mingxi">
- <el-table :row-class-name="tableRowClassName" :data="tableData.list" style="width: 100%; height: 500px"
- :header-cell-style="{
- background: 'rgba(240, 243, 247, 1)',
- border: 0,
- }" @selection-change="handleSelectionChange">
- <!-- <el-table-column align="center" type="selection" width="80" /> -->
- <el-table-column align="center" width="250" prop="s_date" label="创建时间" />
- <el-table-column align="center" prop="ci_time" label="发车时间" />
- <el-table-column align="center" label="预约人数">
- <template #default="scope">
- <div v-if="scope.row.yy_num == scope.row.contain" style="color: red">
- {{ scope.row.yy_num }}
- </div>
- <div v-else>{{ scope.row.yy_num }}</div>
- </template>
- </el-table-column>
- <el-table-column align="center" prop="by_num" label="乘车人数" />
- <el-table-column align="center" prop="contain" label="容量" />
- <el-table-column align="center" prop="car_number" label="车牌号" />
- <el-table-column align="center" prop="route" width="250" label="路线" />
- <el-table-column align="center" label="状态">
- <template #default="scope">
- <div v-if="scope.row.state == 1" style="color: rgba(67, 207, 124, 1)">
- 预约中
- </div>
- <div v-if="scope.row.state == 2" style="color: rgba(212, 48, 48, 1)">
- 已截止
- </div>
- <div v-if="scope.row.state == 3" style="color: rgba(61, 81, 232, 1)">
- 候补中
- </div>
- <div v-if="scope.row.state == 4" style="color: rgba(77, 77, 77, 1)">
- 已分车
- </div>
- </template>
- </el-table-column>
- <el-table-column align="center" label="操作">
- <template #default="scope">
- <el-button link type="primary" @click="info(scope.row)">
- <div class="look">详情</div>
- </el-button>
- <!-- <el-button
- v-if="scope.row.state == '候补'"
- link
- type="primary"
- @click="sendBus(scope.row)"
- ><div class="look">派车</div></el-button
- > -->
- </template>
- </el-table-column>
- </el-table>
- </div>
- <div style="width: 100%; height: 34px">
- <el-pagination background v-model:page-size="pageSize" v-model:current-page="currentPage"
- layout="total, prev, pager, next, jumper" :total="total" @current-change="handleCurrentChange" />
- <!-- 往返校区预约和乘车人数 -->
- <div class="nowday" style="
- position: relative;
- width: 1200px;
- color: #000;
- top: -47px;
- font-size: 18px;
- ">
- <div>
- <div style="display: inline-block; margin-left: 30px">
- <span style="padding-right: 10px">{{
- gobacknum.list1.s_date
- }}</span>
- <span style="font-size: 18px; font-weight: 800">{{
- gobacknum.list1.route
- }}</span>
- <div style="display: inline-block; width: 320px; margin-left: 20px">
- <span style="font-size: 16px; font-weight: 800">教职工</span> 预约人数:<span style="color: red">{{
- gobacknum.list1.yy_num
- }}</span>
- , 乘车人数:<span style="color: red">{{
- gobacknum.list1.by_num
- }}</span>
- </div>
- </div>
- <div style="display: inline-block">
- <span style="font-size: 16px; font-weight: 800">报备人员</span> 预约人数:<span style="color: red">{{
- gobacknum.list2.yy_num
- }}</span>
- , 乘车人数:<span style="color: red">{{
- gobacknum.list2.by_num
- }}</span>
- </div>
- </div>
- <div>
- <div style="display: inline-block; margin-left: 30px">
- <span style="color: transparent; padding-right: 10px">{{
- gobacknum.list3.s_date
- }}</span>
- <span style="font-size: 18px; font-weight: 800">{{
- gobacknum.list3.route
- }}</span>
- <div style="display: inline-block; width: 320px; margin-left: 20px">
- <span style="font-size: 16px; font-weight: 800">教职工</span> 预约人数:<span style="color: red">{{
- gobacknum.list3.yy_num
- }}</span>
- , 乘车人数:<span style="color: red">{{
- gobacknum.list3.by_num
- }}</span>
- </div>
- </div>
- <div style="display: inline-block">
- <span style="font-size: 16px; font-weight: 800">报备人员</span> 预约人数:<span style="color: red">{{
- gobacknum.list4.yy_num
- }}</span>
- , 乘车人数:<span style="color: red">{{
- gobacknum.list4.by_num
- }}</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="MingXi" v-else-if="footerMenuIndex == 1">
- <div class="footers footer">
- <el-table :row-class-name="tableRowClassName" :data="tableData.list2" style="width: 100%; height: 550px"
- :header-cell-style="{
- background: 'rgba(240, 243, 247, 1)',
- border: 0,
- }" @selection-change="handleSelectionChange">
- <el-table-column align="center" width="200" prop="yy_time" label="下单时间" />
- <el-table-column align="center" width="120" prop="yy_date" label="发车日期" />
- <el-table-column align="center" prop="ci_time" label="发车时间" />
- <el-table-column align="center" prop="user_name" label="预约人" />
- <el-table-column align="center" prop="user_zz" label="身份" />
- <el-table-column align="center" width="150" prop="user_phone" label="手机号码" />
- <el-table-column width="130" align="center" prop="car_number" label="车牌号" />
- <el-table-column align="center" width="40" prop="contain" label="容量" />
- <el-table-column align="center" prop="route" width="200" label="路线" /><el-table-column align="center"
- prop="route_end" width="300" label="终点站" />
- <!-- <el-table-column
- align="center"
- prop="remark"
- width="450"
- label="变更信息"
- /> -->
- <el-table-column align="center" width="180" prop="by_time" label="通行时间" />
- <el-table-column align="center" label="状态" width="100">
- <template #default="scope">
- <div v-if="scope.row.state == 1" style="color: blue">
- 预约成功
- </div>
- <div v-if="scope.row.state == 2" style="color: rgb(50, 201, 110)">
- 上车
- </div>
- <div v-if="scope.row.state == 3" style="color: rgb(236, 168, 22)">
- 候补
- </div>
- <div v-if="scope.row.state == 4" style="color: #ccc">取消</div>
- <div v-if="scope.row.state == 5" style="color: rgb(255, 0, 0)">
- 爽约
- </div>
- <div v-if="scope.row.state == 6" style="color: rgb(42, 228, 200)">
- 爽约已核销
- </div>
- </template>
- </el-table-column>
- <!-- <el-table-column align="center" label="操作">
- <template #default="scope">
- <el-button link type="primary" @click="look(scope.row)"
- ><div class="look">查看</div></el-button
- >
- </template>
- </el-table-column> -->
- </el-table>
- </div>
- <el-pagination background v-model:page-size="pageSize2" v-model:current-page="currentPage2"
- layout="total, prev, pager, next, jumper" :total="total2" @current-change="handleCurrentChange2" />
- </div>
- </div>
- </template>
- <script setup>
- import { ref, reactive, watch, onBeforeMount } from "vue";
- import { useRouter } from "vue-router";
- import { Select, Pointer, Upload } from "@element-plus/icons-vue";
- import { JSEncrypt } from "jsencrypt"; // 加密密码
- import { ElMessage, ElMessageBox } from "element-plus";
- import { dayjs } from "element-plus";
- import axios from "axios";
- import lodash from "lodash";
- import adminApi from "@/api/admin.js";
- import { useStore } from "vuex";
- const store = useStore();
- const router = useRouter();
- // 汇总搜索框数据
- const searchInputHZ = reactive({
- state: "",
- date: dayjs().format("YYYY-MM-DD"),
- car_number: "",
- });
- const gobacknum = reactive({ list1: {}, list2: {}, list3: {}, list4: {} }); // 当日黄家湖-墨轩湖人数
- const api = ref("");
- // 明细列表搜索框数据
- const searchInput = reactive({
- ci_time: "",
- state: "",
- yy_date: "",
- car_number: "",
- });
- const busNum = reactive({ list: [] }); // 车牌号
- const pathNum = reactive({ list: [] }); // 路线
- const endNum = reactive({ list: [] }); // 终点站
- // 表格数据
- const tableData = reactive({
- list: [], //汇总数据
- list2: [], //明细列表数据
- });
- const dialongTitle = ref("候补派车"); // 弹窗标题
- const centerDialogVisible = ref(false); // 候补弹窗显示
- const initials = reactive({
- list: [],
- }); // 候补弹窗多选车牌号数据
- const options = ref(
- Array.from({ length: initials.list.length }).map((_, idx) => ({
- value: `${initials.list[idx % 10]}`,
- label: `${initials.list[idx % 10]}`,
- }))
- ); //候补弹窗多选车牌号逻辑
- // 汇总
- const pageSize = ref(9);
- const currentPage = ref(1); // 当前页
- const total = ref(10); // 当前总数
- const selectData = reactive({ list: [] }); // 多选框选择的数据
- // 明细列表
- const pageSize2 = ref(10);
- const currentPage2 = ref(1); // 当前页
- const total2 = ref(10); // 当前总数
- const footerMenuIndex = ref(0); // 控制汇总和明细列表
- // 表单数据
- const formSize = ref("default");
- const ruleFormRef = ref();
- const ruleForm = reactive({
- busname: [], //候补弹窗车牌绑定数据
- volume: "",
- route: "黄家湖校区-墨轩湖校区",
- destination: "",
- });
- // 表单验证
- const rules = reactive({
- busname: [
- {
- required: true,
- message: "至少选择一个车牌号",
- trigger: "change",
- },
- ],
- volume: [
- {
- required: true,
- message: "容量不能为空",
- trigger: "blur",
- },
- {
- pattern: /^(0|[1-9][0-9]*)$/,
- message: "请输入正确数字",
- trigger: "blur",
- },
- ],
- route: [
- {
- required: true,
- message: "路线不能为空",
- trigger: "blur",
- },
- ],
- destination: [
- {
- required: true,
- message: "请选择终点站",
- trigger: "change",
- },
- ],
- });
- // 获取数据列表
- const getList = async (message) => {
- if (footerMenuIndex.value == 0) {
- let data = new FormData();
- if (searchInputHZ.state) {
- data.set("state", searchInputHZ.state);
- }
- if (searchInputHZ.date) {
- data.set("date", searchInputHZ.date);
- }
- data.set("car_number", searchInputHZ.car_number); //前面的key记得对应!
- data.set("page", currentPage.value);
- data.set("rows", pageSize.value); //前面的key记得对应!
- let res = await axios({
- method: "post",
- url: api.value + "/carBook/schelist.action",
- headers: {
- token: sessionStorage.getItem("token"),
- },
- data: data,
- });
- console.log(res);
- if (res.status == 200) {
- if (message) {
- ElMessage({
- type: "success",
- showClose: true,
- message: message,
- center: true,
- });
- }
- tableData.list = res.data.rows;
- // currentPage.value = res.data.currentPage;
- total.value = res.data.total;
- } else {
- tableData.list2 = res.data.rows;
- currentPage.value = 1;
- total.value = res.data.total;
- ElMessage({
- type: "error",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- if (res.data.message == "token错误") {
- router.push({
- path: `/login`,
- });
- }
- }
- // 单独获取今日预约人数和乘车人数
- // {
- // let datas = new FormData();
- // datas.set("page", 1);
- // datas.set("rows", 100); //前面的key记得对应!
- // // if (searchInputHZ.date) {
- // // datas.set("date", searchInputHZ.date);
- // // }
- // let resdata = await axios({
- // method: "post",
- // url: api.value + "/carBook/schelist.action",
- // headers: {
- // token: sessionStorage.getItem("token"),
- // },
- // data: datas,
- // });
- // console.log(resdata.data.rows, "单独数据");
- // nowDayH_M.H_Mby = 0;
- // nowDayH_M.H_Myy = 0;
- // nowDayM_H.M_Hyy = 0;
- // nowDayM_H.M_Hby = 0;
- // resdata.data.rows.forEach((item) => {
- // if (item.route == "黄家湖校区-墨轩湖校区") {
- // nowDayH_M.H_Myy = nowDayH_M.H_Myy + Number(item.yy_num);
- // nowDayH_M.H_Mby = nowDayH_M.H_Mby + Number(item.by_num);
- // } else if (item.route == "墨轩湖校区-黄家湖校区") {
- // nowDayM_H.M_Hyy = nowDayM_H.M_Hyy + Number(item.yy_num);
- // nowDayM_H.M_Hby = nowDayM_H.M_Hby + Number(item.by_num);
- // }
- // });
- // }
- } else if (footerMenuIndex.value == 1) {
- let data = new FormData();
- // if (searchInput.createTime == null) {
- // searchInput.createTime = "";
- // }
- if (searchInput.car_number) {
- data.set("car_number", searchInput.car_number);
- }
- data.set("state", searchInput.state);
- if (searchInput.ci_time) {
- data.set("ci_time", searchInput.ci_time);
- }
- if (searchInput.yy_date) {
- data.set("yy_date", searchInput.yy_date);
- }
- data.set("page", currentPage2.value);
- data.set("rows", pageSize2.value); //前面的key记得对应!
- let res = await axios({
- method: "post",
- url: api.value + "/carBook/brecblist.action",
- headers: {
- token: sessionStorage.getItem("token"),
- },
- data: data,
- });
- console.log(res);
- if (res.status == 200) {
- if (message) {
- ElMessage({
- type: "success",
- showClose: true,
- message: message,
- center: true,
- });
- }
- tableData.list2 = res.data.rows;
- if (res.data.currentPage) {
- currentPage2.value = res.data.currentPage;
- } else {
- currentPage2.value = 1;
- }
- total2.value = res.data.total;
- } else {
- tableData.list2 = res.data.rows;
- currentPage2.value = 1;
- total2.value = res.data.total;
- ElMessage({
- type: "error",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- if (res.data.message == "token错误") {
- router.push({
- path: `/login`,
- });
- }
- }
- }
- };
- // 获取往返黄家湖-墨轩湖的预约人数乘车人数
- const goBackNum = async () => {
- let data = new FormData();
- data.set("date", searchInputHZ.date); //日期参数
- let res = await axios({
- method: "post",
- url: api.value + "/carBook/scheroutetj.action",
- headers: {
- token: sessionStorage.getItem("token"),
- },
- data: data,
- });
- console.log(res, "往返校区的人数");
- // 墨轩湖 到 黄家湖
- res.data.data.forEach((item) => {
- if (item.route == "墨轩湖校区-黄家湖校区") {
- if (item.user_zz == "教职工") {
- gobacknum.list1 = res.data.data[0]; // 教职工
- } else if (item.user_zz == "报备人员") {
- gobacknum.list2 = res.data.data[1]; // 报备人员
- }
- } else if (item.route == "黄家湖校区-墨轩湖校区") {
- if (item.user_zz == "教职工") {
- gobacknum.list3 = res.data.data[2]; // 教职工
- } else if (item.user_zz == "报备人员") {
- gobacknum.list4 = res.data.data[3]; // 报备人员
- }
- }
- });
- };
- // 汇总搜索按钮
- const searchHZ = lodash.debounce(() => {
- getList("查询成功");
- goBackNum();
- }, 300);
- // 汇总重置搜索框
- const resetInputHZ = lodash.debounce(() => {
- searchInputHZ.state = "";
- searchInputHZ.date = dayjs().format("YYYY-MM-DD");
- searchInputHZ.car_number = "";
- getList();
- goBackNum();
- }, 300);
- // 搜索按钮
- const search = lodash.debounce(() => {
- getList("查询成功");
- }, 300);
- // 重置搜索框
- const resetInput = lodash.debounce(() => {
- searchInput.state = "";
- searchInput.yy_date = "";
- searchInput.car_number = "";
- searchInput.ci_time = "";
- getList();
- }, 300);
- // 多选框功能
- const handleSelectionChange = (val) => {
- console.log(val);
- selectData.list = val;
- };
- // 汇总按钮
- const collectMenu = () => {
- footerMenuIndex.value = 0;
- searchInput.yy_date = "";
- searchInput.car_number = "";
- searchInput.state = "";
- getList();
- };
- //明细列表按钮
- const detailMenu = () => {
- footerMenuIndex.value = 1;
- getList();
- };
- // 详情按钮
- const info = (row) => {
- console.log(row);
- searchInput.yy_date = row.s_date;
- searchInput.ci_time = row.ci_time;
- searchInput.car_number = row.car_number;
- footerMenuIndex.value = 1;
- currentPage2.value = 1;
- getList();
- };
- // 派车按钮
- const sendBus = (row) => {
- console.log(row);
- centerDialogVisible.value = true;
- };
- // 派车弹窗关闭
- const editClose = () => {
- centerDialogVisible.value = false;
- ruleFormRef.value.resetFields();
- };
- // 确认派车
- const submitAdd = async (formEl) => {
- if (!formEl) return;
- await formEl.validate(async (valid, fields) => {
- if (valid) {
- if (dialongTitle.value == "候补派车") {
- let data = new FormData();
- data.set("car_number", ruleForm.busname.join(",f"));
- data.set("route", ruleForm.route); //前面的key记得对应!
- data.set("contain", ruleForm.volume);
- data.set("route_end", ruleForm.destination); //前面的key记得对应!
- let res = await axios({
- method: "post",
- url: api.value + "/carBook/brecfen.action",
- headers: {
- token: sessionStorage.getItem("token"),
- },
- data: data,
- });
- // console.log(res, "添加账号");
- if (res.data.code == 200) {
- getList();
- ElMessage({
- type: "success",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- addDialogVisible.value = false;
- ruleFormRef.value.resetFields();
- } else {
- ElMessage({
- type: "error",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- }
- } else {
- }
- } else {
- console.log("error submit!", fields);
- }
- });
- };
- // 导出按钮
- const downLoad = lodash.debounce(async () => {
- let data = new FormData();
- if (searchInput.car_number) {
- data.set("car_number", searchInput.car_number);
- }
- data.set("state", searchInput.state);
- data.set("yy_date", searchInput.yy_date);
- let res = await axios({
- method: "post",
- url: api.value + "/carBook/brectoExcel.action",
- headers: {
- token: sessionStorage.getItem("token"),
- },
- data: data,
- });
- console.log(res);
- if (res.status == 200) {
- // const elt = document.createElement("a");
- // elt.setAttribute(
- // "href",
- // "https://chtech.ncjti.edu.cn/carstop" + res.data.downurl
- // );
- // elt.setAttribute("download", "file.png");
- // elt.style.display = "none";
- // document.body.appendChild(elt);
- // elt.click();
- var downloadPath = "https://chtech.ncjti.edu.cn/carstop" + res.data.downurl;
- console.log("获得地址数据:", downloadPath);
- var downloadLink = document.createElement("a");
- downloadLink.style.display = "none"; // 使其隐藏
- downloadLink.href = downloadPath;
- downloadLink.download = "";
- downloadLink.click();
- document.body.appendChild(downloadLink);
- document.body.removeChild(downloadLink);
- ElMessage({
- type: "success",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- } else {
- ElMessage({
- type: "error",
- showClose: true,
- message: res.data.message,
- center: true,
- });
- }
- }, 300);
- // 表格斑马纹颜色修改
- const tableRowClassName = ({ row, rowIndex }) => {
- if (rowIndex % 2 === 0) {
- return "even";
- } else if (rowIndex % 2 !== 0) {
- return "odd";
- }
- return "";
- };
- // 分页
- const handleCurrentChange = (value) => {
- currentPage.value = value;
- getList();
- };
- // 分页
- const handleCurrentChange2 = (value) => {
- console.log(value);
- currentPage2.value = value;
- getList();
- };
- // 监控派车弹窗选择车牌时容量发生变化
- watch(
- () => ruleForm.busname,
- (newValue, oldValue) => {
- // console.log("person的job变化了", newValue);
- let volume = 0;
- newValue.forEach((item) => {
- busNum.list.forEach((i) => {
- if (item == i.car_number) {
- volume = volume + i.contain;
- }
- });
- });
- // console.log(volume);
- ruleForm.volume = volume;
- }
- );
- onBeforeMount(() => {
- api.value = store.state.user.api;
- pathNum.list = JSON.parse(sessionStorage.getItem("pathSelect"));
- busNum.list = JSON.parse(sessionStorage.getItem("busSelect"));
- // busNum.list = JSON.parse(sessionStorage.getItem("busSelect"));
- let route_endSelect = JSON.parse(sessionStorage.getItem("route_endSelect"));
- route_endSelect.forEach((item) => {
- endNum.list.push(item.route_end);
- });
- busNum.list.forEach((item) => {
- initials.list.push(item.car_number);
- });
- options.value = Array.from({ length: initials.list.length }).map(
- (_, idx) => ({
- value: `${initials.list[idx % 10]}`,
- label: `${initials.list[idx % 10]}`,
- })
- );
- getList();
- goBackNum();
- });
- </script>
- <style scoped lang="scss">
- .content-box {
- width: 97.5%;
- height: 89%;
- margin: 20px auto;
- background-color: #fff;
- color: #fff;
- display: flex;
- flex-direction: column;
- .left {
- width: calc(100wh - 40px);
- display: flex;
- align-items: center;
- height: 60px !important;
- margin: 0 30px;
- // padding: 10px 0;
- border-bottom: 1px solid #ccc;
- color: #000;
- font-size: 18px;
- font-weight: 600;
- .cameratxt {
- margin-right: 15px;
- display: flex;
- align-items: center;
- height: 60px !important;
- }
- }
- :deep(.sendBus) {
- // height: 420px;
- border-radius: 11px;
- .el-dialog__header {
- border-radius: 11px 11px 0 0;
- background: rgba(237, 241, 245, 1);
- font-weight: 600;
- margin: 0;
- .el-dialog__headerbtn {
- outline: none;
- }
- }
- .el-dialog__body {
- padding: 30px 20px 10px 20px;
- .el-form-item--feedback {
- .el-input__validateIcon {
- color: rgba(61, 81, 232, 1);
- }
- }
- .el-form-item.is-error .el-input__validateIcon {
- color: red;
- }
- .el-input {
- width: 200px;
- }
- .options {
- margin-left: 200px;
- }
- }
- }
- .middle {
- width: 96%;
- margin: 0 auto;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- color: #000;
- border-bottom: 1px solid rgb(231, 231, 231);
- padding: 10px 0;
- // 添加员工弹窗样式
- .filter {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- // width: 100%;
- .condition {
- display: flex;
- align-items: center;
- margin: 10px 20px 10px 0;
- :deep(.el-input .el-input__inner) {
- font-size: 16px;
- }
- span {
- margin: 0 5px 0 0;
- }
- }
- }
- .import {
- margin: 10px 0;
- }
- .gongneng {
- margin: 10px 0;
- }
- :deep(.cont) {
- width: 60%;
- margin: 20px auto;
- }
- :deep(.download) {
- display: flex;
- align-items: center;
- margin: 10px;
- }
- :deep(.download span) {
- font-size: 16px;
- margin-left: 20px;
- }
- :deep(.cont .el-button) {
- margin-left: 60px;
- margin-bottom: 30px;
- }
- :deep(.cont .accomplish) {
- width: 100%;
- display: flex;
- justify-content: center;
- }
- :deep(.cont .accomplish .el-button) {
- width: 50%;
- margin: 0;
- }
- }
- .footerMenu {
- width: 96%;
- margin: 10px auto 0;
- display: flex;
- align-items: center;
- // height: 40px;
- .menuList {
- padding: 5px 12px;
- border-bottom: 2px solid transparent;
- // color: rgba(61, 81, 232, 1);
- color: rgba(128, 128, 128, 1);
- cursor: pointer;
- // font-size: 16px;
- font-weight: 600;
- }
- .menuListActive {
- border-bottom: 2px solid rgba(61, 81, 232, 1);
- color: rgba(61, 81, 232, 1);
- font-size: 17px;
- }
- }
- .footer.mingxi {
- :deep(.el-table__header-wrapper) {
- height: 50px;
- .el-table__header {
- height: 50px;
- }
- }
- .el-table--fit {
- height: 100%;
- :deep(.el-table__row) {
- height: 50px;
- }
- }
- }
- .footer {
- width: 96%;
- height: 510px;
- margin: 20px auto 20px;
- :deep(.el-table__header-wrapper) {
- height: 48px;
- .el-table__header {
- height: 48px;
- font-size: 16px;
- color: #000;
- }
- }
- .el-table--fit {
- height: 100%;
- :deep(.el-table__row) {
- height: 48px;
- font-size: 16px;
- color: #000;
- }
- :deep(.el-table__row td) {
- padding: 0;
- border: 0;
- }
- :deep(.look) {
- padding: 3px 10px;
- border-radius: 40px;
- border: 0.74px solid rgba(30, 125, 251, 1);
- }
- // 输出链接弹窗样式
- :deep(.link .el-dialog__header) {
- text-align: left;
- font-size: 20px;
- font-weight: 600;
- }
- :deep(.link .el-dialog__body) {
- padding: 10px 20px;
- height: 100px;
- margin-bottom: 10px;
- }
- .link {
- .linkcontent {
- text-align: left;
- height: 100px;
- border: 1px solid #ccc;
- p {
- margin: 5px 10px;
- }
- }
- }
- :deep(.playVideo .el-dialog__header) {
- text-align: left;
- font-size: 20px;
- font-weight: 600;
- background-color: #ccc;
- margin-right: 0;
- }
- :deep(.playVideo .el-dialog__body) {
- height: 600px;
- }
- .el-button--primary {
- margin-left: 5px;
- }
- :deep(.el-table__body .even) {
- background-color: #fff;
- }
- :deep(.el-table__body .odd) {
- background-color: rgba(240, 243, 247, 1);
- }
- }
- }
- .footers {
- width: 96%;
- height: 550px;
- margin: 20px auto 20px;
- :deep(.el-table__header-wrapper) {
- height: 48px;
- .el-table__header {
- height: 48px;
- font-size: 16px;
- color: #000;
- }
- }
- .el-table--fit {
- height: 100%;
- :deep(.el-table__row) {
- height: 48px;
- font-size: 16px;
- color: #000;
- }
- :deep(.el-table__row td) {
- padding: 0;
- border: 0;
- }
- :deep(.look) {
- padding: 3px 10px;
- border-radius: 40px;
- border: 0.74px solid rgba(30, 125, 251, 1);
- }
- // 输出链接弹窗样式
- :deep(.link .el-dialog__header) {
- text-align: left;
- font-size: 20px;
- font-weight: 600;
- }
- :deep(.link .el-dialog__body) {
- padding: 10px 20px;
- height: 100px;
- margin-bottom: 10px;
- }
- .link {
- .linkcontent {
- text-align: left;
- height: 100px;
- border: 1px solid #ccc;
- p {
- margin: 5px 10px;
- }
- }
- }
- :deep(.playVideo .el-dialog__header) {
- text-align: left;
- font-size: 20px;
- font-weight: 600;
- background-color: #ccc;
- margin-right: 0;
- }
- :deep(.playVideo .el-dialog__body) {
- height: 600px;
- }
- .el-button--primary {
- margin-left: 5px;
- }
- :deep(.el-table__body .even) {
- background-color: #fff;
- }
- :deep(.el-table__body .odd) {
- background-color: rgba(240, 243, 247, 1);
- }
- }
- }
- .el-pagination {
- // width: 1600px;
- width: 96%;
- margin: 0 auto 18px;
- justify-content: flex-end;
- :deep(.el-pagination__total) {
- color: #000;
- }
- :deep(.el-pagination__goto) {
- color: #000;
- }
- :deep(.el-pagination__classifier) {
- color: #000;
- }
- :deep(.el-input__wrapper) {
- border: 1px solid rgba(0, 0, 0, 1);
- border-radius: 5px;
- box-shadow: none;
- }
- :deep(.el-pager li) {
- margin: 0 5px;
- border: 1px solid rgba(0, 0, 0, 1);
- border-radius: 5px;
- background-color: transparent;
- }
- :deep(.el-pager li.is-active) {
- background-color: rgba(30, 125, 251, 1);
- }
- :deep(.btn-prev) {
- margin-right: 5px;
- border: 1px solid rgba(0, 0, 0, 1);
- border-radius: 5px;
- background-color: transparent;
- }
- :deep(.btn-next) {
- margin-left: 5px;
- border: 1px solid rgba(0, 0, 0, 1);
- border-radius: 5px;
- background-color: transparent;
- }
- }
- }
- .el-input {
- width: 192px;
- }
- </style>
|