瀏覽代碼

修改bug

695593266@qq.com 7 月之前
父節點
當前提交
13ab9798c3

+ 10 - 0
src/views/produce/components/jobBooking/components/batchPackagingGrouping.vue

@@ -180,6 +180,16 @@
                   <template v-slot:feedQuantity="{ row, $index }">
                     <span>{{ row.feedQuantity }}{{ row.unit }}</span>
                   </template>
+
+                  <template v-slot:packageQuantity="{ row, $index }">
+                    <span>{{ row.packageQuantity }}{{ row.packingUnit }}</span>
+                  </template>
+
+                  <template v-slot:packageDisposition="{ row, $index }">
+                    <el-tag v-if="row.extInfo.packageDisposition">{{
+                      row.extInfo.packageDisposition
+                    }}</el-tag>
+                  </template>
                 </ele-pro-table>
 
                 <!-- <template v-slot:newWeight="{ row, $index }">

+ 7 - 0
src/views/produceWord/index.vue

@@ -165,6 +165,13 @@ r++<template>
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            prop: 'productionCodes',
+            label: '生产编号',
+            align: 'center',
+            minWidth: 150,
+            showOverflowTooltip: true
+          },
           {
             prop: 'productCode',
             label: '编码',