|
|
@@ -211,9 +211,9 @@ export default {
|
|
|
{ label: '物料代号', prop: 'materielDesignation', align: 'center' },
|
|
|
{ label: '客户代号', prop: 'clientCode', align: 'center' },
|
|
|
{ label: '刻码', prop: 'engrave', align: 'center' },
|
|
|
- { prop: 'specification', label: '规格', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
- { prop: 'brandNum', label: '牌号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
- { prop: 'modelType', label: '型号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
+ // { prop: 'specification', label: '规格', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
+ // { prop: 'brandNum', label: '牌号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
+ // { prop: 'modelType', label: '型号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
{ label: '重量', prop: 'weight', align: 'center' },
|
|
|
{ label: '重量单位', prop: 'weightUnit', align: 'center' },
|
|
|
{ label: '仓库', prop: 'warehouseName', align: 'center' },
|