Commit 09663878 authored by xiejb's avatar xiejb

高级搜索 重复打开搜索弹框加载框问题

parent 92d1a52e
......@@ -358,9 +358,13 @@ export default {
// console.log(this.moreSearchInfo)
// this.moreSearchShow = false
this.$emit('onclean', this.moreSearchInfo)
},
//关联判断
associationJudgmentAction(type) {
},
showPost(type) {
if (type !== 'consignor') {
if (this.isJudgeStrNull(type) && type !== 'consignor') {
if (this.moreSearchInfo.consignor.length === 0) {
this.$toast('请先选择货主!')
return
......@@ -378,10 +382,10 @@ export default {
}
switch (true) {
case type === 'supplier':
this.moreSearchDialog.supplierShow = !this.moreSearchDialog.supplierShow;
this.moreSearchDialog.supplierShow = !this.moreSearchDialog.supplierShow
break;
case type === 'consignor':
this.moreSearchDialog.consignorShow = !this.moreSearchDialog.consignorShow;
this.moreSearchDialog.consignorShow = !this.moreSearchDialog.consignorShow
break;
case type === 'goods':
this.moreSearchDialog.goodsShow = !this.moreSearchDialog.goodsShow
......
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