fix:交接物料时,可以选择合格物料,也可以选择返修完成物料
This commit is contained in:
parent
701b085cb5
commit
8856308e8f
|
|
@ -540,7 +540,7 @@ export default {
|
||||||
let that = this;
|
let that = this;
|
||||||
var req = {
|
var req = {
|
||||||
page: 0,
|
page: 0,
|
||||||
state:10,
|
state__in:'10,34',
|
||||||
tag:that.tag,
|
tag:that.tag,
|
||||||
mgroupx:that.mgroupId
|
mgroupx:that.mgroupId
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue