|
|
|
|
@ -27,18 +27,18 @@ |
|
|
|
|
<el-button |
|
|
|
|
v-if="scope.row.sjMoldPreparation != 2" |
|
|
|
|
type="text" |
|
|
|
|
@click="moldComplete(scope.row.yoId)" |
|
|
|
|
@click="moldComplete(scope.row.id)" |
|
|
|
|
>完成</el-button |
|
|
|
|
> |
|
|
|
|
<!-- 齐套流转完成 --> |
|
|
|
|
<el-button |
|
|
|
|
v-if="scope.row.sjKitPreparation != 2" |
|
|
|
|
type="text" |
|
|
|
|
@click="sendKit(scope.row.yoId)" |
|
|
|
|
@click="sendKit(scope.row.id)" |
|
|
|
|
>发送</el-button |
|
|
|
|
> |
|
|
|
|
<!-- 车间订单生成 --> |
|
|
|
|
<el-button v-if="scope.row.sjKitPreparation == 2" type="text" @click="orderGen(scope.row.yoId)" |
|
|
|
|
<el-button v-if="scope.row.sjKitPreparation == 2" type="text" @click="orderGen(scope.row.id)" |
|
|
|
|
>车间订单生成</el-button |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
|