Browse Source

0412 新看板

master
ruanqi 1 year ago
parent
commit
50ec3b156a
  1. 7
      src/views/modules/query/ScheduleAbnormalReport.vue
  2. 17
      src/views/modules/query/liuhuaIssureAndReport.vue

7
src/views/modules/query/ScheduleAbnormalReport.vue

@ -20,6 +20,7 @@
<el-option value="报工超时" label="报工超时"></el-option>
<el-option value="完工不及时" label="完工不及时"></el-option>
<el-option value="完成率异常" label="完成率异常"></el-option>
<el-option value="硫化开工不及时" label="硫化开工不及时"></el-option>
</el-select>
</el-form-item>
<el-form-item :label="'派工单日期'">
@ -219,14 +220,14 @@
columnProp: "lastItemReportDate",
headerAlign: "center",
align: "center",
columnLabel: "上道报工时间",
columnLabel: "上道报工/日计划日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 130
columnWidth: 160
},{
userId: this.$store.state.user.name,
functionId: 400003,
@ -329,7 +330,7 @@
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80
columnWidth: 120
},{
userId: this.$store.state.user.name,
functionId: 400003,

17
src/views/modules/query/liuhuaIssureAndReport.vue

@ -251,6 +251,23 @@
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 400003,
serialNumber: '400003Table1Qty',
tableId: "400003Table1",
tableName: "硫化发料产出",
columnProp: "realQty",
headerAlign: "center",
align: "right",
columnLabel: "单体废边重量",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 90
},{
userId: this.$store.state.user.name,
functionId: 400003,

Loading…
Cancel
Save