This commit is contained in:
gtz217 2022-07-11 16:05:17 +08:00
parent 91d78873a1
commit 7684118031
4 changed files with 9 additions and 9 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -145,7 +145,7 @@
type: 'warning'
}).then(() => {
this.$http({
url: this.$http.adornUrl('/resetStatus'),
url: this.$http.adornUrl('/vehicle/resetStatus'),
method: 'post'
}).then(({data}) => {
if (data && data.code === 0) {

View File

@ -1,7 +1,7 @@
<template>
<div>
<el-row :gutter="20">
<el-col :span="8">
<el-col :span="12">
<el-card :style="{height: boxHeight + 'px'}" class="box-card box-card-jg" shadow="hover" @click.native="$router.push({ name: 'orderProcess' })">
<p class="box-card-header">
<icon-svg class="iconClass" name="进工业炉加工"></icon-svg>
@ -10,7 +10,7 @@
<p class="box-card-footer">Processing</p>
</el-card>
</el-col>
<el-col :span="8">
<el-col :span="12">
<el-card :style="{height: boxHeight + 'px'}" class="box-card box-card-ck" shadow="hover" @click.native="$router.push({ name: 'exWarehouse' })">
<p class="box-card-header">
<icon-svg class="iconClass" name="出库"></icon-svg>
@ -19,7 +19,7 @@
<p class="box-card-footer">Warehouse</p>
</el-card>
</el-col>
<el-col :span="8">
<!-- <el-col :span="8">
<el-card :style="{height: boxHeight + 'px'}" class="box-card box-card-zj" shadow="hover" @click.native="$router.push({ name: 'addProcess' })">
<p class="box-card-header">
<icon-svg class="iconClass" name="追加加工"></icon-svg>
@ -27,7 +27,7 @@
</p>
<p class="box-card-footer">Append</p>
</el-card>
</el-col>
</el-col> -->
</el-row>
<el-card class="mod-log">
<h3>当前任务列表</h3>

View File

@ -6,7 +6,7 @@
:model="dataForm"
@keyup.enter.native="getDataList()"
>
<el-form-item>
<!-- <el-form-item>
<el-select
size="small"
v-model="dataForm.vehicleId"
@ -21,7 +21,7 @@
>
</el-option>
</el-select>
</el-form-item>
</el-form-item> -->
<el-form-item>
<el-date-picker
size="small"
@ -105,10 +105,10 @@
label="目标位置"
>
</el-table-column>
<el-table-column
<!-- <el-table-column
prop="vehicleName"
label="车辆名称"
>
> -->
</el-table-column>
<el-table-column
fixed="right"