huminmin
2026-03-31 fd6abd7553ea3a994ff4bbc843ea61b9eb2f6fc7
src/views/productionManagement/productionReporting/Input.vue
@@ -59,13 +59,29 @@
    prop: 'productNo',
  },
  {
    label: '产品型号',
    label: '投入产品名称',
    prop: 'productName',
  },
  {
    label: '投入产品型号',
    prop: 'model',
  },
  {
    label: 'UID码',
    prop: 'uidNo',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
  {
    label: '单位',
    prop: 'unit',
  },
  {
    label: '备注',
    prop: 'remark',
  },
]
const isShow = computed({