chenhj
2026-03-25 217cda7380e07a355053e6ca34fb77334248b7db
src/views/productionManagement/productionReporting/Input.vue
@@ -59,13 +59,25 @@
    prop: 'productNo',
  },
  {
    label: '产品型号',
    label: '投入产品名称',
    prop: 'productName',
  },
  {
    label: '投入产品型号',
    prop: 'model',
  },
  {
    label: 'UID吗',
    prop: 'uid_no',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
  {
    label: '单位',
    prop: 'unit',
  },
]
const isShow = computed({