浏览代码

物料基础档案修改财务信息页签下实物物料价值管理模式不会及时刷新

shiy 2 年之前
父节点
当前提交
cdc453d6ef
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/material/basicFile/details.vue

+ 7 - 1
src/views/material/basicFile/details.vue

@@ -1728,7 +1728,7 @@
           default:
             break;
         }
-        this.handleOtherRefresh();
+        // this.handleOtherRefresh();
       },
       // 其他页签详情弹窗关闭事件
       handleCloseOtherDetails(done) {
@@ -1979,6 +1979,7 @@
         materialApi.financeEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },
@@ -1988,6 +1989,7 @@
         materialApi.centerEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },
@@ -1997,6 +1999,7 @@
         materialApi.purchaseEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },
@@ -2006,6 +2009,7 @@
         materialApi.inventoryEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },
@@ -2015,6 +2019,7 @@
         materialApi.planEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },
@@ -2024,6 +2029,7 @@
         materialApi.costEdit(data).then(res => {
           if (res.code == 200) {
             this.otherDeatils.isEdit = false;
+            this.handleOtherRefresh();
           }
         })
       },