Kaynağa Gözat

Merge branch 'develop_yh26' of jianguan-web/qpls-md-html into pre-release

刘俊俊 1 yıl önce
ebeveyn
işleme
e508b74625

+ 1 - 0
src/views/bulkManagement/bulkImport/chooseImportModal.vue

@@ -159,6 +159,7 @@ export default {
     showSuccessModal (data) {
       if (data) {
         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>`
       }
     },

+ 1 - 1
src/views/inventoryManagement/inventoryImport/chooseImportModal.vue

@@ -83,7 +83,6 @@ export default {
     }
   },
   data () {
-    const _this = this
     return {
       isShow: this.openModal, //  是否打开弹框
       openTipsModal: false,
@@ -160,6 +159,7 @@ export default {
     showSuccessModal (data) {
       if (data) {
         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>`
       }
     },