ysy 1 rok temu
rodzic
commit
d1c59d002a
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      src/views/productionPlan/index.vue

+ 6 - 1
src/views/productionPlan/index.vue

@@ -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'
           },
 
           {