snow 1 年之前
父節點
當前提交
8dbd0c760d
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 0 0
      dist/static/js/0.js
  2. 2 3
      src/views/youzan/othgoodsOnline/components/online-exam-form.vue

文件差異過大導致無法顯示
+ 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;
                 }

部分文件因文件數量過多而無法顯示