Browse Source

2024.9.18 一、物料成本信息维护(第二版)

二、加工中心功能改造
三、标准工序(第二版)
四、商品组 - 标准工序(第二版)
五、商品组 - Process Time Matrix(第一版)
java8
yuejiayang 1 year ago
parent
commit
9e8b7c310a
  1. 24
      src/views/modules/part/partProductGroupInformation.vue

24
src/views/modules/part/partProductGroupInformation.vue

@ -860,13 +860,13 @@ export default {
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 601006, functionId: 601006,
serialNumber: '601006Table2LaborRunFactor',
serialNumber: '601006Table2LaborCycleTime',
tableId: "601006Table2", tableId: "601006Table2",
tableName: "标准工序表", tableName: "标准工序表",
columnProp: 'laborRunFactor',
columnProp: 'laborCycleTime',
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: '机器单位产出',
columnLabel: '机器处理时间',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -879,13 +879,13 @@ export default {
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 601006, functionId: 601006,
serialNumber: '601006Table2LaborCycleTime',
serialNumber: '601006Table2MachCycleTime',
tableId: "601006Table2", tableId: "601006Table2",
tableName: "标准工序表", tableName: "标准工序表",
columnProp: 'laborCycleTime',
columnProp: 'machCycleTime',
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: '机器产出时间',
columnLabel: '人工处理时间',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -898,13 +898,13 @@ export default {
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 601006, functionId: 601006,
serialNumber: '601006Table2MachRunFactor',
serialNumber: '601006Table2LaborRunFactor',
tableId: "601006Table2", tableId: "601006Table2",
tableName: "标准工序表", tableName: "标准工序表",
columnProp: 'machRunFactor',
columnProp: 'laborRunFactor',
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: '人工单位产出',
columnLabel: '机器单位产出',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -917,13 +917,13 @@ export default {
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 601006, functionId: 601006,
serialNumber: '601006Table2MachCycleTime',
serialNumber: '601006Table2MachRunFactor',
tableId: "601006Table2", tableId: "601006Table2",
tableName: "标准工序表", tableName: "标准工序表",
columnProp: 'machCycleTime',
columnProp: 'machRunFactor',
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: '人工产出时间',
columnLabel: '人工单位产出',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

Loading…
Cancel
Save