spring
17 小时以前 5f94854ed49ce166eeb0a6651b2a421222bea367
src/views/productionManagement/productionReporting/Input.vue
@@ -67,6 +67,18 @@
    prop: 'model',
  },
  {
    label: 'UID码',
    prop: 'uidNo',
  },
  {
    label: '供应商',
    prop: 'customer',
  },
  {
    label: '批号',
    prop: 'batchNo',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
@@ -74,6 +86,10 @@
    label: '单位',
    prop: 'unit',
  },
  {
    label: '备注',
    prop: 'remark',
  },
]
const isShow = computed({