|
@@ -619,10 +619,9 @@ export default {
|
|
|
this.loading = false;
|
|
|
return;
|
|
|
}
|
|
|
- console.log(sale_good_price * 100,final_price * 100)
|
|
|
+
|
|
|
if (sale_good_price * 100 > final_price * 100) {
|
|
|
- console.log('join----')
|
|
|
- this.$message.warning("销售起订量不小于采购起订量!");
|
|
|
+ this.$message.warning("最终价格不小于系统售价");
|
|
|
this.loading = false;
|
|
|
return;
|
|
|
}
|