Commit 717e2232 authored by xiejb's avatar xiejb

高级搜索 调整

parent 171ed65d
......@@ -294,10 +294,10 @@ export default {
this.$toast('请先选择供应商!')
return
}
if (!this.moreSearchInfo.client || !this.moreSearchInfo.client.comPartyId) {
this.$toast('请先选择客户!')
return
}
// if (!this.moreSearchInfo.client || !this.moreSearchInfo.client.comPartyId) {
// this.$toast('请先选择客户!')
// return
// }
// if (this.moreSearchInfo.supplier.org === '' || this.moreSearchInfo.supplier.org === null || this.moreSearchInfo.supplier.org === undefined) {
// this.$toast('请先供应商!')
// return
......
......@@ -289,7 +289,7 @@ export default {
getValueArray (array) {
const vaueArray = []
array.forEach(item => {
vaueArray.push(item.supplierId)
vaueArray.push(item.org)
})
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