snow 1 year ago
parent
commit
8dbd0c760d

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 3
src/views/youzan/othgoodsOnline/components/online-exam-form.vue

@@ -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;
                 }

Some files were not shown because too many files changed in this diff