yuan
7 天以前 4a811fb2cd4ee4e1cbfe284bfd1fe3a7d16204ce
src/views/productionManagement/productionReporting/Input.vue
@@ -71,6 +71,14 @@
    prop: 'uidNo',
  },
  {
    label: '供应商',
    prop: 'customer',
  },
  {
    label: '批号',
    prop: 'batchNo',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
@@ -78,6 +86,10 @@
    label: '单位',
    prop: 'unit',
  },
  {
    label: '备注',
    prop: 'remark',
  },
]
const isShow = computed({