lxf 1 year ago
parent
commit
51793db65f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/production/shipment/print-order/index.vue

+ 7 - 0
src/views/production/shipment/print-order/index.vue

@@ -162,6 +162,13 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "合并订单号",
+        slot: "groupOrderCodeList",
+        width: 160,
+      },
+    },
+    {
+      attrs: {
         label: "快照时间",
         prop: "backupDate",
       },