修改新增单据草稿保存,再次打开 往来信息 显示有误问题

dev
wangwei 2 years ago
parent ade4cc1a5c
commit e0ee28b253

@ -1466,12 +1466,13 @@ export default {
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
this.checkPreInArray = this.orderFormData.split(","); this.checkPreInArray = this.orderFormData.split(",");
} }
this.findMethod(this.orderFormData.fromCorp);
this.curAction = {} this.curAction = {}
this.refreshCodesPanel(); this.refreshCodesPanel();
// //
this.findInvListByUser(); this.findInvListByUser();
this.initBusType(); this.initBusType();
this.findMethod(this.orderFormData.fromCorp); // this.findMethod(this.orderFormData.fromCorp);
this.findFromInvList(); this.findFromInvList();
} else { } else {
// //

Loading…
Cancel
Save