|
|
|
@ -2002,7 +2002,7 @@ |
|
|
|
this.$message.error(error); |
|
|
|
}) |
|
|
|
if (ossDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的附件信息!', '提示', { |
|
|
|
this.$alert('该项目已存在附件,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2027,7 +2027,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
if (partDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的物料信息!', '提示', { |
|
|
|
this.$alert('该项目已绑定物料信息,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2052,7 +2052,7 @@ |
|
|
|
} |
|
|
|
}); |
|
|
|
if (quotationDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的询价信息!', '提示', { |
|
|
|
this.$alert('该项目已存在询价信息,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2074,7 +2074,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
if (quoteDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的报价信息!', '提示', { |
|
|
|
this.$alert('该项目已存在报价信息,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2098,7 +2098,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
if (proofingDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的打样信息!', '提示', { |
|
|
|
this.$alert('该项目已存在打样信息,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return; |
|
|
|
@ -2122,7 +2122,7 @@ |
|
|
|
} |
|
|
|
}); |
|
|
|
if (testDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的测试记录!', '提示', { |
|
|
|
this.$alert('该项目已存在测试信息,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2146,7 +2146,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
if (toolDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的刀模申请!', '提示', { |
|
|
|
this.$alert('该项目已存在刀模申请,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2169,7 +2169,7 @@ |
|
|
|
} |
|
|
|
}); |
|
|
|
if (technicalSpecificationDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的技术参数卡!', '提示', { |
|
|
|
this.$alert('该项目已绑定技术参数卡,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
@ -2192,7 +2192,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
if(changeDeleteFlag===false){ |
|
|
|
this.$alert('请先删除项目的变更记录!', '提示', { |
|
|
|
this.$alert('该项目已存在变更记录,不允许删除!', '提示', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
}) |
|
|
|
return |
|
|
|
|