修改bug
This commit is contained in:
@@ -804,7 +804,7 @@ export default {
|
||||
addInquirySheet() { // 追加物料
|
||||
const numGroup1 = [] // 空数组,放该询价单中已有的组件零件流水号
|
||||
const numGroup2 = [] // 空数组,放该询价单中已有的组件零件基本件流水号
|
||||
if (this.inquirySheetNum === '' || this.inquirySheetNum === null) {
|
||||
if (this.inquirySheetFlowNum === '' || this.inquirySheetFlowNum === null) {
|
||||
this.$message.error('请选择一个询价单')
|
||||
} else if (this.groupPartNum.length === 0 && this.groupPartBasicNum.length === 0) {
|
||||
this.$message.error('请选择待询价物料或零件')
|
||||
|
||||
Reference in New Issue
Block a user