|
|
@@ -75,7 +75,7 @@
|
|
|
{
|
|
|
columnKey: 'index',
|
|
|
type: 'index',
|
|
|
- width: 55,
|
|
|
+ width: 50,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
label: '序号'
|
|
|
@@ -84,20 +84,17 @@
|
|
|
prop: 'code',
|
|
|
label: '编码',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 110
|
|
|
},
|
|
|
{
|
|
|
prop: 'name',
|
|
|
label: '名称',
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'categoryLevelGroupName',
|
|
|
- label: '物料组',
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
prop: 'brandNum',
|
|
|
align: 'center',
|
|
|
@@ -120,8 +117,31 @@
|
|
|
prop: 'measuringUnit',
|
|
|
label: '计量单位',
|
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
+ minWidth: 90
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: 'weightUnit',
|
|
|
+ label: '重量单位',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 90
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: 'roughWeight',
|
|
|
+ label: '毛重',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 90
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: 'netWeight',
|
|
|
+ label: '净重',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ minWidth: 90
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
prop: 'packingUnit',
|
|
|
align: 'center',
|