|
@@ -83,7 +83,6 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
data () {
|
|
data () {
|
|
- const _this = this
|
|
|
|
return {
|
|
return {
|
|
isShow: this.openModal, // 是否打开弹框
|
|
isShow: this.openModal, // 是否打开弹框
|
|
openTipsModal: false,
|
|
openTipsModal: false,
|
|
@@ -160,6 +159,7 @@ export default {
|
|
showSuccessModal (data) {
|
|
showSuccessModal (data) {
|
|
if (data) {
|
|
if (data) {
|
|
this.openTipsModal = true
|
|
this.openTipsModal = true
|
|
|
|
+ this.$emit('close')
|
|
this.modalHtml = `<div><div>库存导入成功</div><div>入库类型:库存导入</div><div>库存批次:${data.stockBatchNo}</div><div>总导入款数:${data.productTotalCategory}</div><div>总入库数量:${data.productTotalQty}</div><div>总入库成本:${data.productTotalCost}</div></div>`
|
|
this.modalHtml = `<div><div>库存导入成功</div><div>入库类型:库存导入</div><div>库存批次:${data.stockBatchNo}</div><div>总导入款数:${data.productTotalCategory}</div><div>总入库数量:${data.productTotalQty}</div><div>总入库成本:${data.productTotalCost}</div></div>`
|
|
}
|
|
}
|
|
},
|
|
},
|