ruanqi 3 years ago
parent
commit
98eaebb621
  1. 51
      src/views/modules/reportForm/searchSOScheduleRoutingForm.vue
  2. 51
      src/views/modules/schedule/sOScheduleRoutingChange.vue
  3. 52
      src/views/modules/schedule/searchSOScheduleRouting.vue

51
src/views/modules/reportForm/searchSOScheduleRoutingForm.vue

@ -215,6 +215,23 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "qtyReported",
columnLabel: "报工数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
@ -232,6 +249,40 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeRequired",
columnLabel: "需求时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeReported",
columnLabel: "报工时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,

51
src/views/modules/schedule/sOScheduleRoutingChange.vue

@ -339,6 +339,23 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "qtyReported",
columnLabel: "报工数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
@ -356,6 +373,40 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeRequired",
columnLabel: "需求时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeReported",
columnLabel: "报工时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,

52
src/views/modules/schedule/searchSOScheduleRouting.vue

@ -228,6 +228,23 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "qtyReported",
columnLabel: "报工数量",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
@ -245,6 +262,40 @@
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeRequired",
columnLabel: "需求时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
columnProp: "timeReported",
columnLabel: "报工时间",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 80,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'right'
},{
tableId: "SOSRoutingList",
tableName: this.$route.meta.title,
@ -502,7 +553,6 @@
toPrint(row){
let array=[];
array.push(row)
printSeqNoLabel(array)
},

Loading…
Cancel
Save