|
@@ -441,7 +441,7 @@ export default {
|
|
params.qty = row.qty
|
|
params.qty = row.qty
|
|
params.priceLevel = row.priceLevel
|
|
params.priceLevel = row.priceLevel
|
|
} else {
|
|
} else {
|
|
- this.$message.warning('成本价不能为空!')
|
|
|
|
|
|
+ this.$message.warning('成本价不能为空!(注:请联系【供应商】完善定价)')
|
|
this.$refs.chooseProduct.spinning = false
|
|
this.$refs.chooseProduct.spinning = false
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -455,7 +455,7 @@ export default {
|
|
params.qty = row.qty
|
|
params.qty = row.qty
|
|
params.priceLevel = row.priceLevel
|
|
params.priceLevel = row.priceLevel
|
|
} else {
|
|
} else {
|
|
- this.$message.warning('成本价、终端会员价、车主零售价不能为空!')
|
|
|
|
|
|
+ this.$message.warning('成本价、终端会员价、车主零售价不能为空!(注:请联系【供应商】完善定价)')
|
|
this.$refs.chooseProduct.spinning = false
|
|
this.$refs.chooseProduct.spinning = false
|
|
return
|
|
return
|
|
}
|
|
}
|