Browse Source

分切提交

master
Rui_Li 4 years ago
parent
commit
e043cc00d1
  1. 6
      src/views/modules/yieldReport/com_separate_roll_with_split.vue

6
src/views/modules/yieldReport/com_separate_roll_with_split.vue

@ -424,17 +424,17 @@ export default {
let fgPartNo = this.pageData.fgPartNo.trim()
let supplierId = this.pageData.supplierId.trim()
//
if (customerId === '' || customerId === '无') {
if (customerId === '') {
this.$message.error('请选择有效的客户编码!')
return false
}
//
if (fgPartNo === '' || fgPartNo === '无') {
if (fgPartNo === '') {
this.$message.error('请选择有效的产品编码!')
return false
}
//
if (supplierId === '' || supplierId === '*') {
if (supplierId === '') {
this.$message.error('供应商编码有误!')
return false
}

Loading…
Cancel
Save