三检修改
This commit is contained in:
@@ -753,7 +753,14 @@
|
||||
if (res.code == 200) {
|
||||
this.$notify.success('质量统计表生成成功')
|
||||
}
|
||||
// 入库检验数据转换
|
||||
const quest={ workorder: saveWorkorderInfo.clientWorkorder }
|
||||
return convertToIncomingInspectionData(quest)
|
||||
|
||||
}).then((res)=>{
|
||||
if(res.code==200){
|
||||
this.$notify.success("生成入库检验数量为"+res.data);
|
||||
}
|
||||
})
|
||||
},
|
||||
//todo 获取下一个工单号
|
||||
@@ -793,13 +800,7 @@
|
||||
this.team = result.data.team
|
||||
this.$loading().close()
|
||||
}
|
||||
// 入库检验数据转换
|
||||
const quest={ workorder: this.CurrentWorkorder.clientWorkorder }
|
||||
return convertToIncomingInspectionData(quest)
|
||||
}).then((res)=>{
|
||||
if(res.code==200){
|
||||
this.$notify.success("生成入库检验数量为"+res.data);
|
||||
}
|
||||
|
||||
})
|
||||
},
|
||||
//todo 获取上一个工单号
|
||||
|
||||
Reference in New Issue
Block a user