src/views/productionManagement/productionOrder/index.vue
@@ -352,6 +352,10 @@
      prop: "inventoryQuantity",
    },
    {
      label: "实际入库数量",
      prop: "actualStockInNum",
    },
    {
      dataType: "slot",
      label: "工序",
      prop: "productWorkOrders",
@@ -366,6 +370,11 @@
      width: 180,
    },
    {
      label: "不通过原因",
      prop: "reason",
      width: 120,
    },
    {
      label: "开始日期",
      prop: "startTime",
      formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""),