fix:交接物料状态备注

This commit is contained in:
shijing 2025-08-05 13:46:18 +08:00
parent 06eb2de6d4
commit 61ccbb2e78
1 changed files with 1 additions and 4 deletions

View File

@ -346,6 +346,7 @@ export default {
that.route_code = that.$route.path.split("/")[2];
//type 10: 20: 40:
//mtype 10: 20: 30:
//state 10:;20:;30:;34:;40:;50:
//
if(that.type==20&&that.mgroupName=='废品库'){//
that.getCkUserList();
@ -356,20 +357,16 @@ export default {
//
if(that.type==20&&that.mgroupName!=='废品库'){
//
// that.getMaterialRework();
that.paramsM = {mgroup: that.mgroupId,page: 0,state__in:'20,34',tag : 'done'};
}else if(that.type==20&&that.mgroupName=='废品库'){
//
// that.getMaterialFP();
that.paramsM = {page: 0,state : 50,state_all: 1};
}else if(that.type==40){
//
// that.getMaterialNotok();
that.paramsM = {mgroupx: that.mgroupId,page: 0,state:20};
}else{
//
that.paramsM = {mgroup: that.mgroupId,page: 0,state:10,tag : 'done'};
// that.getMaterial();
}
that.apiObjM = this.$API.wpm.wmaterial.list;
if(that.type==40||that.type==20){