Authored by 邱骏

修改一些错误

... ... @@ -160,10 +160,8 @@
this.$Loading.start();
return this.filterParams().then(params => {
console.log(params);
return this.inventoryService.queryProductInvoicingOverview(params)
}).then(result => {
console.log(result);
if (!result.data) {
result.data = {
pageNo: 1,
... ...
... ... @@ -55,55 +55,54 @@ export default function() {
{
title: 'skn',
align: 'center',
width: 80,
width: 70,
key: 'skn'
},
{
title: 'sku',
align: 'center',
width: 80,
key: 'skn'
width: 70,
key: 'sku'
},
{
title: '品牌',
align: 'center',
width: 90,
width: 85,
key: 'brandName'
},
{
title: '厂家编号',
align: 'center',
width: 90,
width: 75,
key: 'factoryCode'
},
{
title: '货品年季',
align: 'center',
width: 90,
width: 75,
key: 'goodYearSeason'
},
{
title: '三级品类',
align: 'center',
width: 90,
width: 75,
key: 'smallSortName'
},
{
title: '性别',
align: 'center',
width: 70,
key: 'gender'
},
{
title: '吊牌价',
align: 'center',
width: 85,
width: 70,
key: 'retailPrice'
},
{
title: '当前价',
align: 'center',
width: 85,
width: 70,
key: 'salePrice'
},
{
... ... @@ -116,6 +115,7 @@ export default function() {
title: '采购入库金额',
key: 'inAmount',
align: 'center',
width: 85,
sortable: false
},
{
... ... @@ -128,6 +128,7 @@ export default function() {
title: '退供应商金额',
key: 'outAmount',
align: 'center',
width: 85,
sortable: false
},
{
... ...
... ... @@ -127,7 +127,6 @@
}
return this.productService.getShopOverview(filter);
}).then(result => {
console.log(result);
if (!result.data) {
result.data = {
pageNo: 1,
... ...