fix:光芯入库物料查询改为“tag = 'done'”和mgroup
This commit is contained in:
parent
b307103ba8
commit
724d313185
|
|
@ -381,13 +381,14 @@ export default {
|
||||||
let that = this;
|
let that = this;
|
||||||
let obj = {};
|
let obj = {};
|
||||||
if(that.cate== 'do_in'){
|
if(that.cate== 'do_in'){
|
||||||
obj.state = 10;
|
// obj.state = 10;
|
||||||
obj.material__process= that.process;
|
// obj.material__process= that.process;
|
||||||
|
obj.tag = 'done';
|
||||||
}else if(that.cate== 'return_in'){
|
}else if(that.cate== 'return_in'){
|
||||||
obj.material__type = 40;
|
obj.material__type = 40;
|
||||||
}
|
}
|
||||||
obj.page= 0;
|
obj.page= 0;
|
||||||
obj.mgroupx= that.mgroupId;
|
obj.mgroup= that.mgroupId;
|
||||||
if (that.mgroupId != null &&that.mgroupId != undefined &&that.mgroupId != "") {
|
if (that.mgroupId != null &&that.mgroupId != undefined &&that.mgroupId != "") {
|
||||||
that.$API.wpm.wmaterial.list.req(obj).then((res) => {
|
that.$API.wpm.wmaterial.list.req(obj).then((res) => {
|
||||||
that.wbatchOptions = res;
|
that.wbatchOptions = res;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue