gaoluyang
2025-11-12 cb07563b69fc86095db2825df1340c47ba3f8f84
src/views/productionManagement/productionReporting/index.vue
@@ -227,12 +227,27 @@
      width: 150,
   },
   {
      label: "绑定机器",
      prop: "speculativeTradingName",
      width: 220,
   },
   {
      label: "单位",
      prop: "unit",
   },
   {
      label: "工序",
      prop: "process",
   },
   {
      label: "口味分类",
      prop: "type",
      width: 150,
   },
   {
      label: "损耗",
      prop: "loss",
      width: 150,
   },
   {
      label: "排产数量",
@@ -249,6 +264,11 @@
      prop: "pendingFinishNum",
      width: 100,
   },
   {
      label: "备注",
      prop: "remark",
      width: 200,
   },
]);
const tableData = ref([]);
const selectedRows = ref([]);