修改设备bug

dev
wangwei 2 years ago
parent 355c329acc
commit dbc353df20

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="inspectPlan" ref="formRef" :rules="formRules" label-width="120px" style="margin-bottom: -15px">
<el-button-group style="display: flex;margin: 0px 0 10px 85%; height: 35px">
<el-button type="primary" @click.native="submit(2)">审核通过</el-button>

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="inspectPlan" ref="formRef" :rules="formRules" label-width="120px" style="margin-bottom: -15px">
<el-button-group style="display: flex;margin: 0px 0 10px 80%; height: 35px">
<el-button

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="inspectTake" ref="formRef" label-width="120px" style="margin-bottom: -15px" :rules="rules">
<el-button-group style="display: flex;margin: 0px 0 10px 75%; height: 35px" v-if="type != 3">
<el-button

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="inspectTake" ref="formRef" label-width="120px" style="margin-bottom: -15px">
<el-button-group style="display: flex;margin: 0px 0 10px 90%; height: 35px">
<el-button type="primary" v-if="type != 5" @click.native="submit(type)"></el-button>

@ -144,7 +144,7 @@
<el-table-column label="提醒时间" prop="remindTime" width="150"></el-table-column>
<el-table-column label="巡检人" prop="inspectName" width="150"></el-table-column>
<el-table-column label="预计结束时间时间" prop="expectedTime" width="150"></el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" fixed="right" width="100">
<template slot-scope="scope">
<el-button
type="text"
@ -196,7 +196,7 @@
<div style="color: #1890ff;" @click="showImgViewer(scope.row)">{{ scope.row.inspectImage }}</div>
</template>
</el-table-column>
<el-table-column label="操作" width="100">
<el-table-column label="操作" width="100" >
<template slot-scope="scope">
<el-button
type="text"

@ -278,7 +278,7 @@ export default {
this.deviceRepairOrder = row;
},
deleteDialog(rowId) {
this.$confirm('此操作将永久删除该领用记录, 是否继续?', '提示', {
this.$confirm('此操作将永久删除该维保设备清单, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'

@ -358,7 +358,7 @@ export default {
});
},
deleteDialog(rowId) {
this.$confirm('此操作将永久删除该领用记录, 是否继续?', '提示', {
this.$confirm('此操作将永久删除该报修单, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="repairOrder" ref="dataForm" label-width="100px" :rules="formRules" style="margin-bottom: -15px" >
<el-button-group style="display: flex;margin: 0px 0 10px 80%; height: 35px">
<!--<el-button-->

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="repairOrder" ref="dataForm" label-width="120px" style="margin-bottom: -15px">
<el-row>

@ -1,6 +1,6 @@
<template>
<div>
<el-card style="margin: 5px;margin-top: -20px">
<el-card style="margin-top: -10px">
<el-form :model="repairOrder" ref="dataForm" label-width="120px" style="margin-bottom: -15px" :rules="formRules">
<el-button-group style="display: flex;margin: 0px 0 10px 80%; height: 35px">
<el-button

@ -374,7 +374,7 @@ export default {
});
},
deleteDialog(rowId) {
this.$confirm('此操作将永久删除该领用记录, 是否继续?', '提示', {
this.$confirm('此操作将永久删除该报修单, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'

Loading…
Cancel
Save