| | |
| | | minWidth: 200, |
| | | overHidden: false |
| | | }, |
| | | { |
| | | label: "加工品名称", |
| | | prop: "productName", |
| | | width: "140", |
| | | }, |
| | | { |
| | | label: "加工品规格", |
| | | prop: "model", |
| | | }, |
| | | { |
| | | label: "加工品单位", |
| | | prop: "unit", |
| | | }, |
| | | // { |
| | | // label: "加工品名称", |
| | | // prop: "productName", |
| | | // width: "140", |
| | | // }, |
| | | // { |
| | | // label: "加工品规格", |
| | | // prop: "model", |
| | | // }, |
| | | // { |
| | | // label: "加工品单位", |
| | | // prop: "unit", |
| | | // }, |
| | | { |
| | | label: "工序名称", |
| | | prop: "processName", |
| | |
| | | clickFun: row => { |
| | | showReportDialog(row); |
| | | }, |
| | | // 用户当前id |
| | | // // 用户当前id |
| | | disabled: row => row.completeQuantity >= row.planQuantity || |
| | | !isCurrentUserInUserIds(row) || row.hasUnreportedMachine |
| | | }, |