695593266@qq.com 8 месяцев назад
Родитель
Сommit
f5e3216757
2 измененных файлов с 10 добавлено и 0 удалено
  1. 7 0
      src/views/InTheSystem/index.vue
  2. 3 0
      src/views/produceOrder/index.vue

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

@@ -153,6 +153,13 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'modelKey',
+            label: '机型',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 110
+          },
           {
             prop: 'workstationName',
             label: '工位',

+ 3 - 0
src/views/produceOrder/index.vue

@@ -486,6 +486,7 @@
           },
 
           {
+            prop: 'code',
             slot: 'code',
             label: '生产工单号',
             align: 'center',
@@ -500,6 +501,7 @@
           // },
 
           {
+            prop: 'QRcode',
             slot: 'QRcode',
             label: '二维码',
             align: 'center',
@@ -507,6 +509,7 @@
             showOverflowTooltip: true
           },
           {
+            prop: 'apsWorkOrderCode',
             label: '生产订单号',
             slot: 'apsWorkOrderCode',
             align: 'center',