合并分支 'dev_20230216' 到 'master'
国内外入库流程修订 优化校验 查看合并请求 laws-foton-slrs/foton-laws-system-front!30
This commit is contained in:
@@ -2922,6 +2922,7 @@ export default {
|
|||||||
this.$http.get('sarStandardsInfo/sar-standards-info/checkIsOnly', {
|
this.$http.get('sarStandardsInfo/sar-standards-info/checkIsOnly', {
|
||||||
standType: standType,
|
standType: standType,
|
||||||
standSort: this.form.standSort,
|
standSort: this.form.standSort,
|
||||||
|
standName:this.form.standName,
|
||||||
standNumber: this.form.standNumber,
|
standNumber: this.form.standNumber,
|
||||||
standYear: this.form.standYear,
|
standYear: this.form.standYear,
|
||||||
}, {
|
}, {
|
||||||
@@ -2953,7 +2954,7 @@ export default {
|
|||||||
this.saveLoading = false
|
this.saveLoading = false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning('标准号重复')
|
this.$message.warning(res.message)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user