Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
67b816db
Commit
67b816db
authored
Dec 15, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 寄售详情功能优化
parent
bed4a43c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
495 additions
and
9 deletions
+495
-9
src/api/business/consign.js
src/api/business/consign.js
+7
-1
src/router/index.js
src/router/index.js
+2
-1
src/views/consign/consignDetail.vue
src/views/consign/consignDetail.vue
+484
-4
src/views/consign/consignList.vue
src/views/consign/consignList.vue
+2
-2
src/views/goods/infoSet.vue
src/views/goods/infoSet.vue
+0
-1
No files found.
src/api/business/consign.js
View file @
67b816db
...
...
@@ -35,4 +35,10 @@ export function cancelValue(params) {
data
:
params
})
}
export
function
findDetail
(
params
)
{
return
request
({
url
:
'
/consignSaleManage/findDetail
'
,
method
:
'
post
'
,
data
:
params
})
}
src/router/index.js
View file @
67b816db
...
...
@@ -398,7 +398,8 @@ export const asyncRouterMap = [
title
:
'
寄售详情
'
,
icon
:
'
form
'
,
noCache
:
true
}
},
hidden
:
true
}
]
},
...
...
src/views/consign/consignDetail.vue
View file @
67b816db
This diff is collapsed.
Click to expand it.
src/views/consign/consignList.vue
View file @
67b816db
...
...
@@ -306,8 +306,8 @@ export default {
/**
* 详情
*/
handleToDetail
()
{
handleToDetail
(
item
)
{
this
.
$router
.
push
({
path
:
'
/consign/consignDetail
'
,
query
:
{
saleId
:
item
.
saleId
}})
},
/**
* 图文评估
...
...
src/views/goods/infoSet.vue
View file @
67b816db
...
...
@@ -63,7 +63,6 @@
{{ imageMainPosition === index ? '主图' : '设为主图' }}
</div>
</div>
</div>
</Draggable>
...
...
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