|
@@ -35,10 +35,10 @@
|
|
|
:size="size"
|
|
|
>编辑</el-button
|
|
|
>
|
|
|
- <el-button @click="operation(row)" link size="small" type="primary"
|
|
|
- >返工工序</el-button
|
|
|
- >
|
|
|
- <el-button
|
|
|
+
|
|
|
+<!-- <el-button
|
|
|
+
|
|
|
+
|
|
|
link
|
|
|
@click="handle(row, index, 2)"
|
|
|
type="primary"
|
|
@@ -51,10 +51,17 @@
|
|
|
@click="handle(row, index, 1)"
|
|
|
type="primary"
|
|
|
v-if="row.state === 0"
|
|
|
+
|
|
|
+ size="small"
|
|
|
+ >确认返工</el-button>-->
|
|
|
+<!-- <el-button
|
|
|
+
|
|
|
+
|
|
|
size="small"
|
|
|
>确认返工</el-button
|
|
|
>
|
|
|
- <!-- <el-button
|
|
|
+ <el-button
|
|
|
+
|
|
|
link
|
|
|
v-if="row.state === 1"
|
|
|
@click="handle(row, index, 3)"
|
|
@@ -80,6 +87,14 @@
|
|
|
>领料单</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-->
|
|
|
<!-- link-->
|
|
|
<!-- icon="el-icon-copy-document"-->
|
|
@@ -87,8 +102,18 @@
|
|
|
<!-- @click="openCheckView(row)"-->
|
|
|
<!-- >提审</el-button >-->
|
|
|
|
|
|
- <!-- <el-button link v-if="row.flowState !== '0'" icon="el-icon-copy-document" @click="showFlowSteps(row)"-->
|
|
|
- <!-- >流程</el-button>-->
|
|
|
+
|
|
|
+ <el-button link v-if="row.flowState !== '0'" icon="el-icon-copy-document" @click="showFlowSteps(row)"
|
|
|
+ >流程</el-button>
|
|
|
+
|
|
|
+
|
|
|
+<!-- <el-button
|
|
|
+ link
|
|
|
+ icon="el-icon-copy-document"
|
|
|
+ v-if="row.flowState == '3'"
|
|
|
+ @click="onCancelFlow(row)"
|
|
|
+ >撤销</el-button
|
|
|
+ >-->
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
<!-- link-->
|
|
@@ -97,6 +122,7 @@
|
|
|
<!-- @click="onCancelFlow(row)"-->
|
|
|
<!-- >撤销</el-button-->
|
|
|
<!-- >-->
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<template #menu-right="{}">
|