This commit is contained in:
姜棚 2021-12-08 17:12:57 +08:00
parent f79c6ce78f
commit cef8c42471
2 changed files with 15 additions and 15 deletions

View File

@ -376,7 +376,7 @@ export const getCodeProduct = (batch_id,id) => {
// //蓝色兄弟映射商品
export const getProductInfoSelect = (params) => {
return req('get', baseurl + "/system/market/products?reseller_id=22988",params)
return req('get', baseurl + "/product/market/products",params)
}
// 上传

View File

@ -21,12 +21,12 @@ const Column = [
name: 'id',
prop:'id',
type: "normal",
width:'90px'
width:'auto'
}, {
title: '兑换码名称',
prop:'title',
name: 'title',
width:'200px',
width:'auto',
type: "solt",
}, {
title: '有效期',
@ -40,19 +40,19 @@ const Column = [
name: 'plan_title',
type: "normal",
prop:'plan_title',
width:'90px'
width:'auto'
},
{
title: '归属KEY批次ID',
name: 'key_batch_id',
type: "normal",
prop:'key_batch_id',
width:'90px',
width:'auto',
},
{
title: '启用/暂停',
width:'60px',
type: "auto",
width:'auto',
type: "slot",
prop:'switch'
},
{
@ -60,7 +60,7 @@ const Column = [
prop: 'opearo',
name: 'opearo',
type: "slot",
width:'120px',
width:'auto',
},
{
@ -68,43 +68,43 @@ const Column = [
name: 'quantity',
type: "normal",
prop:'quantity',
width:'120px',
width:'auto',
}, {
title: '已领取',
name: 'received',
type: "normal",
prop:'received',
width:'40px',
width:'auto',
}, {
title: '已使用',
name: 'usage',
type: "normal",
prop:'usage',
width:'40px',
width:'auto',
}, {
title: '剩余数',
name: 'stock',
type: "normal",
prop:'stock',
width:'40px',
width:'auto',
},{
title: '已失效',
name: 'expired',
type: "normal",
prop:'expired',
width:'40px',
width:'auto',
},{
title: '已作废',
name: 'invalid',
type: "normal",
prop:'invalid',
width:'40px',
width:'auto',
},{
title: '状态',
name: 'status',
type: "slot",
prop:'status',
width:'60px',
width:'auto',
},
];