chenrui 7 mesiacov pred
rodič
commit
e5ac96babf

+ 2 - 2
src/views/purchasingManagement/purchaseOrderNew/edit.vue

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