소스 검색

修改bug

695593266@qq.com 7 달 전
부모
커밋
13ab9798c3
2개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/views/produce/components/jobBooking/components/batchPackagingGrouping.vue
  2. 7 0
      src/views/produceWord/index.vue

+ 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: '编码',