维修管理状态码修改
This commit is contained in:
parent
0b1ce97392
commit
5295bcc7c2
|
|
@ -62,7 +62,7 @@
|
||||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300" fixed="right">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="300" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row)" >查看</el-button>
|
<el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row)" >查看</el-button>
|
||||||
<el-button size="mini" type="primary" plain icon="el-icon-edit" v-if="scope.row.repairStatusCode=='0' ||scope.row.repairStatusCode=='3'" @click="handleUpdate(scope.row)">维修</el-button>
|
<el-button size="mini" type="primary" plain icon="el-icon-edit" v-if="scope.row.repairStatusCode=='0' ||scope.row.repairStatusCode=='4'" @click="handleUpdate(scope.row)">维修</el-button>
|
||||||
<!-- 针对于驳回按钮,做特殊校验,维修拆分数据不可驳回 -->
|
<!-- 针对于驳回按钮,做特殊校验,维修拆分数据不可驳回 -->
|
||||||
<el-button size="mini" type="danger" icon="el-icon-delete" v-if="(scope.row.repairStatusCode =='0' && scope.row.level =='1')||scope.row.repairStatusCode=='12'" @click="handleReject(scope.row)">驳回</el-button>
|
<el-button size="mini" type="danger" icon="el-icon-delete" v-if="(scope.row.repairStatusCode =='0' && scope.row.level =='1')||scope.row.repairStatusCode=='12'" @click="handleReject(scope.row)">驳回</el-button>
|
||||||
<el-button size="mini" type="success" @click="handlePrint(scope.row)">维修单</el-button>
|
<el-button size="mini" type="success" @click="handlePrint(scope.row)">维修单</el-button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue