Commit 480b92a2 authored by xiamw's avatar xiamw

价格列表查询条件优化

parent 81be4b1e
...@@ -382,6 +382,7 @@ ...@@ -382,6 +382,7 @@
<script> <script>
import { getRegionList } from "@/api/ecw/order"; import { getRegionList } from "@/api/ecw/order";
import { getTradeCityList, getListTree } from "@/api/ecw/region";
import { createProductPrice, updateProductPrice, deleteProductPrice, getProductPrice, getProductPricePage, exportProductPriceExcel } from "@/api/ecw/productPrice"; import { createProductPrice, updateProductPrice, deleteProductPrice, getProductPrice, getProductPricePage, exportProductPriceExcel } from "@/api/ecw/productPrice";
import { openedRouterList } from "@/api/ecw/warehouse"; import { openedRouterList } from "@/api/ecw/warehouse";
import { getCityList } from "@/api/ecw/region"; import { getCityList } from "@/api/ecw/region";
...@@ -392,6 +393,7 @@ import { getCurrencyList } from '@/api/ecw/currency'; ...@@ -392,6 +393,7 @@ import { getCurrencyList } from '@/api/ecw/currency';
import { getUnitList } from '@/api/ecw/unit'; import { getUnitList } from '@/api/ecw/unit';
import { AuditStatusEnum} from '@/utils/constants' import { AuditStatusEnum} from '@/utils/constants'
import { getChannelList } from '@/api/ecw/channel'; import { getChannelList } from '@/api/ecw/channel';
import { getProduct } from "@/api/ecw/product";
import DictTag from '@/components/DictTag' import DictTag from '@/components/DictTag'
import {arrryToKeyedObjectBy} from '@/utils/index' import {arrryToKeyedObjectBy} from '@/utils/index'
export default { export default {
...@@ -408,6 +410,10 @@ export default { ...@@ -408,6 +410,10 @@ export default {
countryList: [], //目的国 countryList: [], //目的国
warehouseList: [], //目前仓 warehouseList: [], //目前仓
destCountryId: [],
destCityId: null,
destWarehouseId: "",
objectiveId: [], objectiveId: [],
//特性列表 //特性列表
...@@ -778,7 +784,7 @@ export default { ...@@ -778,7 +784,7 @@ export default {
//获取国家列表 //获取国家列表
this.getCountryList(); this.getCountryList();
//获取城市列表 //获取城市列表
this.getAllCityList(); //this.getAllCityList();
//获取货币列表 //获取货币列表
this.requestCurrencyList(); this.requestCurrencyList();
//获取单位列表 //获取单位列表
......
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