ysy 1 ano atrás
pai
commit
48282f0749
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      src/views/produce/components/produceOrder.vue

+ 14 - 0
src/views/produce/components/produceOrder.vue

@@ -25,6 +25,12 @@
         }}</el-link>
         }}</el-link>
       </template>
       </template>
 
 
+   
+
+      <template v-slot:singleReport="{ row }">
+         <el-tag> {{row.singleReport == 1 ? '单个报工' : '批量报工'}}</el-tag>
+      </template>
+
       <template v-slot:formingNum="{ row }">
       <template v-slot:formingNum="{ row }">
         <span> {{ row.formingNum }} {{ row.unit }} </span>
         <span> {{ row.formingNum }} {{ row.unit }} </span>
       </template>
       </template>
@@ -113,6 +119,14 @@
             align: 'center'
             align: 'center'
           },
           },
 
 
+          {
+            prop: 'singleReport',
+            slot: 'singleReport',
+            label: '报工类型',
+            align: 'center',
+            width: 100
+          },
+
           {
           {
             prop: 'brandNo',
             prop: 'brandNo',
             label: '牌号',
             label: '牌号',