feat(productionManagement): 隐藏工时工资相关表格列
- 临时注释生产成本核算页的工时、工时定额、工资列
涉及文件 src/views/productionManagement/productionCosting/index.vue
- 临时注释生产报工页的工时列
涉及文件 src/views/productionManagement/productionReporting/index.vue
- 隐藏相关列以适配当前业务阶段暂不展示工时工资统计的需求
| | |
| | | prop: "process", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工时(h)", |
| | | prop: "workHour", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工时(h)", |
| | | // prop: "workHour", |
| | | // minWidth: 100, |
| | | // }, |
| | | { |
| | | label: "生产数量", |
| | | prop: "quantity", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工时定额", |
| | | prop: "workHours", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工资", |
| | | prop: "wages", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工时定额", |
| | | // prop: "workHours", |
| | | // minWidth: 100, |
| | | // }, |
| | | // { |
| | | // label: "工资", |
| | | // prop: "wages", |
| | | // minWidth: 100, |
| | | // }, |
| | | ]); |
| | | |
| | | // 左侧汇总台账列(生产人、产量、工资、合格率) |
| | |
| | | prop: "finishedNum", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工资", |
| | | prop: "wages", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工资", |
| | | // prop: "wages", |
| | | // minWidth: 100, |
| | | // }, |
| | | { |
| | | label: "合格率", |
| | | prop: "outputRate", |
| | |
| | | prop: "nickName", |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "工时(h)", |
| | | width: 100, |
| | | prop: "workHour", |
| | | }, |
| | | // { |
| | | // label: "工时(h)", |
| | | // width: 100, |
| | | // prop: "workHour", |
| | | // }, |
| | | { |
| | | label: "工序", |
| | | prop: "process", |