fix:交接物料时,可以选择合格物料,也可以选择返修完成物料

This commit is contained in:
shijing 2026-07-01 15:55:22 +08:00
parent 701b085cb5
commit 8856308e8f
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ export default {
let that = this;
var req = {
page: 0,
state:10,
state__in:'10,34',
tag:that.tag,
mgroupx:that.mgroupId
};