Browse Source

2026-03-31

产线产量采集报表优化
master
fengyuan_yang 3 weeks ago
parent
commit
73851b5147
  1. 9
      src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue

9
src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue

@ -152,13 +152,6 @@
border
v-loading="dataListLoading"
style="width: 100%;">
<el-table-column
type="index"
header-align="center"
align="center"
width="60"
label="序号">
</el-table-column>
<el-table-column
v-for="(item, index) in columnList"
:key="index"
@ -256,8 +249,6 @@ export default {
{ columnProp: "operatorName", columnLabel: "姓名", columnWidth: 80, headerAlign: "center", align: "left" },
{ columnProp: "scheduledShiftNo", columnLabel: "排程班次", columnWidth: 80, headerAlign: "center", align: "center" },
{ columnProp: "remark", columnLabel: "备注", columnWidth: 120, headerAlign: "center", align: "left" },
{ columnProp: "scrapReason", columnLabel: "报废原因", columnWidth: 100, headerAlign: "center", align: "left" },
{ columnProp: "downTimeReason", columnLabel: "停机原因", columnWidth: 100, headerAlign: "center", align: "left" },
{ columnProp: "reverseflag", columnLabel: "取消", columnWidth: 60, headerAlign: "center", align: "center" },
{ columnProp: "custPartNo", columnLabel: "客户产品料号", columnWidth: 120, headerAlign: "center", align: "left" },
{ columnProp: "firstReportFlag", columnLabel: "首次报告", columnWidth: 80, headerAlign: "center", align: "center" }

Loading…
Cancel
Save