| | |
| | | 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%;"> |
| | |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "工时(h)", |
| | | width: 100, |
| | | prop: "workHour", |
| | | }, |
| | | { |
| | | label: "工序", |
| | | prop: "process", |
| | | width: 120, |
| | |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "销售合同号", |
| | | label: "订单号", |
| | | prop: "salesContractNo", |
| | | width: 120, |
| | | }, |
| | |
| | | clickFun: row => { |
| | | deleteReport(row); |
| | | }, |
| | | hasPermi: ['productionManagement:productionReporting:remove'] |
| | | }, |
| | | ], |
| | | }, |