|
@@ -163,12 +163,15 @@
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'code',
|
|
prop: 'code',
|
|
|
- label: '编码',
|
|
|
|
|
|
|
+ label: 'bom编码',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
- width: 240,
|
|
|
|
|
- formatter: (row) => {
|
|
|
|
|
- return row.code + '/' + this.codes;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ width: 240
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'categoryCode',
|
|
|
|
|
+ label: '物品编码',
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ width: 240
|
|
|
},
|
|
},
|
|
|
/* {
|
|
/* {
|
|
|
prop: 'deviceCode',
|
|
prop: 'deviceCode',
|
|
@@ -354,7 +357,8 @@
|
|
|
pageNum: page,
|
|
pageNum: page,
|
|
|
size: limit,
|
|
size: limit,
|
|
|
id: this.attributeData.id,
|
|
id: this.attributeData.id,
|
|
|
- bomType: this.attributeData.bomType,
|
|
|
|
|
|
|
+ substanceId: this.substanceId,
|
|
|
|
|
+ bomType: this.attributeData.bomType
|
|
|
// status: '1'
|
|
// status: '1'
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|