fix:光芯入库物料查询改为“tag = 'done'”和mgroup

This commit is contained in:
shijing 2026-04-15 09:41:57 +08:00
parent b307103ba8
commit 724d313185
1 changed files with 4 additions and 3 deletions

View File

@ -381,13 +381,14 @@ export default {
let that = this;
let obj = {};
if(that.cate== 'do_in'){
obj.state = 10;
obj.material__process= that.process;
// obj.state = 10;
// obj.material__process= that.process;
obj.tag = 'done';
}else if(that.cate== 'return_in'){
obj.material__type = 40;
}
obj.page= 0;
obj.mgroupx= that.mgroupId;
obj.mgroup= that.mgroupId;
if (that.mgroupId != null &&that.mgroupId != undefined &&that.mgroupId != "") {
that.$API.wpm.wmaterial.list.req(obj).then((res) => {
that.wbatchOptions = res;