|
@@ -367,8 +367,8 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{ title: '基础重量', dataIndex: 'weight', width: 80 },
|
|
{ title: '基础重量', dataIndex: 'weight', width: 80 },
|
|
- { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
|
- { title: '制造商', dataIndex: 'mfrs', width: 120, ellipsis: true },
|
|
|
|
|
|
+ // { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
|
+ // { title: '制造商', dataIndex: 'mfrs', width: 120, ellipsis: true },
|
|
{
|
|
{
|
|
title: '初始库存',
|
|
title: '初始库存',
|
|
dataIndex: 'initialStock',
|
|
dataIndex: 'initialStock',
|
|
@@ -380,7 +380,7 @@ export default {
|
|
{ title: '零售价', dataIndex: 'commodityDecimal', width: 80 },
|
|
{ title: '零售价', dataIndex: 'commodityDecimal', width: 80 },
|
|
{ title: '销售价', dataIndex: 'wholesaleDecimal', width: 80 },
|
|
{ title: '销售价', dataIndex: 'wholesaleDecimal', width: 80 },
|
|
{ title: '最低售价', dataIndex: 'lowDecimal', width: 80 },
|
|
{ title: '最低售价', dataIndex: 'lowDecimal', width: 80 },
|
|
- { title: '仓位货架', dataIndex: 'position', width: 80 },
|
|
|
|
|
|
+ // { title: '仓位货架', dataIndex: 'position', width: 80 },
|
|
{ title: '备注', dataIndex: 'remark', width: 80 },
|
|
{ title: '备注', dataIndex: 'remark', width: 80 },
|
|
{
|
|
{
|
|
title: '状态',
|
|
title: '状态',
|