三检修改

This commit is contained in:
qianhao.xu
2024-04-22 10:00:33 +08:00
parent 41706f630f
commit e300bc6b5e
3 changed files with 75 additions and 49 deletions

View File

@@ -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 获取上一个工单号