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