fix:交到废品库的记录没有提交按钮问题

This commit is contained in:
shijing 2026-05-20 09:20:34 +08:00
parent 18e7cef648
commit 55182956ae
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</el-button> </el-button>
<!-- 光芯的出入库记录中生产领料不显示提交在生产执行里接收 --> <!-- 光芯的出入库记录中生产领料不显示提交在生产执行里接收 -->
<span v-if="scope.row.state==10"> <span v-if="scope.row.state==10">
<span v-if="scope.row.type=='do_out'&&project_code=='gx'&&(scope.row.mgroup_name!=='外协白片抛'||scope.row.mgroupName!=='外协一次抛'||scope.row.mgroupName!=='外扫')"></span> <span v-if="scope.row.type=='do_out'&&project_code=='gx'&&(scope.row.mgroup_name!=='外协白片抛'&&scope.row.mgroup_name!=='外协一次抛'&&scope.row.mgroup_name!=='外扫'&&scope.row.mgroup_name!=='废品库')"></span>
<el-button <el-button
link link
type="primary" type="primary"