Commit 18443401 authored by dragondean@qq.com's avatar dragondean@qq.com

拆单目的仓只显示进口和进出口仓库

parent ac7d0105
......@@ -602,7 +602,7 @@ export default {
this.getChannel()
getWarehouseList().then(res => {
this.tradeCityList = res.data
this.importCityList = this.tradeCityList.filter(item => item.type == 1)
this.importCityList = this.tradeCityList.filter(item => item.tradeType == 1 || item.tradeType == 3)
})
if (this.$route.query.orderId) {
this.queryParams.orderId = this.$route.query.orderId
......
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