fix:mlogbw_check中检验工序的检验人,设备不精准的问题
This commit is contained in:
parent
3328779916
commit
6d25f7ecc3
|
@ -289,6 +289,7 @@
|
|||
ref="checkDialogSingle"
|
||||
:mlogb="mlogb"
|
||||
:wm = "wm"
|
||||
:dept="deptId"
|
||||
:mgroup="mgroup"
|
||||
:mgroupName= "mlogItem.mgroup_name"
|
||||
:isSubmit="isSubmit"
|
||||
|
|
|
@ -359,6 +359,10 @@ export default {
|
|||
type:String,
|
||||
default:"",
|
||||
},
|
||||
dept:{
|
||||
type:String,
|
||||
default:"",
|
||||
},
|
||||
isSubmit:{
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
@ -465,7 +469,7 @@ export default {
|
|||
},
|
||||
getEquipments(){
|
||||
let that = this;
|
||||
that.$API.em.equipment.list.req({page:0}).then((res) => {
|
||||
that.$API.em.equipment.list.req({page:0,cate__code:"6"}).then((res) => {
|
||||
that.equipmentOptions = res;
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue