|
|
@@ -93,6 +93,10 @@
|
|
|
{{ row.productWeight }} {{ row.weightUnit }}
|
|
|
</template>
|
|
|
|
|
|
+ <template v-slot:requiredFormingNum="{ row }">
|
|
|
+ {{ row.requiredFormingNum }} {{ row.unit }}
|
|
|
+ </template>
|
|
|
+
|
|
|
<template v-slot:newSumOrderWeight="{ row }">
|
|
|
{{ row.newSumOrderWeight }} {{ row.newWeightUnit }}
|
|
|
</template>
|
|
|
@@ -409,7 +413,8 @@
|
|
|
label:
|
|
|
'要求生产数量' + (this.clientEnvironmentId == '4' ? '(方)' : ''),
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ slot: 'requiredFormingNum'
|
|
|
},
|
|
|
|
|
|
{
|