Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
480b92a2
Commit
480b92a2
authored
Nov 03, 2024
by
xiamw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
价格列表查询条件优化
parent
81be4b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
blacklist.vue
src/views/ecw/productPrice/blacklist.vue
+7
-1
No files found.
src/views/ecw/productPrice/blacklist.vue
View file @
480b92a2
...
@@ -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
();
//获取单位列表
//获取单位列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment