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

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.addInit(this.prefixNo)
this.fileList = [] this.fileList = []
this.$nextTick(() => { this.$nextTick(() => {
if(this.transferParam && this.transferParam.number) {
let tp = this.transferParam let tp = this.transferParam
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId) this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
}
}) })
} else { } else {
if(this.model.linkNumber) { if(this.model.linkNumber) {

View File

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

View File

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

View File

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

View File

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

View File

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