Commit dfa0bc12 authored by xiejb's avatar xiejb

高级搜索 删除添加g数据关联

parent dba24ac5
...@@ -288,6 +288,10 @@ export default { ...@@ -288,6 +288,10 @@ export default {
this.moreSearchInfo.consignor.splice(index,1) this.moreSearchInfo.consignor.splice(index,1)
} }
} }
this.moreSearchInfo.supplier = []
this.moreSearchInfo.goods = ''
this.moreSearchInfo.client = []
this.moreSearchInfo.orderNo = ''
}, },
// 删除供应商 // 删除供应商
deleteSupplierAction(model) { deleteSupplierAction(model) {
...@@ -297,6 +301,9 @@ export default { ...@@ -297,6 +301,9 @@ export default {
this.moreSearchInfo.supplier.splice(index,1) this.moreSearchInfo.supplier.splice(index,1)
} }
} }
this.moreSearchInfo.goods = ''
this.moreSearchInfo.client = []
this.moreSearchInfo.orderNo = ''
}, },
// 删除客户 // 删除客户
deleteClientAction(model) { deleteClientAction(model) {
...@@ -306,6 +313,8 @@ export default { ...@@ -306,6 +313,8 @@ export default {
this.moreSearchInfo.client.splice(index,1) this.moreSearchInfo.client.splice(index,1)
} }
} }
this.moreSearchInfo.goods = ''
this.moreSearchInfo.orderNo = ''
}, },
// 获取订单单号 // 获取订单单号
changeData (event) { changeData (event) {
......
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