gaoluyang
2026-08-06 377c0a70c094d024aeb0bb94f4b791c6d5530c1e
src/views/productionManagement/productionReporting/index.vue
@@ -74,7 +74,7 @@
                             prop="schedulingUserId"
                             width="400">
              <template #default="scope">
                <el-select v-model="scope.row.schedulingUserId"
                <el-select filterable v-model="scope.row.schedulingUserId"
                           placeholder="选择人员"
                           :disabled="!scope.row.editType"
                           style="width: 100%;">
@@ -187,6 +187,11 @@
      width: 120,
    },
    {
      label: "工时(h)",
      width: 100,
      prop: "workHour",
    },
    {
      label: "工序",
      prop: "process",
      width: 120,
@@ -197,7 +202,7 @@
      width: 120,
    },
    {
      label: "销售合同号",
      label: "订单号",
      prop: "salesContractNo",
      width: 120,
    },
@@ -259,6 +264,7 @@
          clickFun: row => {
            deleteReport(row);
          },
          hasPermi: ['productionManagement:productionReporting:remove']
        },
      ],
    },