Commit d1b8eb13 authored by xiejb's avatar xiejb

高级搜索 将 客户必填项添加

parent bf02f42a
...@@ -335,10 +335,10 @@ export default { ...@@ -335,10 +335,10 @@ export default {
this.$toast('请先选择供应商!') this.$toast('请先选择供应商!')
return return
} }
// if (!this.moreSearchInfo.client || !this.moreSearchInfo.client.comPartyId) { if (this.moreSearchInfo.client.length === 0) {
// 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
......
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