yaowanxin
18 小时以前 eabce49a49dcb6a902c1d59b996b6d4a810fb4b7
src/views/productionManagement/productionReporting/Input.vue
@@ -59,6 +59,10 @@
    prop: 'productNo',
  },
  {
    label: '投入产品名称',
    prop: 'productName',
  },
  {
    label: '投入产品型号',
    prop: 'model',
  },
@@ -66,6 +70,10 @@
    label: '投入数量',
    prop: 'quantity',
  },
  {
    label: '单位',
    prop: 'unit',
  },
]
const isShow = computed({