Commit 717e2232 authored by xiejb's avatar xiejb

高级搜索 调整

parent 171ed65d
...@@ -294,10 +294,10 @@ export default { ...@@ -294,10 +294,10 @@ export default {
this.$toast('请先选择供应商!') this.$toast('请先选择供应商!')
return return
} }
if (!this.moreSearchInfo.client || !this.moreSearchInfo.client.comPartyId) { // if (!this.moreSearchInfo.client || !this.moreSearchInfo.client.comPartyId) {
this.$toast('请先选择客户!') // this.$toast('请先选择客户!')
return // return
} // }
// if (this.moreSearchInfo.supplier.org === '' || this.moreSearchInfo.supplier.org === null || this.moreSearchInfo.supplier.org === undefined) { // if (this.moreSearchInfo.supplier.org === '' || this.moreSearchInfo.supplier.org === null || this.moreSearchInfo.supplier.org === undefined) {
// this.$toast('请先供应商!') // this.$toast('请先供应商!')
// return // return
......
...@@ -289,7 +289,7 @@ export default { ...@@ -289,7 +289,7 @@ export default {
getValueArray (array) { getValueArray (array) {
const vaueArray = [] const vaueArray = []
array.forEach(item => { array.forEach(item => {
vaueArray.push(item.supplierId) vaueArray.push(item.org)
}) })
return vaueArray return vaueArray
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment