Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
076484ad
authored
Oct 10, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
询报价管理/询价管理:报价详情询价单匹配库存未匹配品牌时,未展示匹配库存数据
parent
430f090f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/components/menu.vue
src/views/List/inquireDetail.vue
src/components/menu.vue
View file @
076484ad
...
...
@@ -405,6 +405,7 @@ export default {
}).
then
(()
=>
{
this
.
$http
(
'post'
,
"/auth/logout"
).
then
(
res
=>
{
Util
.
delCookie
(
'token'
);
sessionStorage
.
removeItem
(
'tabs'
);
window
.
location
.
href
=
'/#/login'
;
window
.
userInfo
=
""
history
.
go
(
0
);
...
...
src/views/List/inquireDetail.vue
View file @
076484ad
...
...
@@ -560,7 +560,7 @@ export default {
getSkulist
()
{
//匹配库存
this
.
$http
(
'get'
,
"/api/sku/list"
,
{
brand_name
:
this
.
inquiry_info
.
brand_name
,
//
brand_name: this.inquiry_info.brand_name,
goods_name
:
this
.
inquiry_info
.
goods_name
,
'goods_status/condition'
:
1
,
goods_status
:
1
,
...
...
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