gaoluyang
2025-11-26 37612543bb0afcc0769fd7148940d39144580fea
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([]);