|
|
|
@ -66,16 +66,14 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!-- 表格主体-->
|
|
|
|
|
<el-table v-loading="loading" :data="postList" @selection-change="handleSelectionChange">
|
|
|
|
|
<el-table v-loading="loading" :data="postList" @click="clickRowHandle" @selection-change="handleSelectionChange">
|
|
|
|
|
<el-table-column type="expand">
|
|
|
|
|
<template #default="props">
|
|
|
|
|
<div>
|
|
|
|
|
<el-table :data="props.row.children">
|
|
|
|
|
<el-table-column label=" " prop=" " width="150"/>
|
|
|
|
|
<el-table-column label="Name" prop="title"/>
|
|
|
|
|
<el-table-column label="State" prop="state"/>
|
|
|
|
|
<el-table-column label="City" prop="createTime"/>
|
|
|
|
|
<el-table-column label="Address" prop="createBy"/>
|
|
|
|
|
<el-table :data="props.row.baseCarList">
|
|
|
|
|
<el-table-column v-if="false" align="center" label="id" prop="id"/>
|
|
|
|
|
<el-table-column align="center" label="车牌号" prop="carLicense"/>
|
|
|
|
|
<el-table-column align="center" label="State" prop="isDelete"/>
|
|
|
|
|
</el-table>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -84,7 +82,7 @@
|
|
|
|
|
<el-table-column :label="t('baseCar.carQueue.title')" align="center" prop="title" width="150"/>
|
|
|
|
|
<el-table-column :label="t('baseCar.carQueue.state')" align="center" prop="state"/>
|
|
|
|
|
<el-table-column :label="t('common.createTime')" align="center" prop="createTime"/>
|
|
|
|
|
<el-table-column :label="t('common.createBy')" align="center" prop="createBy"/>
|
|
|
|
|
<el-table-column :label="t('common.createBy')" align="center" prop="createName"/>
|
|
|
|
|
<el-table-column :label="t('option.option')" align="center" class-name="small-padding fixed-width" fixed="right"
|
|
|
|
|
width="160">
|
|
|
|
|
<template #default="scope">
|
|
|
|
@ -121,90 +119,13 @@
|
|
|
|
|
<el-form-item v-if="false" prop="id">
|
|
|
|
|
<el-input v-model="form.id"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.tyreFacCode')" prop="tyreFacCode">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.tyreFacCode"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.tyreFacCode')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.companyCode')" prop="companyCode">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.companyCode"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.companyCode')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.title')" prop="title">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.title"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.title')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.state')" prop="state">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.state"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.state')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.groupTotal')" prop="groupTotal">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.groupTotal"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.groupTotal')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('baseCar.carQueue.carTotal')" prop="carTotal">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.carTotal"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('baseCar.carQueue.carTotal')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.isRemove')" prop="isDelete">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.isDelete"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.isRemove')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.createTime')" prop="createTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="form.createTime"
|
|
|
|
|
:placeholder="t('common.PleaseSelect') + t('common.createTime')"
|
|
|
|
|
clearable
|
|
|
|
|
format="YYYY/MM/DD"
|
|
|
|
|
type="date"
|
|
|
|
|
value-format="YYYY-MM-DD"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.creatorId')" prop="createId">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.createId"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.creatorId')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.createBy')" prop="createBy">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.createBy"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.createBy')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.creatorName')" prop="createName">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.createName"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.creatorName')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.editTime')" prop="modifyTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="form.modifyTime"
|
|
|
|
|
:placeholder="t('common.PleaseSelect') + t('common.editTime')"
|
|
|
|
|
clearable
|
|
|
|
|
format="YYYY/MM/DD"
|
|
|
|
|
type="date"
|
|
|
|
|
value-format="YYYY-MM-DD"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.editID')" prop="modifyId">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.modifyId"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.editID')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.editBy')" prop="modifyBy">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.modifyBy"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.editBy')"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.editName')" prop="modifyName">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.modifyName"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.editName')"/>
|
|
|
|
|
<el-switch v-model="form.state"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
<template #footer>
|
|
|
|
@ -218,7 +139,13 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script name="CarQueue" setup>
|
|
|
|
|
import {addCarQueue, delCarQueue, getCarQueue, listCarQueue, updateCarQueue} from "@/api/basecar/carqueue";
|
|
|
|
|
import {
|
|
|
|
|
addCarQueue,
|
|
|
|
|
delCarQueue,
|
|
|
|
|
getCarQueue,
|
|
|
|
|
listCarQueue,
|
|
|
|
|
updateCarQueue,
|
|
|
|
|
} from "@/api/basecar/carqueue";
|
|
|
|
|
|
|
|
|
|
import {useI18n} from 'vue-i18n';
|
|
|
|
|
import Cookies from "js-cookie";
|
|
|
|
@ -252,59 +179,37 @@ const title = ref("");
|
|
|
|
|
const queryParams = ref({
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
tyreFacCode: undefined,
|
|
|
|
|
companyCode: undefined,
|
|
|
|
|
title: undefined,
|
|
|
|
|
state: undefined,
|
|
|
|
|
groupTotal: undefined,
|
|
|
|
|
carTotal: undefined,
|
|
|
|
|
isDelete: undefined,
|
|
|
|
|
createTime: undefined,
|
|
|
|
|
createId: undefined,
|
|
|
|
|
createBy: undefined,
|
|
|
|
|
createName: undefined,
|
|
|
|
|
modifyTime: undefined,
|
|
|
|
|
modifyId: undefined,
|
|
|
|
|
modifyBy: undefined,
|
|
|
|
|
modifyName: undefined,
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// 表单验证规则
|
|
|
|
|
const rules = {
|
|
|
|
|
brand: [{required: true, message: "轮胎品牌不能为空", trigger: "blur"}],
|
|
|
|
|
type: [{required: true, message: "轮胎型号不能为空", trigger: "blur"}],
|
|
|
|
|
serialNumber: [{required: true, message: "轮胎编号不能为空", trigger: "blur"}],
|
|
|
|
|
depth: [{required: true, message: "花纹深度不能为空", trigger: "blur"}],
|
|
|
|
|
title: [{required: true, message: "名称不能为空", trigger: "blur"}],
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 表单数据
|
|
|
|
|
const form = ref({
|
|
|
|
|
id: null,
|
|
|
|
|
tyreFacCode: null,
|
|
|
|
|
companyCode: null,
|
|
|
|
|
title: null,
|
|
|
|
|
state: null,
|
|
|
|
|
groupTotal: null,
|
|
|
|
|
carTotal: null,
|
|
|
|
|
isDelete: null,
|
|
|
|
|
createTime: null,
|
|
|
|
|
createId: null,
|
|
|
|
|
createBy: null,
|
|
|
|
|
createName: null,
|
|
|
|
|
modifyTime: null,
|
|
|
|
|
modifyId: null,
|
|
|
|
|
modifyBy: null,
|
|
|
|
|
modifyName: null,
|
|
|
|
|
state: true,
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/** 查询岗位列表 */
|
|
|
|
|
function getList() {
|
|
|
|
|
const getList = async () => {
|
|
|
|
|
loading.value = true;
|
|
|
|
|
listCarQueue(queryParams.value).then(response => {
|
|
|
|
|
postList.value = response.rows;
|
|
|
|
|
total.value = response.total;
|
|
|
|
|
}).finally(() => {
|
|
|
|
|
loading.value = false;
|
|
|
|
|
// postList.value.forEach((e, index) => {
|
|
|
|
|
// postList.value[index][`children`] = [{
|
|
|
|
|
// Name: 1,
|
|
|
|
|
// State: 2,
|
|
|
|
|
// City: 3,
|
|
|
|
|
// Address: 4
|
|
|
|
|
// }]
|
|
|
|
|
// })
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -318,21 +223,8 @@ function cancel() {
|
|
|
|
|
function reset() {
|
|
|
|
|
form.value = {
|
|
|
|
|
id: null,
|
|
|
|
|
tyreFacCode: null,
|
|
|
|
|
companyCode: null,
|
|
|
|
|
title: null,
|
|
|
|
|
state: null,
|
|
|
|
|
groupTotal: null,
|
|
|
|
|
carTotal: null,
|
|
|
|
|
isDelete: null,
|
|
|
|
|
createTime: null,
|
|
|
|
|
createId: null,
|
|
|
|
|
createBy: null,
|
|
|
|
|
createName: null,
|
|
|
|
|
modifyTime: null,
|
|
|
|
|
modifyId: null,
|
|
|
|
|
modifyBy: null,
|
|
|
|
|
modifyName: null,
|
|
|
|
|
state: true,
|
|
|
|
|
};
|
|
|
|
|
proxy.resetForm("postRef");
|
|
|
|
|
}
|
|
|
|
@ -369,6 +261,7 @@ function handleUpdate(row) {
|
|
|
|
|
const postId = row.id || ids.value;
|
|
|
|
|
getCarQueue(postId).then(response => {
|
|
|
|
|
form.value = response.data;
|
|
|
|
|
form.value.state = response.data.state === 1
|
|
|
|
|
open.value = true;
|
|
|
|
|
title.value = t('baseCar.carQueue.editTitle');
|
|
|
|
|
});
|
|
|
|
@ -376,16 +269,18 @@ function handleUpdate(row) {
|
|
|
|
|
|
|
|
|
|
/** 提交按钮 */
|
|
|
|
|
function submitForm() {
|
|
|
|
|
let params = form.value
|
|
|
|
|
params.state = params.state ? 1 : 0
|
|
|
|
|
proxy.$refs["postRef"].validate(valid => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
if (form.value.id != undefined) {
|
|
|
|
|
if (params.id != undefined) {
|
|
|
|
|
updateCarQueue(form.value).then(response => {
|
|
|
|
|
proxy.$modal.msgSuccess(t('option.modificationSuccessful'));
|
|
|
|
|
open.value = false;
|
|
|
|
|
getList();
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
addCarQueue(form.value).then(response => {
|
|
|
|
|
addCarQueue(params).then(response => {
|
|
|
|
|
proxy.$modal.msgSuccess(t('option.addedSuccessfully'));
|
|
|
|
|
open.value = false;
|
|
|
|
|
getList();
|
|
|
|
@ -397,7 +292,7 @@ function submitForm() {
|
|
|
|
|
|
|
|
|
|
/** 删除按钮操作 */
|
|
|
|
|
function handleDelete(row) {
|
|
|
|
|
const postIds = row.postId || ids.value;
|
|
|
|
|
const postIds = row.id || ids.value;
|
|
|
|
|
proxy.$modal.confirm(t('option.confirmDeletion', {
|
|
|
|
|
key: t('baseCar.carQueue.tyreFacCode'),
|
|
|
|
|
value: postIds
|
|
|
|
|