解决新增界面无法选择供应商和客户的问题
This commit is contained in:
@@ -317,8 +317,10 @@
|
|||||||
this.addInit(this.prefixNo)
|
this.addInit(this.prefixNo)
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
|
let tp = this.transferParam
|
||||||
|
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) {
|
||||||
|
|||||||
@@ -355,8 +355,10 @@
|
|||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
handleIntroJs(this.prefixNo, 1)
|
handleIntroJs(this.prefixNo, 1)
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId)
|
let tp = this.transferParam
|
||||||
|
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) {
|
||||||
|
|||||||
@@ -320,8 +320,10 @@
|
|||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
handleIntroJs(this.prefixNo, 1)
|
handleIntroJs(this.prefixNo, 1)
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId)
|
let tp = this.transferParam
|
||||||
|
this.linkBillListOk(tp.list, tp.number, tp.organId)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
if(this.model.linkNumber) {
|
if(this.model.linkNumber) {
|
||||||
|
|||||||
@@ -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})
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark)
|
let tp = this.transferParam
|
||||||
|
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
if(this.model.linkNumber) {
|
if(this.model.linkNumber) {
|
||||||
|
|||||||
@@ -322,8 +322,10 @@
|
|||||||
this.personList.value = ''
|
this.personList.value = ''
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId, tp.salesMan)
|
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 {
|
} else {
|
||||||
if(this.model.linkNumber) {
|
if(this.model.linkNumber) {
|
||||||
|
|||||||
@@ -371,8 +371,10 @@
|
|||||||
this.fileList = []
|
this.fileList = []
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
handleIntroJs(this.prefixNo, 1)
|
handleIntroJs(this.prefixNo, 1)
|
||||||
let tp = this.transferParam
|
if(this.transferParam && this.transferParam.number) {
|
||||||
this.linkBillListOk(tp.list, tp.number, tp.organId, tp.discountMoney, tp.deposit, tp.remark, this.defaultDepotId, tp.accountId, tp.salesMan)
|
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 {
|
} else {
|
||||||
if(this.model.linkNumber) {
|
if(this.model.linkNumber) {
|
||||||
|
|||||||
Reference in New Issue
Block a user