Commit 076484ad by LJM

询报价管理/询价管理:报价详情询价单匹配库存未匹配品牌时,未展示匹配库存数据

parent 430f090f
......@@ -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);
......
......@@ -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,
......
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 sign in to comment