|
@@ -39,7 +39,7 @@
|
|
|
:size="size"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
- <el-button
|
|
|
+<!-- <el-button
|
|
|
@click="operation(row)"
|
|
|
link
|
|
|
size="small"
|
|
@@ -58,7 +58,7 @@
|
|
|
type="primary"
|
|
|
v-if="row.state === 0"
|
|
|
size="small"
|
|
|
- >确认返工</el-button>
|
|
|
+ >确认返工</el-button>-->
|
|
|
<!-- <el-button
|
|
|
link
|
|
|
v-if="row.state === 1"
|
|
@@ -85,23 +85,23 @@
|
|
|
>领料单</el-button
|
|
|
>
|
|
|
|
|
|
- <el-button
|
|
|
+<!-- <el-button
|
|
|
link
|
|
|
icon="el-icon-copy-document"
|
|
|
v-if="row.state=='1'&&(row.flowState == '0' || row.flowState == '2' || row.flowState == '-1')"
|
|
|
@click="openCheckView(row)"
|
|
|
- >提审</el-button >
|
|
|
+ >提审</el-button >-->
|
|
|
|
|
|
<el-button link v-if="row.flowState !== '0'" icon="el-icon-copy-document" @click="showFlowSteps(row)"
|
|
|
>流程</el-button>
|
|
|
|
|
|
- <el-button
|
|
|
+<!-- <el-button
|
|
|
link
|
|
|
icon="el-icon-copy-document"
|
|
|
v-if="row.flowState == '3'"
|
|
|
@click="onCancelFlow(row)"
|
|
|
>撤销</el-button
|
|
|
- >
|
|
|
+ >-->
|
|
|
</template>
|
|
|
|
|
|
<template #menu-right="{}">
|