ysy 1 жил өмнө
parent
commit
48282f0749

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

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