flx:提交工作票重新开始功能
This commit is contained in:
parent
ebe6476777
commit
1bfac914a2
@ -296,6 +296,13 @@
|
|||||||
v-if="scope.row.status == 3"
|
v-if="scope.row.status == 3"
|
||||||
>继续作业</el-button
|
>继续作业</el-button
|
||||||
>
|
>
|
||||||
|
<el-button
|
||||||
|
type="text"
|
||||||
|
@click="onStateShow(3, scope.row.id)"
|
||||||
|
icon="el-icon-video-play"
|
||||||
|
v-if="scope.row.status == 4"
|
||||||
|
>重新开始</el-button
|
||||||
|
>
|
||||||
<el-button
|
<el-button
|
||||||
@click="onExamineClick(scope.row)"
|
@click="onExamineClick(scope.row)"
|
||||||
type="text"
|
type="text"
|
||||||
@ -892,6 +899,13 @@
|
|||||||
>
|
>
|
||||||
继续作业
|
继续作业
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
@click="onStateShow(3, workTicketDetail.id)"
|
||||||
|
class="bg-3e"
|
||||||
|
v-if="workTicketDetail.status == 4"
|
||||||
|
>
|
||||||
|
重新开始
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
@click="onStateShow(4, workTicketDetail.id)"
|
@click="onStateShow(4, workTicketDetail.id)"
|
||||||
class="bg-ed"
|
class="bg-ed"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user