hf-pda/src/pages/material/cols.js
2022-07-26 17:50:51 +08:00

172 lines
2.6 KiB
JavaScript

const cols = [
{
title: '序号',
key: 'index',
align: 'center',
width: 0
},
{
title: '品名(品号)',
key: 'productName',
align: 'center',
width: 120
},
{
title: '品名(料号)',
key: 'partName',
align: 'center',
width: 120
},
{
title: '规格',
key: 'specification',
align: 'center',
width: 120
},
{
title: '密度',
key: 'density',
align: 'center',
width: 120
},
{
title: '门幅',
key: 'larghezza',
align: 'center',
width: 120
},
{
title: '品号',
key: 'productCode',
align: 'center',
width: 120
},
{
title: '料号',
key: 'itemCode',
align: 'center',
width: 120
},
{
title: '分类',
key: 'sort',
align: 'center',
width: 120
},
{
title: '克重',
key: 'grammage',
align: 'center',
width: 120
},
{
title: '市场报价',
key: 'marketPrice',
align: 'center',
width: 120
},
{
title: '加工方式',
key: 'processingMode',
align: 'center',
width: 120
},
{
title: '一阶大类',
key: 'firstLargeClass',
align: 'center',
width: 120
},
{
title: '添加时间',
key: 'createTime',
align: 'center',
width: 120
},
{
title: '厂商编码',
key: 'supplierCodename',
align: 'center',
width: 120
},
{
title: '品质',
key: 'quality',
align: 'center',
width: 120
},
{
title: '等级',
key: 'dominant',
align: 'center',
width: 120
},
{
title: '颜色',
key: 'colorCode',
align: 'center',
width: 120
},
{
title: '原料',
key: 'stockProduct',
align: 'center',
width: 120
},
{
title: '组织',
key: 'tissue',
align: 'center',
width: 120
},
{
title: '仓库数量',
key: 'wareNum',
align: 'center',
width: 120
},
{
title: '厂商库存',
key: 'factureInventory',
align: 'center',
width: 120
},
{
title: '材料成本价',
key: 'costPrice',
align: 'center',
width: 120
},
{
title: '描述信息',
key: 'description',
align: 'center',
width: 120
},
{
title: '定做时间(天)',
key: 'sustomMadeTime',
align: 'center',
width: 120
},
{
title: '是否现货',
key: 'isSpot',
align: 'center',
width: 120
},
{
title: '是否开票',
key: 'isBilling',
align: 'center',
width: 120
},
{
title: '备注',
key: 'remark',
align: 'center',
width: 120
}
]
export default cols