解决新增界面无法选择供应商和客户的问题

This commit is contained in:
jishenghua
2025-05-06 09:33:55 +08:00
parent ad73e0a2d9
commit 67f2b15781
6 changed files with 24 additions and 12 deletions

View File

@@ -355,8 +355,10 @@
this.fileList = []
this.$nextTick(() => {
handleIntroJs(this.prefixNo, 1)
let tp = this.transferParam
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
if(this.transferParam && this.transferParam.number) {
let tp = this.transferParam
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
}
})
} else {
if(this.model.linkNumber) {