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

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

@@ -317,8 +317,10 @@
this.addInit(this.prefixNo)
this.fileList = []
this.$nextTick(() => {
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) {

View File

@@ -355,8 +355,10 @@
this.fileList = []
this.$nextTick(() => {
handleIntroJs(this.prefixNo, 1)
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) {

View File

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

View File

@@ -300,8 +300,10 @@
this.fileList = []
this.$nextTick(() => {
this.form.setFieldsValue({'getAmount':0, 'backAmount':0})
if(this.transferParam && this.transferParam.number) {
let tp = this.transferParam
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark)
}
})
} else {
if(this.model.linkNumber) {

View File

@@ -322,8 +322,10 @@
this.personList.value = ''
this.fileList = []
this.$nextTick(() => {
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, tp.salesMan)
}
})
} else {
if(this.model.linkNumber) {

View File

@@ -371,8 +371,10 @@
this.fileList = []
this.$nextTick(() => {
handleIntroJs(this.prefixNo, 1)
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, tp.salesMan)
}
})
} else {
if(this.model.linkNumber) {