fix:交到废品库的记录没有提交按钮问题
This commit is contained in:
parent
18e7cef648
commit
55182956ae
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue