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

dev
wangwei 2 years ago
parent ade4cc1a5c
commit e0ee28b253

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

Loading…
Cancel
Save