系统报表需求添加(丽知项目)

This commit is contained in:
hyt 2024-09-24 17:23:57 +08:00
parent 8ad8245883
commit 955cb385fc
4 changed files with 38 additions and 2 deletions

View File

@ -266,6 +266,24 @@ export default {
prop: 'headCode',
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库存-推送时间',
prop: 'newpushdate',

View File

@ -251,7 +251,7 @@ export default {
width: 150
},
{
label: '售后入库主键',
label: '售后入库单号',
prop: 'headCode',
width: 150
},

View File

@ -277,6 +277,24 @@ export default {
prop: 'headCode',
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销售-库存-推送时间',
prop: 'newpushdate',

View File

@ -278,7 +278,7 @@ export default {
width: 150,
},
{
label: "售后入库主键",
label: "售后入库单号",
prop: "headCode",
width: 150,
},