Browse Source

2025-12-31

如果商品组1是"00100",则商品组3必填,先注释掉
master
fengyuan_yang 2 weeks ago
parent
commit
16517523e3
  1. 8
      src/views/modules/part/partInformation.vue
  2. 8
      src/views/modules/project/projectInfo/com_project_info_part.vue

8
src/views/modules/part/partInformation.vue

@ -4864,10 +4864,10 @@
return
}
// 1"00100"3
if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) {
this.$message.warning('商品组1为"00100"时,商品组3必填!')
return
}
// if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) {
// this.$message.warning('1"00100"3')
// return
// }
if (this.modalData.umId === '' || this.modalData.umId == null) {
this.$message.warning('请选择计量单位!')
return

8
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -2561,10 +2561,10 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/
return
}
// 1"00100"3
if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) {
this.$message.warning('商品组1为"00100"时,商品组3必填!')
return
}
// if (this.modalData.productGroupId1 === '00100' && (this.modalData.commGroup3 === '' || this.modalData.commGroup3 == null)) {
// this.$message.warning('1"00100"3')
// return
// }
if (this.modalData.umId === '' || this.modalData.umId == null) {
this.$message.warning('请选择计量单位!')
return

Loading…
Cancel
Save