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
10ff810f
Commit
10ff810f
authored
Jan 30, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复渠道禁用后空运价格列表渠道显示不出来
parent
babb6a92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
channel.js
src/api/ecw/channel.js
+9
-0
index.vue
src/views/ecw/productPrice/index.vue
+2
-2
No files found.
src/api/ecw/channel.js
View file @
10ff810f
...
@@ -58,6 +58,15 @@ export function getChannelList(query) {
...
@@ -58,6 +58,15 @@ export function getChannelList(query) {
})
})
}
}
// 获取全部渠道(含被禁用的数据)
export
function
getAllChannelList
(
query
)
{
return
request
({
url
:
'
/ecw/channel/all/select
'
,
method
:
'
get
'
,
params
:
query
})
}
// 导出渠道管理 Excel
// 导出渠道管理 Excel
export
function
exportChannelExcel
(
query
)
{
export
function
exportChannelExcel
(
query
)
{
return
request
({
return
request
({
...
...
src/views/ecw/productPrice/index.vue
View file @
10ff810f
...
@@ -358,7 +358,7 @@ import { getDictDatas, DICT_TYPE } from '@/utils/dict'
...
@@ -358,7 +358,7 @@ import { getDictDatas, DICT_TYPE } from '@/utils/dict'
import
{
getCurrencyList
}
from
'
@/api/ecw/currency
'
;
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
{
get
ChannelList
}
from
'
@/api/ecw/channel
'
;
import
{
get
AllChannelList
,
getChannelList
}
from
'
@/api/ecw/channel
'
import
DictTag
from
'
@/components/DictTag
'
import
DictTag
from
'
@/components/DictTag
'
import
{
arrryToKeyedObjectBy
}
from
'
@/utils/index
'
import
{
arrryToKeyedObjectBy
}
from
'
@/utils/index
'
import
{
getProduct
}
from
'
@/api/ecw/product
'
;
import
{
getProduct
}
from
'
@/api/ecw/product
'
;
...
@@ -678,7 +678,7 @@ export default {
...
@@ -678,7 +678,7 @@ export default {
methods
:
{
methods
:
{
getChannelList
(){
getChannelList
(){
getChannelList
().
then
(
res
=>
this
.
channelList
=
res
.
data
)
get
All
ChannelList
().
then
(
res
=>
this
.
channelList
=
res
.
data
)
}
,
}
,
/** 获取产品属性列表 */
/** 获取产品属性列表 */
getAttrList
()
{
getAttrList
()
{
...
...
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