Browse Source

去掉销售单 添加产品加载效果

chenrui 3 năm trước cách đây
mục cha
commit
215f216e33
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/salesManagement/salesQuery/edit.vue

+ 2 - 2
src/views/salesManagement/salesQuery/edit.vue

@@ -463,7 +463,7 @@ export default {
     saveNewProduct (row) {
       this.$message.loading('正在添加产品...', 1)
       this.isInster = true
-      this.spinning = true
+      // this.spinning = true
       salesDetailInsert({
         buyerSn: this.detailData.buyerSn,
         productSn: row.productSn,
@@ -483,7 +483,7 @@ export default {
           this.$message.success('产品添加成功', 2.5)
         }
         this.isInster = false
-        this.spinning = false
+        // this.spinning = false
       })
     },
     //  销售单详情