|
@@ -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
|
|
|
})
|
|
|
},
|
|
|
// 销售单详情
|