gaoluyang
9 天以前 06bea42e538d820b1837c14ba87691a63bf51936
src/views/productionManagement/productionReporting/Input.vue
@@ -59,13 +59,25 @@
    prop: 'productNo',
  },
  {
    label: '产品型号',
    prop: 'model',
    label: '投入产品名称',
    prop: 'productName',
  },
  {
    label: '投入产品图纸编号',
    prop: 'model'
  },
  {
    label: '投入产品型号',
    prop: 'drawingNumber',
  },
  {
    label: '投入数量',
    prop: 'quantity',
  },
  {
    label: '单位',
    prop: 'unit',
  },
]
const isShow = computed({