系统报表需求添加(丽知项目)
This commit is contained in:
parent
8ad8245883
commit
955cb385fc
|
@ -266,6 +266,24 @@ export default {
|
||||||
prop: 'headCode',
|
prop: 'headCode',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '货品sku',
|
||||||
|
prop: 'skucode',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '货品名称',
|
||||||
|
prop: 'skuname',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '实收数量',
|
||||||
|
prop: 'receivedqty',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'TOB库存-推送时间',
|
label: 'TOB库存-推送时间',
|
||||||
prop: 'newpushdate',
|
prop: 'newpushdate',
|
||||||
|
|
|
@ -251,7 +251,7 @@ export default {
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '售后入库主键',
|
label: '售后入库单号',
|
||||||
prop: 'headCode',
|
prop: 'headCode',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
|
|
@ -277,6 +277,24 @@ export default {
|
||||||
prop: 'headCode',
|
prop: 'headCode',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '货品sku',
|
||||||
|
prop: 'skucode',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '货品名称',
|
||||||
|
prop: 'skuname',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '实收数量',
|
||||||
|
prop: 'receivedqty',
|
||||||
|
tooltip: true,
|
||||||
|
width: 150
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'TOC销售-库存-推送时间',
|
label: 'TOC销售-库存-推送时间',
|
||||||
prop: 'newpushdate',
|
prop: 'newpushdate',
|
||||||
|
|
|
@ -278,7 +278,7 @@ export default {
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "售后入库主键",
|
label: "售后入库单号",
|
||||||
prop: "headCode",
|
prop: "headCode",
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue