|
@@ -529,6 +529,18 @@
|
|
|
{ label: '物料代号', prop: 'materielDesignation', align: 'center' },
|
|
{ label: '物料代号', prop: 'materielDesignation', align: 'center' },
|
|
|
{ label: '客户代号', prop: 'clientCode', align: 'center' },
|
|
{ label: '客户代号', prop: 'clientCode', align: 'center' },
|
|
|
{ label: '刻码', prop: 'engrave', align: 'center' },
|
|
{ label: '刻码', prop: 'engrave', align: 'center' },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '机型',
|
|
|
|
|
+ prop: 'modelKey',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '颜色',
|
|
|
|
|
+ prop: 'colorKey',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
// { prop: 'specification', 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: 'brandNum', label: '牌号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
|
// { prop: 'modelType', label: '型号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
// { prop: 'modelType', label: '型号', align: 'center', width: 100, showOverflowTooltip: true },
|
|
@@ -733,7 +745,23 @@
|
|
|
showOverflowTooltip: true
|
|
showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
{ label: '刻码', prop: 'engrave', align: 'center' },
|
|
{ label: '刻码', prop: 'engrave', align: 'center' },
|
|
|
- { label: '重量', prop: 'weight', align: 'center' },
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '机型',
|
|
|
|
|
+ prop: 'modelKey',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '颜色',
|
|
|
|
|
+ prop: 'colorKey',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '重量',
|
|
|
|
|
+ prop: 'weight',
|
|
|
|
|
+ align: 'center'
|
|
|
|
|
+ },
|
|
|
{ label: '重量单位', prop: 'weightUnit', align: 'center' },
|
|
{ label: '重量单位', prop: 'weightUnit', align: 'center' },
|
|
|
{
|
|
{
|
|
|
label: '仓库',
|
|
label: '仓库',
|