fix:输出物料是单件时输出不显示编辑按钮

This commit is contained in:
shijing 2025-06-23 13:46:06 +08:00
parent 5a3ffca288
commit dcde52c633
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@
<template #default="scope">
<el-button
type="primary"
v-if="mlogItem.submit_time == null"
v-if="mlogItem.submit_time == null&&(mlogItem.material_out_&&mlogItem.material_out_.tracking==10||scope.row.material_out_tracking==10)"
style="margin-right: 10px;"
@click="table_out_check(scope.row)"
>编辑</el-button>