Browse Source

0505更新

master
ruanqi 3 years ago
parent
commit
af7f2ec43d
  1. 20
      src/views/modules/production/close_schedule.vue
  2. 1
      src/views/modules/production/dailyPlan.vue
  3. 20
      src/views/modules/production/search_schedule.vue

20
src/views/modules/production/close_schedule.vue

@ -350,7 +350,7 @@
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "产品名称",
columnLabel: "产品名称/规格",
columnWidth: 180,
columnHidden: false,
columnImage: false,
@ -557,24 +557,6 @@
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,
serialNumber: '5303ProduceSpec',
tableId: "5303Produce",
tableName: "流转日计划",
columnProp: "spec",
headerAlign: "center",
align: "left",
columnLabel: "规格型号",
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,

1
src/views/modules/production/dailyPlan.vue

@ -1812,6 +1812,7 @@
})
},
//--------------end---------------
},
created () {
this.getTableUserColumn()

20
src/views/modules/production/search_schedule.vue

@ -392,7 +392,7 @@
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "产品名称",
columnLabel: "产品名称/规格",
columnWidth: 180,
columnHidden: false,
columnImage: false,
@ -599,24 +599,6 @@
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,
serialNumber: '5302ProduceSpec',
tableId: "5302Produce",
tableName: "待生产工单",
columnProp: "spec",
headerAlign: "center",
align: "left",
columnLabel: "规格型号",
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,

Loading…
Cancel
Save